ENTITY tetrahedron_volume
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 *)
ENTITY tetrahedron_volume
SUBTYPE OF (volume);
point_1 : cartesian_point;
point_2 : cartesian_point;
point_3 : cartesian_point;
point_4 : cartesian_point;
WHERE
WRT10 : point_1.dim = 3;
WRT11 : above_plane(point_1, point_2, point_3, point_4) <> 0.0 ;
END_ENTITY; (* STEP Part 42 (new in 2nd edition) *)
Explicit Attributes
Entity tetrahedron_volume has the following local and inherited explicit attributes:
Derived Attributes
Entity tetrahedron_volume has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity tetrahedron_volume inherits from the following supertypes:
representation_item
geometric_representation_item
volume
Subtypes
No subtypesReferenced By
Entity tetrahedron_volume 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