ENTITY single_area_csg_2d_shape_representation SUBTYPE OF (csg_2d_shape_representation); SELF\representation.items : SET [1:?] OF csg_2d_area_select; WHERE wr1: SIZEOF (QUERY (it <* SELF.items| ('CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM.MAPPED_ITEM' IN TYPEOF(it)) )) = 0; wr2: SIZEOF (QUERY (it <* SELF.items| ('CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM.CSG_SOLID_2D' IN TYPEOF(it)) )) = 1; END_ENTITY; -- single_area_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 (RT) items: SET [1:?] OF csg_2d_area_select; |
planar_path_shape_representation_with_parameters (LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_MIM) |
single_boundary_csg_2d_shape_representation (CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM) |
Global rules for this entity data type- |
public interface ESingle_area_csg_2d_shape_representation extends ECsg_2d_shape_representation |
public class CSingle_area_csg_2d_shape_representation implements ESingle_area_csg_2d_shape_representation |
public class ASingle_area_csg_2d_shape_representation extends AEntitypublic ESingle_area_csg_2d_shape_representation getByIndex(int index)public ESingle_area_csg_2d_shape_representation getCurrentMember(SdaiIterator it) |