Navigation

bounded_curve

EXPRESS specification:

ENTITY bounded_curve
SUPERTYPE OF (ONEOF(composite_curve, polyline, b_spline_curve, trimmed_curve, bounded_pcurve, bounded_surface_curve))
SUBTYPE OF ( curve);
END_ENTITY;

References (9):

Name Type Referred through Express-G
b_spline_curve Entity
Supertype
No Diagram
bounded_pcurve Entity
Supertype
No Diagram
bounded_surface_curve Entity
Supertype
No Diagram
composite_curve Entity
Supertype
No Diagram
curve Entity
Subtype
No Diagram
polyline Entity
Supertype
No Diagram
section_profile_edge_defined Entity
Attribute 'external_edge'
Attribute 'internal_edges'
No Diagram
trimmed_curve Entity
Supertype
No Diagram

Inheritance graph

ENTITY bounded_curve;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY curve;
ENTITY bounded_curve;
END_ENTITY;