reparametrised_composite_curve_segment
EXPRESS specification:
ENTITY
reparametrised_composite_curve_segment
SUBTYPE
OF
(
composite_curve_segment
);
param_length
:
parameter_value
;
WHERE
WRR24
:
param_length > 0.0;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
composite_curve_segment
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
reparametrised_composite_curve_segment;
ENTITY
founded_item
;
ENTITY
composite_curve_segment
;
transition
:
transition_code
;
same_sense
:
BOOLEAN
;
parent_curve
:
curve
;
INVERSE
using_curves
:
BAG
[1:?]
OF
composite_curve
FOR
segments;
ENTITY
reparametrised_composite_curve_segment
;
param_length
:
parameter_value
;
END_ENTITY
;