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()  | 
IfcLogical | 
getSelfIntersect()  | 
void | 
setBasisCurve(IfcCurve value)  | 
void | 
setDistance(IfcLengthMeasure value)  | 
void | 
setRefDirection(IfcDirection value)  | 
void | 
setSelfIntersect(IfcLogical value)  | 
getLayerAssignment, 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 IfcLogical getSelfIntersect()
public final void setSelfIntersect(IfcLogical value)
public final IfcDirection getRefDirection()
public final void setRefDirection(IfcDirection value)