ENTITY elementary_face_with_thickness_shape_representation
(* SCHEMA building_design_schema; *)
ENTITY elementary_face_with_thickness_shape_representation
SUBTYPE OF (shape_representation, solid_model);
WHERE
wr1: SIZEOF(SELF.items) = 2;
wr2: SIZEOF(QUERY ( item <* SELF.items | ((SIZEOF([
'BUILDING_DESIGN_SCHEMA.MEASURE_REPRESENTATION_ITEM',
'BUILDING_DESIGN_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(
item)) = 2) AND (item.name = 'thickness')) )) = 1;
wr3: SIZEOF(QUERY ( item <* SELF.items | (
'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) )) =
1;
wr4: SIZEOF(QUERY ( item <* SELF.items | ((NOT (
'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item))) OR (
'BUILDING_DESIGN_SCHEMA.ELEMENTARY_SURFACE' IN TYPEOF(item\
face_surface.face_geometry))) )) = 0;
wr5: SIZEOF(QUERY ( item <* SELF.items | ((
'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
NOT (SIZEOF(QUERY ( elp_fbnds <* QUERY ( bnds <* item\face.
bounds | ('BUILDING_DESIGN_SCHEMA.EDGE_LOOP' IN TYPEOF(bnds.
bound)) ) | (NOT (SIZEOF(QUERY ( oe <* elp_fbnds.bound\path.
edge_list | (NOT ('BUILDING_DESIGN_SCHEMA.EDGE_CURVE' IN
TYPEOF(oe.edge_element))) )) = 0)) )) = 0))) )) = 0;
wr6: SIZEOF(QUERY ( item <* SELF.items | ((
'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
NOT (SIZEOF(QUERY ( elp_fbnds <* QUERY ( bnds <* item\face.
bounds | ('BUILDING_DESIGN_SCHEMA.EDGE_LOOP' IN TYPEOF(bnds.
bound)) ) | (NOT (SIZEOF(QUERY ( oe <* elp_fbnds.bound\path.
edge_list | (NOT (SIZEOF(['BUILDING_DESIGN_SCHEMA.LINE',
'BUILDING_DESIGN_SCHEMA.CONIC',
'BUILDING_DESIGN_SCHEMA.POLYLINE',
'BUILDING_DESIGN_SCHEMA.B_SPLINE_CURVE'] * TYPEOF(oe.
edge_element\edge_curve.edge_geometry)) = 1)) )) = 0)) )) =
0))) )) = 0;
wr7: SIZEOF(QUERY ( item <* SELF.items | ((
'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
NOT (SIZEOF(QUERY ( vlp_fbnds <* QUERY ( bnds <* item\face.
bounds | ('BUILDING_DESIGN_SCHEMA.VERTEX_LOOP' IN TYPEOF(
bnds.bound)) ) | (NOT ((
'BUILDING_DESIGN_SCHEMA.VERTEX_POINT' IN TYPEOF(vlp_fbnds\
face_bound.bound\vertex_loop.loop_vertex)) AND (
'BUILDING_DESIGN_SCHEMA.CARTESIAN_POINT' IN TYPEOF(vlp_fbnds
\face_bound.bound\vertex_loop.loop_vertex\vertex_point.
vertex_geometry)))) )) = 0))) )) = 0;
END_ENTITY; -- elementary_face_with_thickness_shape_representation
Explicit Attributes
Entity elementary_face_with_thickness_shape_representation has the following local and inherited explicit attributes:
Derived Attributes
Entity elementary_face_with_thickness_shape_representation has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity elementary_face_with_thickness_shape_representation inherits from the following supertypes:
representation
shape_representation
representation_item
geometric_representation_item
solid_model
Subtypes
No subtypesReferenced By
Entity elementary_face_with_thickness_shape_representation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00