point_cloud property

point_cloud property

Export the scene as point cloud, the default value is false.

Definition:

@property
def point_cloud(self):
    ...
@point_cloud.setter
def point_cloud(self, value):
    ...

See Also