Glyph Version 7.22.2 |
pw:: SourcePointCloudSource point cloud type Derives Frompw::Object pw::Entity pw::SourceEntity Summary
create
This action creates a new source point cloud object. Parametersnone ReturnsThis action returns a new pw::SourcePointCloud object. addDomain
This action adds a domain’s points to the source point cloud. Parameters
ReturnsThis action returns nothing. addPoint
This action adds a point to the source point cloud. Parameters
ReturnsThis action returns nothing. addPoints
This action adds a list of points to the source point cloud. Parameters
ReturnsThis action returns nothing. addSourcePoints
This action adds points to the source point cloud from another source entity, using the primitive points that a source defines when the background spacing is as given Parameters
ReturnsThis action returns nothing. removePoint
This action removes a point from the source point cloud. Parameters
ReturnsThis action returns nothing. setXYZ
This action sets the xyz of the point at the given index of the source point cloud. Parameters
ReturnsThis action returns nothing. setSpacing
This action sets the spacing of the point at the given index of the source point cloud. Parameters
ReturnsThis action returns nothing. setDecay
This action sets the decay of the point at the given index of the source point cloud. Parameters
ReturnsThis action returns nothing. |
This action creates a new source point cloud object.
pw::SourcePointCloud create
This action adds a domain’s points to the source point cloud.
$cloud addDomain domain decay
This action adds a point to the source point cloud.
$cloud addPoint xyz spacing decay
This action adds a list of points to the source point cloud.
$cloud addPoints point_data
This action adds points to the source point cloud from another source entity, using the primitive points that a source defines when the background spacing is as given
$cloud addSourcePoints source ?spacing? ?multiplier?
This action removes a point from the source point cloud.
$cloud removePoint index
This action removes all of the points from the point cloud.
$curve removeAllPoints
This action gets the xyz of the point at the given index of the source point cloud.
$point getXYZ index
This action sets the xyz of the point at the given index of the source point cloud.
$point setXYZ index xyz
This action gets the spacing of the point at the given index of the source point cloud.
$point getSpacing index
This action sets the spacing of the point at the given index of the source point cloud.
$point setSpacing index spacing
This action gets the decay of the point at the given index of the source point cloud.
$point getDecay index
This action sets the decay of the point at the given index of the source point cloud.
$point setDecay index decay