MirroredProfile

MirroredProfile

Overview

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

IFC compatible mirror profile.

This class provides 16 methods for working with MirroredProfile objects in Java programs. Available methods include: findProperty, getBaseProfile, getBoundingBox, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, getProperties, getProperty, getScene, removeProperty, and 4 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: baseProfile, boundingBox, entityRendererKey, excluded, name, parentNode, and 3 more.

Properties

NameTypeAccessDescription
baseProfileProfileReadGets the base profile to be mirrored.
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
getBaseProfile()ProfileGets the base profile to be mirrored.
getBoundingBox()BoundingBoxGets the base profile to be mirrored.
getParentNode()NodeReturns the parent node.
setParentNode(value: Node)Gets the base profile to be mirrored.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
getScene()ScenePackage-private constructor for On-Premise compatibility.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this MirroredProfile instance.
getProperty(name: String)ObjectCalls getProperty(name) on this MirroredProfile instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this MirroredProfile instance.

See Also