public class ZShape extends ParameterizedProfile
name, properties
Modifier and Type | Method and Description |
---|---|
double |
getDepth()
Gets the length of web.
|
double |
getEdgeRadius()
Gets the radius of flange edge.
|
Vector2 |
getExtent()
Gets the extent in x and y dimension.
|
double |
getFilletRadius()
Gets the radius of fillet between flange and web.
|
double |
getFlangeThickness()
Gets the thickness of flange.
|
double |
getFlangeWidth()
Gets the length of flange.
|
double |
getWebThickness()
Gets the thickness of wall.
|
void |
setDepth(double value)
Sets the length of web.
|
void |
setEdgeRadius(double value)
Sets the radius of flange edge.
|
void |
setFilletRadius(double value)
Sets the radius of fillet between flange and web.
|
void |
setFlangeThickness(double value)
Sets the thickness of flange.
|
void |
setFlangeWidth(double value)
Sets the length of flange.
|
void |
setWebThickness(double value)
Sets the thickness of wall.
|
getEntityRendererKey
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public ZShape()
ZShape
public double getDepth()
public void setDepth(double value)
value
- New valuepublic double getFlangeWidth()
public void setFlangeWidth(double value)
value
- New valuepublic double getWebThickness()
public void setWebThickness(double value)
value
- New valuepublic double getFlangeThickness()
public void setFlangeThickness(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