MirroredProfile
Overview
MirroredProfile is a class in Aspose.3D FOSS for Java.
Inherits from: Profile.
IFC compatible mirror profile.
This class provides 23 methods for working with MirroredProfile objects in Java programs.
Available methods include: A3DObject, Entity, Profile, SceneObject, findProperty, getBaseProfile, getBoundingBox, getEntityRendererKey, getExcluded, getName, getParentNode, getParentNodes, and 8 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
| Name | Type | Access | Description |
|---|---|---|---|
baseProfile | Profile | Read | Gets the base profile to be mirrored. |
boundingBox | BoundingBox | Read | Gets the bounding box. |
parentNode | Node | Read | Gets the parent node. |
parentNodes | ArrayList<Node> | Read | Gets the parent nodes. |
excluded | boolean | Read | Gets the excluded. |
entityRendererKey | EntityRendererKey | Read | Gets the entity renderer key. |
scene | Scene | Read | Gets the scene. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
getBaseProfile() → Profile | Gets the base profile to be mirrored. |
Profile() | Constructor. |
getBoundingBox() → BoundingBox | Gets the base profile to be mirrored. |
Entity(name: String) | Package-private constructor for On-Premise compatibility. |
getParentNode() → Node | Returns the parent node. |
setParentNode(value: Node) | Gets the base profile to be mirrored. |
getParentNodes() → ArrayList<Node> | Returns the parent nodes. |
getExcluded() → boolean | Returns the excluded. |
setExcluded(value: boolean) | Sets the excluded value. |
getEntityRendererKey() → EntityRendererKey | Returns the entity renderer key. |
SceneObject() | Calls SceneObject on this MirroredProfile instance. |
SceneObject(name: String) | Calls SceneObject(name) on this MirroredProfile instance. |
getScene() → Scene | Package-private constructor for On-Premise compatibility. |
A3DObject() | IFC compatible mirror profile. This profile defines a new profile by mirroring the base profile about the y axis. |
A3DObject(name: String) | Calls A3DObject(name) on this MirroredProfile instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this MirroredProfile instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this MirroredProfile instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this MirroredProfile instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this MirroredProfile instance. |