public class IfcSweptDiskSolid extends IfcSolidModel implements com.aspose.cad_internal.fileformats.ifc.IIfcSweptDiskSolid
Constructor and Description |
---|
IfcSweptDiskSolid() |
Modifier and Type | Method and Description |
---|---|
IfcCurve |
getDirectrix() |
IfcParameterValue |
getEndParam() |
IfcPositiveLengthMeasure |
getInnerRadius() |
IfcPositiveLengthMeasure |
getRadius() |
IfcParameterValue |
getStartParam() |
void |
setDirectrix(IfcCurve value) |
void |
setEndParam(IfcParameterValue value) |
void |
setInnerRadius(IfcPositiveLengthMeasure value) |
void |
setRadius(IfcPositiveLengthMeasure value) |
void |
setStartParam(IfcParameterValue value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCurve getDirectrix()
public final void setDirectrix(IfcCurve value)
public final IfcPositiveLengthMeasure getRadius()
public final void setRadius(IfcPositiveLengthMeasure value)
public final IfcPositiveLengthMeasure getInnerRadius()
public final void setInnerRadius(IfcPositiveLengthMeasure value)
public final IfcParameterValue getStartParam()
public final void setStartParam(IfcParameterValue value)
public final IfcParameterValue getEndParam()
public final void setEndParam(IfcParameterValue value)