|
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 (PART_TEMPLATE_EXTENSION_MIM) |
| single_boundary_csg_2d_shape_representation (CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM) |
| stratum_feature_planar_shape_model (LAYERED_INTERCONNECT_MODULE_2D_DESIGN_XIM) |
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) |