ENTITY cylindrical_point
(* SCHEMA engineering_properties_schema; *)
ENTITY cylindrical_point
SUBTYPE OF (cartesian_point);
r : length_measure;
theta : plane_angle_measure;
z : length_measure;
DERIVE
SELF\cartesian_point.coordinates : LIST [1:3] OF length_measure := [ r * COS(theta), r * SIN(theta), z ];
WHERE
WR1:
r >= 0.00000;
END_ENTITY;
Explicit Attributes
Entity cylindrical_point has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity cylindrical_point has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity cylindrical_point inherits from the following supertypes:
representation_item
geometric_representation_item
point
cartesian_point
Subtypes
No subtypesReferenced By
Entity cylindrical_point and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:50-04:00