|
ENTITY single_boundary_csg_2d_shape_representation SUBTYPE OF (single_area_csg_2d_shape_representation); WHERE wr1: SIZEOF ( QUERY ( it <* SELF . items | ( ( 'constructive_solid_geometry_2d_mim.csg_primitive_solid_2d' IN TYPEOF ( it ) ) AND ( ( 'constructive_solid_geometry_2d_mim.primitive_2d_with_inner_boundary' ) IN TYPEOF ( it \ csg_primitive_solid_2d . tree_root_expression ) ) ) ) ) = 0 ; END_ENTITY; -- single_boundary_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; single_boundary_csg_2d_shape_representation - |
Global rules for this entity data type- |
public interface ESingle_boundary_csg_2d_shape_representation extends ESingle_area_csg_2d_shape_representation |
public class CSingle_boundary_csg_2d_shape_representation implements ESingle_boundary_csg_2d_shape_representation |
public class ASingle_boundary_csg_2d_shape_representation extends AEntitypublic ESingle_boundary_csg_2d_shape_representation getByIndex(int index)public ESingle_boundary_csg_2d_shape_representation getCurrentMember(SdaiIterator it) |