|
ENTITY compound_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: ( 'geometry_schema.' + 'geometric_representation_context' IN TYPEOF ( SELF . context_of_items ) ) AND ( SELF . context_of_items \ geometric_representation_context . coordinate_space_dimension = 3 ) ; wr2: SIZEOF ( QUERY ( cbsr_i <* SELF . items | SIZEOF ( [ 'geometric_model_schema.' + 'edge_based_wireframe_model' , 'geometric_model_schema.' + 'face_based_surface_model' , 'representation_schema.' + 'mapped_item' , 'geometry_schema.' + 'axis2_placement_3d' ] * TYPEOF ( cbsr_i ) ) <> 1 ) ) = 0 ; wr3: SIZEOF ( QUERY ( cbsr_i <* SELF . items | SIZEOF ( [ 'geometric_model_schema.' + 'edge_based_wireframe_model' , 'geometric_model_schema.' + 'face_based_surface_model' , 'representation_schema.' + 'mapped_item' ] * TYPEOF ( cbsr_i ) ) = 1 ) ) > 0 ; wr4: SIZEOF ( QUERY ( cbsr_i <* SELF . items | ( 'representation_schema.' + 'mapped_item' IN TYPEOF ( cbsr_i ) ) AND ( SIZEOF ( [ 'compound_shape_representation_mim.' + 'compound_shape_representation' , 'aic_edge_based_wireframe.' + 'edge_based_wireframe_shape_representation' , 'aic_non_manifold_surface.' + 'non_manifold_surface_shape_representation' ] * TYPEOF ( cbsr_i \ mapped_item . mapping_source ) ) <> 1 ) ) ) = 0 ; END_ENTITY; -- compound_shape_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - compound_shape_representation - |
Global rules for this entity data type- |
public interface ECompound_shape_representation extends EShape_representation |
public class CCompound_shape_representation implements ECompound_shape_representation |
public class ACompound_shape_representation extends AEntitypublic ECompound_shape_representation getByIndex(int index)public ECompound_shape_representation getCurrentMember(SdaiIterator it) |