ENTITY pcurve
(* SCHEMA building_design_schema; *)
ENTITY pcurve
SUBTYPE OF (curve);
basis_surface : surface;
reference_to_curve : definitional_representation;
WHERE
wr1: SIZEOF(reference_to_curve\representation.items) = 1;
wr2: 'BUILDING_DESIGN_SCHEMA.CURVE' IN TYPEOF(reference_to_curve\
representation.items[1]);
wr3: reference_to_curve\representation.items[1]\
geometric_representation_item.dim = 2;
END_ENTITY; -- pcurve
Explicit Attributes
Entity pcurve has the following local and inherited explicit attributes:
Derived Attributes
Entity pcurve has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity pcurve inherits from the following supertypes:
representation_item
geometric_representation_item
curve
Subtypes
No subtypesReferenced By
Entity pcurve 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