ENTITY advanced_face_with_thickness_shape_representation
(* SCHEMA building_design_schema; *)
ENTITY advanced_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.ADVANCED_FACE' IN TYPEOF(item)) )) =
1;
END_ENTITY; -- advanced_face_with_thickness_shape_representation
Explicit Attributes
Entity advanced_face_with_thickness_shape_representation has the following local and inherited explicit attributes:
Derived Attributes
Entity advanced_face_with_thickness_shape_representation has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity advanced_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 advanced_face_with_thickness_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:18:13-04:00