ENTITY cartesian_transformation_operator_3d
(* SCHEMA engineering_properties_schema; *)
ENTITY cartesian_transformation_operator_3d
SUBTYPE OF (cartesian_transformation_operator);
axis3 : OPTIONAL direction;
DERIVE
u : LIST [3:3] OF direction := base_axis(3, SELF\cartesian_transformation_operator.axis1, SELF\cartesian_transformation_operator.axis2, axis3);
WHERE
WR1:
SELF\geometric_representation_item.dim = 3;
END_ENTITY;
Explicit Attributes
Entity cartesian_transformation_operator_3d has the following local and inherited explicit attributes:
Derived Attributes
Entity cartesian_transformation_operator_3d has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity cartesian_transformation_operator_3d inherits from the following supertypes:
representation_item
geometric_representation_item
cartesian_transformation_operator
functionally_defined_transformation
Subtypes
No subtypesReferenced By
Entity cartesian_transformation_operator_3d 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