Profile

Overview

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

2D Profile in xy plane.

This class provides 22 methods for working with Profile objects in Java programs. Available methods include: A3DObject, Entity, Profile, 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
boundingBoxBoundingBoxReadGets the bounding box.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
Profile()Constructor.
getBoundingBox()BoundingBoxReturns the bounding box.
Entity(name: String)Calls Entity(name) on this Profile instance.
getParentNode()NodeConstructor.
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.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
SceneObject()2D Profile in xy plane.
SceneObject(name: String)Calls SceneObject(name) on this Profile instance.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this Profile instance.
A3DObject(name: String)Protected constructor to allow derived classes to set name.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this Profile instance.
getProperty(name: String)ObjectCalls getProperty(name) on this Profile instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this Profile instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this Profile instance.

See Also

 English