Package com.aspose.threed
Class TrapeziumShape
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.SceneObject
-
- com.aspose.threed.Entity
-
- com.aspose.threed.Profile
-
- com.aspose.threed.ParameterizedProfile
-
- com.aspose.threed.TrapeziumShape
-
- All Implemented Interfaces:
INamedObject
public class TrapeziumShape extends ParameterizedProfile
IFC compatible Trapezium shape defined by parameters.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description TrapeziumShape()
Constructor ofTrapeziumShape
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getBottomXDim()
Gets the extent of the bottom line measured along the x-axis.Vector2
getExtent()
Gets the extent in x and y dimension.double
getTopXDim()
Gets the extent of the top line measured along the x-axis.double
getTopXOffset()
Gets the offset from the beginning of the top line to the bottom line.double
getYDim()
Gets the distance between the top and bottom lines measured along the y-axis.void
setBottomXDim(double value)
Sets the extent of the bottom line measured along the x-axis.void
setTopXDim(double value)
Sets the extent of the top line measured along the x-axis.void
setTopXOffset(double value)
Sets the offset from the beginning of the top line to the bottom line.void
setYDim(double value)
Sets the distance between the top and bottom lines measured along the y-axis.-
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
-
TrapeziumShape
public TrapeziumShape()
Constructor ofTrapeziumShape
-
-
Method Detail
-
getBottomXDim
public double getBottomXDim()
Gets the extent of the bottom line measured along the x-axis.
-
setBottomXDim
public void setBottomXDim(double value)
Sets the extent of the bottom line measured along the x-axis.- Parameters:
value
- New value
-
getTopXDim
public double getTopXDim()
Gets the extent of the top line measured along the x-axis.
-
setTopXDim
public void setTopXDim(double value)
Sets the extent of the top line measured along the x-axis.- Parameters:
value
- New value
-
getYDim
public double getYDim()
Gets the distance between the top and bottom lines measured along the y-axis.
-
setYDim
public void setYDim(double value)
Sets the distance between the top and bottom lines measured along the y-axis.- Parameters:
value
- New value
-
getTopXOffset
public double getTopXOffset()
Gets the offset from the beginning of the top line to the bottom line.
-
setTopXOffset
public void setTopXOffset(double value)
Sets the offset from the beginning of the top line to the bottom line.- Parameters:
value
- New value
-
getExtent
public Vector2 getExtent()
Gets the extent in x and y dimension.- Specified by:
getExtent
in classParameterizedProfile
-
-