ENTITY line
(* SCHEMA engineering_properties_schema; *)
ENTITY line
SUBTYPE OF (curve);
pnt : cartesian_point;
dir : vector;
WHERE
WR1:
dir.dim = pnt.dim;
END_ENTITY;
Explicit Attributes
Entity line has the following local and inherited explicit attributes:
Derived Attributes
Entity line has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity line inherits from the following supertypes:
representation_item
geometric_representation_item
curve
Subtypes
No subtypesReferenced By
Entity line 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