PointCloud

Overview

PointCloud is a class in Aspose.3D FOSS for Java. Inherits from: Entity.

A point cloud represents a collection of points in 3D space.

This class provides 23 methods for working with PointCloud objects in Java programs. Available methods include: A3DObject, Entity, PointCloud, SceneObject, findProperty, getBoundingBox, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, getProperties, and 7 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, entityRendererKey, excluded, name, parentNode, parentNodes, and 2 more.

Properties

NameTypeAccessDescription
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
boundingBoxBoundingBoxReadGets the bounding box.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
PointCloud()Constructor of PointCloud.
PointCloud(name: String)Constructor of PointCloud.
Entity(name: String)Calls Entity(name) on this PointCloud instance.
getParentNode()NodeReturns the parent node.
setParentNode(value: Node)Sets the parent node value.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getBoundingBox()BoundingBoxReturns the bounding box.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
SceneObject()Calls SceneObject on this PointCloud instance.
SceneObject(name: String)Calls SceneObject(name) on this PointCloud instance.
getScene()SceneReturns the scene.
A3DObject()A point cloud represents a collection of points in 3D space. Point cloud can be used to represent 3D scanned data or sparse 3D models.
A3DObject(name: String)Constructor of PointCloud.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this PointCloud instance.
getProperty(name: String)ObjectCalls getProperty(name) on this PointCloud instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this PointCloud instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this PointCloud instance.

See Also

 English