ENTITY spherical_point
(* SCHEMA engineering_properties_schema; *)
ENTITY spherical_point
SUBTYPE OF (cartesian_point);
r : length_measure;
theta : plane_angle_measure;
phi : plane_angle_measure;
DERIVE
SELF\cartesian_point.coordinates : LIST [1:3] OF length_measure := [ r * SIN(theta) * COS(phi), r * SIN(theta) * SIN(phi), r * COS(theta) ];
WHERE
WR1:
r >= 0.00000;
END_ENTITY;
Explicit Attributes
Entity spherical_point has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity spherical_point has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity spherical_point inherits from the following supertypes:
representation_item
geometric_representation_item
point
cartesian_point
Subtypes
No subtypesReferenced By
Entity spherical_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:51-04:00