Package com.aspose.threed
Class ArbitraryProfile
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Profile
-
- com.aspose.threed.ArbitraryProfile
-
- All Implemented Interfaces:
INamedObject
public class ArbitraryProfile extends Profile
This class allows you to construct a 2D profile directly from arbitrary curve.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description ArbitraryProfile()
Constructor ofArbitraryProfile
ArbitraryProfile(Curve curve)
Constructor ofArbitraryProfile
with an initial curve.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Curve
getCurve()
The Curve used to construct the profilevoid
setCurve(Curve value)
The Curve used to construct the profile-
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
-
ArbitraryProfile
public ArbitraryProfile()
Constructor ofArbitraryProfile
-
ArbitraryProfile
public ArbitraryProfile(Curve curve)
Constructor ofArbitraryProfile
with an initial curve.- Parameters:
curve
-
-
-