curve_replica
EXPRESS specification:
ENTITY
curve_replica
SUBTYPE
OF
(
curve
);
parent_curve
:
curve
;
transformation
:
cartesian_transformation_operator
;
WHERE
WRC20
:
transformation.dim = parent_curve.dim;
WRC21
:
acyclic_curve_replica (SELF, parent_curve);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
curve
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
curve_replica;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
curve
;
ENTITY
curve_replica
;
parent_curve
:
curve
;
transformation
:
cartesian_transformation_operator
;
END_ENTITY
;