Glyph Version 7.22.2 |
pw:: SourceGlobal actions for source entities Derives FromSummary
save
This action saves all source entities in the native file format. Parameters
ReturnsThis action returns nothing. InformationThis command supports progress updates. For “-compress level”, 0 = no compression, 1 = minimum, and 9 = maximum. Higher levels of compression take longer to save. getAll
This action gets a list of all source entities. Parameters
ReturnsThis action returns a list of pw::SourceEntity objects, or a list of framework_entity when -global is specified. NotesOnly one of the -grid or -shape parameters can be given at the same time. If both are given, an error is returned. getCount
This action gets the number of soure entities. ParametersThis action has no parameters. ReturnsThis action returns an integer value. getByName
This action gets a source entity using the name. Parameters
ReturnsThis action returns a pw::SourceEntity object. getExtents
This action gets the extents of the source entities. Parameters
ReturnsThis action returns a list of two vectors representing the min and max xyz points of the extents. getSize
This action gets the size at the given XYZ coordinates from source evaluation. Parameters
ReturnsThis action returns a list of float sizes at the point locations. getAutomaticSizeThis action gets the size at the given XYZ coordinates from automatic (curvature-based) size field evaluation. Parameters
ReturnsThis action returns a list of float sizes at the point locations. import
This action creates a new source point cloud object imported from a file. Parameters
InformationThis command supports progress updates. File Types
ReturnsThis action returns a new pw::SourcePointCloud object. |
This action saves all source entities in the native file format.
pw::Source save ?-compress level? ?-noOverwrite? filename
This action gets a list of all source entities.
pw::Source getAll ?< -grid entities | -shape entities >? ?-framework framework? ?-global?
This action gets the number of soure entities.
pw::Source getCount
This action gets a source entity using the name.
pw::Source getByName name
This action gets the extents of the source entities.
pw::Source getExtents ?-enabledOnly? ?-visibleOnly?
This action gets the size at the given XYZ coordinates from source evaluation.
pw::Source getSize points background_spacing ?-include source_list? ?-exclude source_list? ?-calculationMethod method?
This action creates a new source point cloud object imported from a file.
pw::Source import ?-type file_type? ?-report report_var? filename