ENTITY intersection_curve
(* SCHEMA process_planning_schema; *)
ENTITY intersection_curve
SUBTYPE OF (surface_curve);
WHERE
wr1: SIZEOF(SELF\surface_curve.associated_geometry) = 2;
wr2: associated_surface(SELF\surface_curve.associated_geometry[1])
<> associated_surface(SELF\surface_curve.associated_geometry
[2]);
END_ENTITY; -- intersection_curve
Explicit Attributes
Entity intersection_curve has the following local and inherited explicit attributes:
Derived Attributes
Entity intersection_curve has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity intersection_curve inherits from the following supertypes:
representation_item
geometric_representation_item
curve
surface_curve
Subtypes
No subtypesReferenced By
Entity intersection_curve 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:47-04:00