ENTITY geometrically_bounded_wireframe_shape_representation
(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (aic_geometrically_bounded_wireframe); *)
ENTITY geometrically_bounded_wireframe_shape_representation
SUBTYPE OF ( shape_representation );
WHERE
WR1 :
SIZEOF (
QUERY ( it <* SELF.items| NOT ( SIZEOF ( TYPEOF (it) * [ 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET', 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.AXIS2_PLACEMENT_3D', 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.MAPPED_ITEM' ]) = 1) )) = 0;
WR2 :
SIZEOF (
QUERY ( it <* SELF.items| ( SIZEOF ( TYPEOF (it) * [ 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET', 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.MAPPED_ITEM' ]) = 1) )) >= 1;
WR3 :
SIZEOF (
QUERY ( gcs <*
QUERY ( it <* SELF.items| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET' IN TYPEOF (it)) )| NOT ( SIZEOF (
QUERY ( crv <*
QUERY ( elem <* gcs\geometric_set.elements| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.CURVE' IN TYPEOF (elem)) )| NOT valid_geometrically_bounded_wf_curve(crv) )) = 0) )) = 0;
WR4 :
SIZEOF (
QUERY ( gcs <*
QUERY ( it <* SELF.items| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET' IN TYPEOF (it)) )| NOT ( SIZEOF (
QUERY ( pnts <*
QUERY ( elem <* gcs\geometric_set.elements| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.POINT' IN TYPEOF (elem)) )| NOT valid_geometrically_bounded_wf_point(pnts) )) = 0) )) = 0;
WR5 :
SIZEOF (
QUERY ( gcs <*
QUERY ( it <* SELF.items| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET' IN TYPEOF (it)) )| NOT ( SIZEOF (
QUERY ( cnc <*
QUERY ( elem <* gcs\geometric_set.elements| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.CONIC' IN TYPEOF (elem)) )| NOT ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.AXIS2_PLACEMENT_3D' IN TYPEOF (cnc\conic.position)) )) = 0) )) = 0;
WR6 :
SIZEOF (
QUERY ( gcs <*
QUERY ( it <* SELF.items| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.GEOMETRIC_CURVE_SET' IN TYPEOF (it)) )| NOT ( SIZEOF (
QUERY ( pline <*
QUERY ( elem <* gcs\geometric_set.elements| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.POLYLINE' IN TYPEOF (elem)) )| NOT ( SIZEOF (pline\polyline.points) > 2) )) = 0) )) = 0;
WR7 :
SIZEOF (
QUERY ( mi <*
QUERY ( it <* SELF.items| ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.MAPPED_ITEM' IN TYPEOF (it)) )| NOT ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.' + 'GEOMETRICALLY_BOUNDED_WIREFRAME_SHAPE_REPRESENTATION' IN TYPEOF (mi\mapped_item.mapping_source.mapped_representation)) )) = 0;
END_ENTITY ;
Explicit Attributes
Entity geometrically_bounded_wireframe_shape_representation has the following local and inherited explicit attributes:
Derived Attributes
Entity geometrically_bounded_wireframe_shape_representation has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity geometrically_bounded_wireframe_shape_representation inherits from the following supertypes:
representation
shape_representation
Subtypes
No subtypesReferenced By
Entity geometrically_bounded_wireframe_shape_representation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:02-04:00