Package com.aspose.threed
Class LShape
- java.lang.Object
-
- All Implemented Interfaces:
INamedObject
public class LShape extends ParameterizedProfile
IFC compatible L-shape profile that defined by parameters.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDepth()
Gets the depth of the profile.double
getEdgeRadius()
Gets the radius of the edge.Vector2
getExtent()
Gets the extent in x and y dimension.double
getFilletRadius()
Gets the radius of the fillet.double
getThickness()
Gets the thickness of the constant wall.double
getWidth()
Gets the width of the profile.void
setDepth(double value)
Sets the depth of the profile.void
setEdgeRadius(double value)
Sets the radius of the edge.void
setFilletRadius(double value)
Sets the radius of the fillet.void
setThickness(double value)
Sets the thickness of the constant wall.void
setWidth(double value)
Sets the width of 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
-
LShape
public LShape()
Constructor ofLShape
-
-
Method Detail
-
getDepth
public double getDepth()
Gets the depth of the profile.
-
setDepth
public void setDepth(double value)
Sets the depth of the profile.- Parameters:
value
- New value
-
getWidth
public double getWidth()
Gets the width of the profile.
-
setWidth
public void setWidth(double value)
Sets the width of the profile.- Parameters:
value
- New value
-
getThickness
public double getThickness()
Gets the thickness of the constant wall.
-
setThickness
public void setThickness(double value)
Sets the thickness of the constant wall.- Parameters:
value
- New value
-
getFilletRadius
public double getFilletRadius()
Gets the radius of the fillet.
-
setFilletRadius
public void setFilletRadius(double value)
Sets the radius of the fillet.- Parameters:
value
- New value
-
getEdgeRadius
public double getEdgeRadius()
Gets the radius of the edge.
-
setEdgeRadius
public void setEdgeRadius(double value)
Sets the radius of the edge.- Parameters:
value
- New value
-
getExtent
public Vector2 getExtent()
Gets the extent in x and y dimension.- Specified by:
getExtent
in classParameterizedProfile
-
-