Navigation

outer_boundary_curve

EXPRESS specification:

ENTITY outer_boundary_curve
SUBTYPE OF ( boundary_curve);
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY outer_boundary_curve;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY curve;
ENTITY bounded_curve;
ENTITY composite_curve;
segments  :  LIST [1:?] OF composite_curve_segment;
self_intersect  :  LOGICAL;
DERIVE
n_segments  :  INTEGER :=  SIZEOF(segments);
closed_curve  :  LOGICAL :=  segments[n_segments].transition <> discontinuous;
ENTITY composite_curve_on_surface;
DERIVE
basis_surface  :  SET [0:2] OF surface :=  get_basis_surface(SELF);
ENTITY boundary_curve;
ENTITY outer_boundary_curve;
END_ENTITY;