Package com.aspose.threed
Class MirroredProfile
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Profile
-
- com.aspose.threed.MirroredProfile
-
- All Implemented Interfaces:
INamedObject
public class MirroredProfile extends Profile
IFC compatible mirror profile. This profile defines a new profile by mirroring the base profile about the y axis.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description MirroredProfile(Profile baseProfile)
Construct a newMirroredProfile
from an existing profile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile
getBaseProfile()
The base profile to be mirrored.-
Methods inherited from class com.aspose.threed.Profile
getEntityRendererKey
-
Methods inherited from class com.aspose.threed.Entity
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
-
Methods inherited from class com.aspose.threed.SceneObject
getScene
-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
-
-
-
-
Constructor Detail
-
MirroredProfile
public MirroredProfile(Profile baseProfile)
Construct a newMirroredProfile
from an existing profile.- Parameters:
baseProfile
- The base profile to be mirrored.
-
-
Method Detail
-
getBaseProfile
public Profile getBaseProfile()
The base profile to be mirrored.
-
-