pw::SegmentTrim

Trim curve segment type

Derives From

pw::Object pw::Segment

Summary
pw::SegmentTrimTrim curve segment type
Static Actions
createThis action creates a new trim curve segment object.
Instance Actions
getCurveThis action gets the curve that this trim segment trims.
getBeginParameterThis action gets the begin parameter for the trim segment.
getEndParameterThis action gets the end parameter for the trim segment.

Static Actions

create

pw::SegmentTrim create

This action creates a new trim curve segment object.

Parameters

none

Returns

This action returns a new pw::SegmentTrim object.

Instance Actions

getCurve

$segment getCurve

This action gets the curve that this trim segment trims.

Parameters

none

Returns

This action returns a pw::Curve object.

getBeginParameter

$segment getBeginParameter

This action gets the begin parameter for the trim segment.

Parameters

none

Returns

This action returns the float begin parameter in the range [0.0, 1.0].

getEndParameter

$segment getEndParameter

This action gets the end parameter for the trim segment.

Parameters

none

Returns

This action returns the float end parameter in the range [0.0, 1.0].

pw::SegmentTrim create
This action creates a new trim curve segment object.
$segment getCurve
This action gets the curve that this trim segment trims.
$segment getBeginParameter
This action gets the begin parameter for the trim segment.
$segment getEndParameter
This action gets the end parameter for the trim segment.
Base type for all glyph types
Connector and Curve segment type
Trim curve segment type
Database curve type
A float is a fractional number.
Close