Glyph Version 7.22.2 |
pw:: SegmentTrimTrim curve segment type Derives FromSummary
create
This action creates a new trim curve segment object. Parametersnone ReturnsThis action returns a new pw::SegmentTrim object. getCurve
This action gets the curve that this trim segment trims. Parametersnone ReturnsThis action returns a pw::Curve object. getBeginParameter
This action gets the begin parameter for the trim segment. Parametersnone ReturnsThis action returns the float begin parameter in the range [0.0, 1.0]. getEndParameter
This action gets the end parameter for the trim segment. Parametersnone ReturnsThis action returns the float end parameter in the range [0.0, 1.0]. |
This action creates a new trim curve segment object.
pw::SegmentTrim create
This action gets the curve that this trim segment trims.
$segment getCurve
This action gets the begin parameter for the trim segment.
$segment getBeginParameter
This action gets the end parameter for the trim segment.
$segment getEndParameter