Navigation

surface_replica

EXPRESS specification:

ENTITY surface_replica
SUBTYPE OF ( surface);
parent_surface  :  surface;
transformation  :  cartesian_transformation_operator_3d;
WHERE
WRS36  :  acyclic_surface_replica(SELF, parent_surface);
END_ENTITY;

References (1):

Name Type Referred through Express-G
surface Entity
Subtype
No Diagram

Inheritance graph

ENTITY surface_replica;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY surface;
ENTITY surface_replica;
parent_surface  :  surface;
transformation  :  cartesian_transformation_operator_3d;
END_ENTITY;