point_replica
EXPRESS specification:
ENTITY
point_replica
SUBTYPE
OF
(
point
);
parent_pt
:
point
;
transformation
:
cartesian_transformation_operator
;
WHERE
WRP15
:
transformation.dim = parent_pt.dim;
WRP16
:
acyclic_point_replica (SELF,parent_pt);
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
point
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
point_replica;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
point
;
ENTITY
point_replica
;
parent_pt
:
point
;
transformation
:
cartesian_transformation_operator
;
END_ENTITY
;