Package com.aspose.threed
Class ParameterizedProfile
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Profile
-
- com.aspose.threed.ParameterizedProfile
-
- Direct Known Subclasses:
CircleShape
,CShape
,EllipseShape
,HShape
,LShape
,RectangleShape
,TrapeziumShape
,TShape
,UShape
,ZShape
public abstract class ParameterizedProfile extends Profile
The base class of all parameterized profiles.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description ParameterizedProfile()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Vector2
getExtent()
Gets the extent in x and y dimension.-
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
-
-
-
-
Method Detail
-
getExtent
public abstract Vector2 getExtent()
Gets the extent in x and y dimension.
-
-