|
ENTITY procedural_surface_representation_sequence SUBTYPE OF (procedural_shape_representation_sequence); WHERE wr1: ( 'geometric_model_schema.face_based_surface_model' IN TYPEOF ( SELF ) ) XOR ( 'geometric_model_schema.shell_based_surface_model' IN TYPEOF ( SELF ) ) ; END_ENTITY; -- procedural_surface_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_surface_representation_sequence - |
Global rules for this entity data type- |
public interface EProcedural_surface_representation_sequence extends EProcedural_shape_representation_sequence |
public class CProcedural_surface_representation_sequence implements EProcedural_surface_representation_sequence |
public class AProcedural_surface_representation_sequence extends AEntitypublic EProcedural_surface_representation_sequence getByIndex(int index)public EProcedural_surface_representation_sequence getCurrentMember(SdaiIterator it) |