public class IfcCShapeProfileDef extends IfcParameterizedProfileDef implements com.aspose.cad_internal.fileformats.ifc.IIfcCShapeProfileDef
| Constructor and Description |
|---|
IfcCShapeProfileDef() |
| Modifier and Type | Method and Description |
|---|---|
IfcPositiveLengthMeasure |
getDepth() |
IfcPositiveLengthMeasure |
getGirth() |
IfcNonNegativeLengthMeasure |
getInternalFilletRadius() |
IfcPositiveLengthMeasure |
getWallThickness() |
IfcPositiveLengthMeasure |
getWidth() |
void |
setDepth(IfcPositiveLengthMeasure value) |
void |
setGirth(IfcPositiveLengthMeasure value) |
void |
setInternalFilletRadius(IfcNonNegativeLengthMeasure value) |
void |
setWallThickness(IfcPositiveLengthMeasure value) |
void |
setWidth(IfcPositiveLengthMeasure value) |
getPosition, setPositiongetProfileName, getProfileType, hasExternalReference, hasProperties, setProfileName, setProfileTypeequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcPositiveLengthMeasure getDepth()
public final void setDepth(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getWidth()
public final void setWidth(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getWallThickness()
public final void setWallThickness(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getGirth()
public final void setGirth(IfcPositiveLengthMeasure value)
public final IfcNonNegativeLengthMeasure getInternalFilletRadius()
public final void setInternalFilletRadius(IfcNonNegativeLengthMeasure value)