point_cloud property

point_cloud property

Gets or sets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is false

Definition:

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

See Also