pw::DistributionGeneral

General distribution function type

Derives From

pw::Object pw::Distribution

Summary
pw::DistributionGeneralGeneral distribution function type
Static Actions
createThis action creates a new general distribution function object from a list of subconnectors.

Static Actions

create

pw::DistributionGeneral create subcon_list

This action creates a new general distribution function object from a list of subconnectors.

Parameters

subcon_listThis parameter is a list of subconnectors where each entry is a pw::Connector object and subconnector index.  If the pw::Connector only has one subconnector, the index can be omitted.  The direction of the chain of subconnectors can be specified by using either the word ‘Forward’ or the word ‘Reverse’ as the very first entry.  This is only necessary when the list of subconnectors is comprised of a single subconnector.  Otherwise, the direction can be determined from the order of the subconnectors.

Returns

This action returns a new pw::DistributionGeneral object.

pw::DistributionGeneral create subcon_list
This action creates a new general distribution function object from a list of subconnectors.
Base type for all glyph types
Base class for distribution types
A connector is a computationally one-dimensional grid entity, defined in the parameter space of one or more end-connected curve segments.
General distribution function type
Close