ENTITY line
(* SCHEMA dimensional_inspection_schema; *)
ENTITY line
SUBTYPE OF (curve);
pnt : cartesian_point;
dir : vector;
WHERE
wr1: dir.dim = pnt.dim;
END_ENTITY; -- line
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:17:17-04:00