bounded_pcurve
EXPRESS specification:
ENTITY
bounded_pcurve
SUBTYPE
OF
(
pcurve
,
bounded_curve
);
WHERE
WRB14
:
('STRUCTURAL_FRAME_SCHEMA.BOUNDED_CURVE' IN TYPEOF(SELF\pcurve.reference_to_curve.items[1]));
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
bounded_curve
Entity
Subtype
No Diagram
pcurve
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
bounded_pcurve;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
curve
;
ENTITY
pcurve
;
basis_surface
:
surface
;
reference_to_curve
:
definitional_representation
;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
curve
;
ENTITY
bounded_curve
;
ENTITY
bounded_pcurve
;
END_ENTITY
;