ENTITY offset_curve_3d
(* SCHEMA building_design_schema; *)
ENTITY offset_curve_3d
SUBTYPE OF (curve);
basis_curve : curve;
distance : length_measure;
self_intersect : LOGICAL;
ref_direction : direction;
WHERE
wr1: (basis_curve.dim = 3) AND (ref_direction.dim = 3);
END_ENTITY; -- offset_curve_3d
Explicit Attributes
Entity offset_curve_3d has the following local and inherited explicit attributes:
Derived Attributes
Entity offset_curve_3d has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity offset_curve_3d inherits from the following supertypes:
representation_item
geometric_representation_item
curve
Subtypes
No subtypesReferenced By
Entity offset_curve_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:14-04:00