dimension property
dimension property
If a dimension value is present for the point cloud, it indicates an organized point cloud. Without a specified size, it is considered an unorganized point cloud. Organized point cloud means it has an image-like structure.
Definition:
@property
def dimension(self):
...
@dimension.setter
def dimension(self, value):
...
See Also
- module
aspose.threed.entities
- class
PointCloud