Navigation

edge_curve

EXPRESS specification:

ENTITY edge_curve
SUBTYPE OF ( edge, geometric_representation_item);
edge_geometry  :  curve;
same_sense  :  BOOLEAN;
END_ENTITY;

References (2):

Name Type Referred through Express-G
edge Entity
Subtype
No Diagram
geometric_representation_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY edge_curve;
ENTITY representation_item;
name  :  label;
ENTITY topological_representation_item;
ENTITY edge;
edge_start  :  vertex;
edge_end  :  vertex;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY edge_curve;
edge_geometry  :  curve;
same_sense  :  BOOLEAN;
END_ENTITY;