ENTITY part_prismatic_complex
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY part_prismatic_complex
SUPERTYPE OF (part_prismatic_complex_tapered)
SUBTYPE OF (part_prismatic);
cross_sections : LIST [2:?] OF section_profile;
points_defining_part_axis : LIST [2:?] OF UNIQUE point_on_curve;
section_orientations : LIST [2:?] OF orientation_select;
DERIVE
number_of_sections : INTEGER := SIZEOF(cross_sections);
curve_defining_part : curve := points_defining_part_axis[1]\point_on_curve.basis_curve;
WHERE
WRP3 : ( (SIZEOF (points_defining_part_axis) = number_of_sections) AND
(SIZEOF (section_orientations) = number_of_sections) );
WRP4 : SIZEOF(QUERY(temp <* points_defining_part_axis |
(temp\point_on_curve.basis_curve) :<>: curve_defining_part)) = 0;
END_ENTITY;
Explicit Attributes
Entity part_prismatic_complex has the following local and inherited explicit attributes:
Derived Attributes
Entity part_prismatic_complex has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity part_prismatic_complex inherits from the following supertypes:
structural_frame_item
structural_frame_product
part
part_prismatic
Subtypes
Entity part_prismatic_complex has the following subtypes:
part_prismatic_complex_tapered*
* - Immediate Subtypes
Referenced By
Entity part_prismatic_complex and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00