|
ENTITY geometrically_bounded_wireframe_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( it <* SELF . items | NOT ( SIZEOF ( TYPEOF ( it ) * [ 'aic_geometrically_bounded_wireframe.geometric_curve_set' , 'aic_geometrically_bounded_wireframe.axis2_placement_3d' , 'aic_geometrically_bounded_wireframe.mapped_item' ] ) = 1 ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( it <* SELF . items | ( SIZEOF ( TYPEOF ( it ) * [ 'aic_geometrically_bounded_wireframe.geometric_curve_set' , 'aic_geometrically_bounded_wireframe.mapped_item' ] ) = 1 ) ) ) >= 1 ; wr3: SIZEOF ( QUERY ( gcs <* QUERY ( it <* SELF . items | ( 'aic_geometrically_bounded_wireframe.geometric_curve_set' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( crv <* QUERY ( elem <* gcs \ geometric_set . elements | ( 'aic_geometrically_bounded_wireframe.curve' IN TYPEOF ( elem ) ) ) | NOT valid_geometrically_bounded_wf_curve ( crv ) ) ) = 0 ) ) ) = 0 ; wr4: SIZEOF ( QUERY ( gcs <* QUERY ( it <* SELF . items | ( 'aic_geometrically_bounded_wireframe.geometric_curve_set' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( pnts <* QUERY ( elem <* gcs \ geometric_set . elements | ( 'aic_geometrically_bounded_wireframe.point' IN TYPEOF ( elem ) ) ) | NOT valid_geometrically_bounded_wf_point ( pnts ) ) ) = 0 ) ) ) = 0 ; wr5: SIZEOF ( QUERY ( gcs <* QUERY ( it <* SELF . items | ( 'aic_geometrically_bounded_wireframe.geometric_curve_set' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( cnc <* QUERY ( elem <* gcs \ geometric_set . elements | ( 'aic_geometrically_bounded_wireframe.conic' IN TYPEOF ( elem ) ) ) | NOT ( 'aic_geometrically_bounded_wireframe.axis2_placement_3d' IN TYPEOF ( cnc \ conic . position ) ) ) ) = 0 ) ) ) = 0 ; wr6: SIZEOF ( QUERY ( gcs <* QUERY ( it <* SELF . items | ( 'aic_geometrically_bounded_wireframe.geometric_curve_set' IN TYPEOF ( it ) ) ) | NOT ( SIZEOF ( QUERY ( pline <* QUERY ( elem <* gcs \ geometric_set . elements | ( 'aic_geometrically_bounded_wireframe.polyline' IN TYPEOF ( elem ) ) ) | NOT ( SIZEOF ( pline \ polyline . points ) > 2 ) ) ) = 0 ) ) ) = 0 ; wr7: SIZEOF ( QUERY ( mi <* QUERY ( it <* SELF . items | ( 'aic_geometrically_bounded_wireframe.mapped_item' IN TYPEOF ( it ) ) ) | NOT ( 'aic_geometrically_bounded_wireframe.' + 'geometrically_bounded_wireframe_shape_representation' IN TYPEOF ( mi \ mapped_item . mapping_source . mapped_representation ) ) ) ) = 0 ; END_ENTITY; -- geometrically_bounded_wireframe_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 - geometrically_bounded_wireframe_shape_representation - |
Global rules for this entity data type- |
public interface EGeometrically_bounded_wireframe_shape_representation extends EShape_representation |
public class CGeometrically_bounded_wireframe_shape_representation implements EGeometrically_bounded_wireframe_shape_representation |
public class AGeometrically_bounded_wireframe_shape_representation extends AEntitypublic EGeometrically_bounded_wireframe_shape_representation getByIndex(int index)public EGeometrically_bounded_wireframe_shape_representation getCurrentMember(SdaiIterator it) |