public class IfcOffsetCurve3D extends IfcCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcOffsetCurve3D
| Constructor and Description |
|---|
IfcOffsetCurve3D() |
| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getBasisCurve() |
IfcLengthMeasure |
getDistance() |
IfcDirection |
getRefDirection() |
Boolean |
getSelfIntersect() |
void |
setBasisCurve(IfcCurve value) |
void |
setDistance(IfcLengthMeasure value) |
void |
setRefDirection(IfcDirection value) |
void |
setSelfIntersect(Boolean value) |
getLayerAssignments, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcCurve getBasisCurve()
public final void setBasisCurve(IfcCurve value)
public final IfcLengthMeasure getDistance()
public final void setDistance(IfcLengthMeasure value)
public final Boolean getSelfIntersect()
public final void setSelfIntersect(Boolean value)
public final IfcDirection getRefDirection()
public final void setRefDirection(IfcDirection value)