Glyph Version 7.22.2 |
pw:: DistributionBase class for distribution types Derives FromSummary
Variable
This attribute is the grid point distribution variable. TypeThis attribute is a string with options < ArcLength | X | Y | Z | NonAligned >. DefaultThe default for this attribute is ArcLength. InformationThis attribute is related to the Normal attribute. Setting this attribute will change the Normal attribute to match the value of this attribute. NonAligned is not a valid value for setVariable. NonAligned is only returned when a non-axis aligned, normal vector has been assigned to Normal. See AlsoNormal
This attribute is the grid point distribution normal. TypeThis attribute is an xyz vector. DefaultThe default for this attribute is “0 0 0”. InformationThis attribute is related to the Variable attribute. Setting this attribute will change the Variable attribute to match the value of this attribute. If the value of this attribute is the zero vector, the Variable will be set to ArcLength. delete
This action deletes the distribution. ParametersThis action has no parameters. ReturnsThis action returns nothing. InformationThis is necessary to delete a distribution that has not been added to a pw::Connector. Calling delete on a distribution after it has been added to a pw::Connector, will generate an error. getBeginSpacing
This action gets the requested grid point spacing at the beginning of the distribution. ParametersThis action has no parameters. ReturnsThis action returns a pw::Spacing object. setBeginSpacing
This action sets the requested grid point spacing at the beginning of the distribution. Parameters
ReturnsThis action returns nothing. getEndSpacing
This action gets the requested grid point spacing at the end of the distribution. ParametersThis action has no parameters. ReturnsThis action returns a pw::Spacing object. setEndSpacing
This action sets the requested grid point spacing at the end of the distribution. Parameters
ReturnsThis action returns nothing. |
This attribute is the grid point distribution variable.
$dist get/setVariable < ArcLength | X | Y | Z >
This attribute is the grid point distribution normal.
$dist get/setNormal vector
This action deletes the distribution.
$dist delete
This action gets the requested grid point spacing at the beginning of the distribution.
$dist getBeginSpacing
This action sets the requested grid point spacing at the beginning of the distribution.
$dist setBeginSpacing < -clearname | spacing | value | name >
This action gets the requested grid point spacing at the end of the distribution.
$dist getEndSpacing
This action sets the requested grid point spacing at the end of the distribution.
$dist setEndSpacing < -clearname | spacing | value | name >
This action reverses the distribution, including the spacing constraints.
$dist reverse
This action creates a copy of the distribution.
$dist copy