public class CShape extends ParameterizedProfile
name, properties| Modifier and Type | Method and Description |
|---|---|
double |
getDepth()
Gets the depth of the profile.
|
Vector2 |
getExtent()
Gets the extent in x and y dimension.
|
double |
getGirth()
Gets the length of girth.
|
double |
getInternalFilletRadius()
Gets the internal fillet radius.
|
double |
getWallThickness()
Gets the thickness of the wall.
|
double |
getWidth()
Gets the width of the profile.
|
void |
setDepth(double value)
Sets the depth of the profile.
|
void |
setGirth(double value)
Sets the length of girth.
|
void |
setInternalFilletRadius(double value)
Sets the internal fillet radius.
|
void |
setWallThickness(double value)
Sets the thickness of the wall.
|
void |
setWidth(double value)
Sets the width of the profile.
|
getEntityRendererKeygetBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic CShape()
CShapepublic double getDepth()
public void setDepth(double value)
value - New valuepublic double getWidth()
public void setWidth(double value)
value - New valuepublic double getGirth()
public void setGirth(double value)
value - New valuepublic double getWallThickness()
public void setWallThickness(double value)
value - New valuepublic double getInternalFilletRadius()
public void setInternalFilletRadius(double value)
value - New valuepublic Vector2 getExtent()
getExtent in class ParameterizedProfile