PointCloud

Overview

PointCloud is a class in Aspose.3D FOSS for Python.

This class declares 4 methods for PointCloud objects in Python programs. Available methods include: __init__, from_geometry, from_geometry_with_density, get_entity_renderer_key. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: dimension.

Properties

NameTypeAccessDescription
dimension'Vector2'Read/WriteGets or sets the dimension.

Methods

SignatureDescription
__init__(name: str)Calls init(name) on this PointCloud instance.
get_entity_renderer_key()'EntityRendererKey'Returns the entity renderer key.
from_geometry(g: 'Geometry')'PointCloud'Not implemented in the FOSS edition — throws at runtime. Calls from_geometry(g) on this PointCloud instance.
from_geometry_with_density(g: 'Geometry', density: int)'PointCloud'Not implemented in the FOSS edition — throws at runtime. Calls from_geometry_with_density(g, density) on this PointCloud instance.

See Also