ENTITY element_curve_complex
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_curve_complex
SUBTYPE OF (element_curve);
cross_sections : LIST [2:?] OF section_profile;
points_defining_element_axis : LIST [2:?] OF point_on_curve;
element_orientations : LIST [2:?] OF orientation_select;
DERIVE
number_of_sections : INTEGER := SIZEOF (cross_sections);
curve_defining_element : curve :=
points_defining_element_axis[1]\point_on_curve.basis_curve;
WHERE
WRE6 : ( (SIZEOF (points_defining_element_axis) = number_of_sections) AND
(SIZEOF (element_orientations) = number_of_sections) );
WRE7 : SIZEOF(QUERY(temp <* points_defining_element_axis |
(temp\point_on_curve.basis_curve) :<>: curve_defining_element)) = 0;
END_ENTITY;
Explicit Attributes
Entity element_curve_complex has the following local and inherited explicit attributes:
Derived Attributes
Entity element_curve_complex has the following local and inherited derived attributes:
Inverse Attributes
Entity element_curve_complex has the following local and inherited inverse attributes:
Supertypes
Entity element_curve_complex inherits from the following supertypes:
element
element_curve
Subtypes
No subtypesReferenced By
Entity element_curve_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