ENTITY vector
(* SCHEMA explicit_draughting; *)
ENTITY vector
SUBTYPE OF (geometric_representation_item);
orientation : direction;
magnitude : length_measure;
WHERE
wr1: magnitude >= 0;
END_ENTITY; -- vector
Explicit Attributes
Entity vector has the following local and inherited explicit attributes:
Derived Attributes
Entity vector has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity vector inherits from the following supertypes:
representation_item
geometric_representation_item
Subtypes
No subtypesReferenced By
Entity vector and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:03-04:00