ENTITY degenerate_pcurve
(* SCHEMA process_planning_schema; *)
ENTITY degenerate_pcurve
SUBTYPE OF (point);
basis_surface : surface;
reference_to_curve : definitional_representation;
WHERE
wr1: SIZEOF(reference_to_curve\representation.items) = 1;
wr2: 'PROCESS_PLANNING_SCHEMA.CURVE' IN TYPEOF(reference_to_curve\
representation.items[1]);
wr3: reference_to_curve\representation.items[1]\
geometric_representation_item.dim = 2;
END_ENTITY; -- degenerate_pcurve
Explicit Attributes
Entity degenerate_pcurve has the following local and inherited explicit attributes:
Derived Attributes
Entity degenerate_pcurve has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity degenerate_pcurve inherits from the following supertypes:
representation_item
geometric_representation_item
point
Subtypes
Entity degenerate_pcurve has the following subtypes:
evaluated_degenerate_pcurve*
* - Immediate Subtypes
Referenced By
Entity degenerate_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:19:46-04:00