pw::DistributionShape

Shape distribution function type

Derives From

pw::Object pw::Distribution

Summary
pw::DistributionShapeShape distribution function type
Static Actions
createThis action creates a new shape distribution function object.
Instance Attributes
NormalMaximumDeviationThis attribute is the maximum turning angle allowed between succesive grid points.
CurveMaximumDeviationThis attribute is the maximum distance allowed between the analytic and discrete shape of a connector.

Static Actions

create

pw::DistributionShape create

This action creates a new shape distribution function object.

Parameters

This action has no parameters.

Returns

This action returns a new pw::DistributionShape object.

Instance Attributes

NormalMaximumDeviation

$dist get/setNormalMaximumDeviation angle

This attribute is the maximum turning angle allowed between succesive grid points.

Type

This attribute is a float with the range [0, 180) and 0 to disable.

Default

The default for this attribute is 0.

CurveMaximumDeviation

$dist get/setCurveMaximumDeviation distance

This attribute is the maximum distance allowed between the analytic and discrete shape of a connector.

Type

This attribute is a float with the range [0, infinity) and 0 to disable.

Default

The default for this attribute is 0.

pw::DistributionShape create
This action creates a new shape distribution function object.
$dist get/setNormalMaximumDeviation angle
This attribute is the maximum turning angle allowed between succesive grid points.
$dist get/setCurveMaximumDeviation distance
This attribute is the maximum distance allowed between the analytic and discrete shape of a connector.
Base type for all glyph types
Base class for distribution types
Shape distribution function type
A float is a fractional number.
Close