Public Member Functions | |
None | __init__ (self, PointCloudPart other) |
None | __init__ (self, PointCloud c, VertBitSet bs=None) |
PointCloudPart | operator (self, PointCloudPart other) |
PointCloud | cloud (self) |
VertBitSet | region (self) |
None | region (self, VertBitSet arg1) |
Static Protected Attributes | |
typing | _offsetof_cloud = 0 |
typing | _offsetof_region = 8 |
Generated from: MR::PointCloudPart represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid)
None mrmeshpy.PointCloudPart.__init__ | ( | self, | |
PointCloudPart | other ) |
Make this assignable. A better idea would be to rewrite the class to not use references, but doing this instead preserves API compatibility.
None mrmeshpy.PointCloudPart.__init__ | ( | self, | |
PointCloud | c, | ||
VertBitSet | bs = None ) |
PointCloud mrmeshpy.PointCloudPart.cloud | ( | self | ) |
PointCloudPart mrmeshpy.PointCloudPart.operator | ( | self, | |
PointCloudPart | other ) |
VertBitSet mrmeshpy.PointCloudPart.region | ( | self | ) |
nullptr here means all valid points of point cloud
None mrmeshpy.PointCloudPart.region | ( | self, | |
VertBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |