|
ENTITY csg_2d_shape_representation SUBTYPE OF (shape_representation); SELF\representation.items : SET [1:?] OF csg_2d_shape_select; WHERE wr1: SELF . context_of_items \ geometric_representation_context . coordinate_space_dimension = 2 ; wr2: SIZEOF ( QUERY ( it <* SELF . items | ( SIZEOF ( [ 'constructive_solid_geometry_2d_mim.csg_solid' ] * TYPEOF ( it ) ) = 1 ) OR ( ( 'constructive_solid_geometry_2d_mim.mapped_item' IN TYPEOF ( it ) ) AND ( 'constructive_solid_geometry_2d_mim.' + 'csg_2d_shape_representation' IN TYPEOF ( it \ mapped_item . mapping_source . mapped_representation ) ) ) ) ) >= 1 ; wr3: SIZEOF ( QUERY ( it <* SELF . items | ( ( 'constructive_solid_geometry_2d_mim.mapped_item' IN TYPEOF ( it ) ) AND ( NOT ( ( 'constructive_solid_geometry_2d_mim.' + 'csg_2d_shape_representation' ) IN TYPEOF ( it \ mapped_item . mapping_source . mapped_representation ) ) ) ) ) ) = 0 ; END_ENTITY; -- csg_2d_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 - csg_2d_shape_representation (RT) items: SET [1:?] OF csg_2d_shape_select; |
| single_area_csg_2d_shape_representation (CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM) |
| solid_character_glyph_2d_symbol (PART_TEMPLATE_EXTENSION_MIM) |
Global rules for this entity data type- |
public interface ECsg_2d_shape_representation extends EShape_representation |
public class CCsg_2d_shape_representation implements ECsg_2d_shape_representation |
public class ACsg_2d_shape_representation extends AEntitypublic ECsg_2d_shape_representation getByIndex(int index)public ECsg_2d_shape_representation getCurrentMember(SdaiIterator it) |