ENTITY coord_system_cartesian_3d
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY coord_system_cartesian_3d
SUBTYPE OF (coord_system);
axes_definition : axis2_placement_3d;
DERIVE
origin_x : REAL := axes_definition.location\cartesian_point.coordinates[1];
origin_y : REAL := NVL(axes_definition.location\cartesian_point.coordinates[2], 0.0);
origin_z : REAL := NVL(axes_definition.location\cartesian_point.coordinates[3], 0.0);
WHERE
WRC12 : SELF\coord_system.coord_system_dimensionality = 3;
WRC13 : SIZEOF (axes_definition.location\cartesian_point.coordinates) = 3;
END_ENTITY;
Explicit Attributes
Entity coord_system_cartesian_3d has the following local and inherited explicit attributes:
Derived Attributes
Entity coord_system_cartesian_3d has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
origin_x | REAL | coord_system_cartesian_3d |
origin_y | REAL | coord_system_cartesian_3d |
origin_z | REAL | coord_system_cartesian_3d |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity coord_system_cartesian_3d inherits from the following supertypes:
coord_system
Subtypes
No subtypesReferenced By
Entity coord_system_cartesian_3d 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