ENTITY tetrahedron
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 *)
ENTITY tetrahedron
SUBTYPE OF (faceted_primitive);
WHERE
WRT15 : SIZEOF(points) = 4 ;
WRT16: above_plane(points[1], points[2], points[3], points[4]) <> 0.0;
END_ENTITY; (* STEP Part 42 (new in 2nd edition) *)
Explicit Attributes
Entity tetrahedron has the following local and inherited explicit attributes:
Derived Attributes
Entity tetrahedron has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity tetrahedron inherits from the following supertypes:
representation_item
geometric_representation_item
faceted_primitive
Subtypes
No subtypesReferenced By
Entity tetrahedron 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