ENTITY curve_replica
(* SCHEMA building_design_schema; *)
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; -- curve_replica
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 ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00