ENTITY curve_replica
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY curve_replica
SUBTYPE OF (curve);
parent_curve : curve;
transformation : cartesian_transformation_operator;
WHERE
wr1 : transformation.dim = parent_curve.dim;
wr2 : acyclic_curve_replica(SELF, parent_curve);
END_ENTITY;
Explicit Attributes
Entity curve_replica has the following local and inherited explicit attributes:
Derived Attributes
Entity curve_replica has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity curve_replica inherits from the following supertypes:
representation_item
geometric_representation_item
curve
Subtypes
No subtypesReferenced By
Entity curve_replica 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:32-04:00