|
ENTITY procedural_wireframe_representation_sequence SUBTYPE OF (procedural_shape_representation_sequence); WHERE wr1: ( 'geometric_model_schema.edge_based_wireframe_model' IN TYPEOF ( SELF ) ) XOR ( 'geometric_model_schema.shell_based_wireframe_model' IN TYPEOF ( SELF ) ) ; END_ENTITY; -- procedural_wireframe_representation_sequence |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; procedural_representation_sequence elements: LIST [1:?] OF representation_item; suppressed_items: SET [0:?] OF representation_item; rationale: text; procedural_shape_representation_sequence - procedural_wireframe_representation_sequence - |
Global rules for this entity data type- |
public interface EProcedural_wireframe_representation_sequence extends EProcedural_shape_representation_sequence |
public class CProcedural_wireframe_representation_sequence implements EProcedural_wireframe_representation_sequence |
public class AProcedural_wireframe_representation_sequence extends AEntitypublic EProcedural_wireframe_representation_sequence getByIndex(int index)public EProcedural_wireframe_representation_sequence getCurrentMember(SdaiIterator it) |