public class LShape extends ParameterizedProfile
name, properties
Modifier and Type | Method and 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.
|
getEntityRendererKey
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public LShape()
LShape
public double getDepth()
public void setDepth(double value)
value
- New valuepublic double getWidth()
public void setWidth(double value)
value
- New valuepublic double getThickness()
public void setThickness(double value)
value
- New valuepublic double getFilletRadius()
public void setFilletRadius(double value)
value
- New valuepublic double getEdgeRadius()
public void setEdgeRadius(double value)
value
- New valuepublic Vector2 getExtent()
getExtent
in class ParameterizedProfile