public interface IfcOffsetCurve2D extends IfcCurve
| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getBasisCurve()
Returns the value of the 'Basis Curve' reference.
|
double |
getDistance()
Returns the value of the 'Distance' attribute.
|
String |
getDistanceAsString()
Returns the value of the 'Distance As String' attribute.
|
boolean |
isSelfIntersect()
Returns the value of the 'Self Intersect' attribute.
|
void |
setBasisCurve(IfcCurve value)
Sets the value of the '
Basis Curve' reference. |
void |
setDistance(double value)
Sets the value of the '
Distance' attribute. |
void |
setDistanceAsString(String value)
Sets the value of the '
Distance As String' attribute. |
void |
setSelfIntersect(boolean value)
Sets the value of the '
Self Intersect' attribute. |
getDim, isSetDim, setDim, unsetDimgetLayerAssignments, getStyledByItem, isSetLayerAssignments, isSetStyledByItem, unsetLayerAssignments, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcCurve getBasisCurve()
If the meaning of the 'Basis Curve' reference isn't clear, there really should be more of a description here...
setBasisCurve(IfcCurve),
Ifc2x3tc1Package.getIfcOffsetCurve2D_BasisCurve()void setBasisCurve(IfcCurve value)
Basis Curve' reference.
value - the new value of the 'Basis Curve' reference.getBasisCurve()double getDistance()
If the meaning of the 'Distance' attribute isn't clear, there really should be more of a description here...
setDistance(double),
Ifc2x3tc1Package.getIfcOffsetCurve2D_Distance()void setDistance(double value)
Distance' attribute.
value - the new value of the 'Distance' attribute.getDistance()String getDistanceAsString()
If the meaning of the 'Distance As String' attribute isn't clear, there really should be more of a description here...
setDistanceAsString(String),
Ifc2x3tc1Package.getIfcOffsetCurve2D_DistanceAsString()void setDistanceAsString(String value)
Distance As String' attribute.
value - the new value of the 'Distance As String' attribute.getDistanceAsString()boolean isSelfIntersect()
If the meaning of the 'Self Intersect' attribute isn't clear, there really should be more of a description here...
setSelfIntersect(boolean),
Ifc2x3tc1Package.getIfcOffsetCurve2D_SelfIntersect()void setSelfIntersect(boolean value)
Self Intersect' attribute.
value - the new value of the 'Self Intersect' attribute.isSelfIntersect()Copyright © 2018 OpenSource BIM. All rights reserved.