public interface IfcOffsetCurve3D 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.
|
IfcDirection |
getRefDirection()
Returns the value of the 'Ref Direction' reference.
|
Tristate |
getSelfIntersect()
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 |
setRefDirection(IfcDirection value)
Sets the value of the '
Ref Direction' reference. |
void |
setSelfIntersect(Tristate value)
Sets the value of the '
Self Intersect' attribute. |
getDim, isSetDim, setDim, unsetDimgetLayerAssignment, getStyledByItem, isSetLayerAssignment, isSetStyledByItem, unsetLayerAssignment, 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),
Ifc4Package.getIfcOffsetCurve3D_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),
Ifc4Package.getIfcOffsetCurve3D_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),
Ifc4Package.getIfcOffsetCurve3D_DistanceAsString()void setDistanceAsString(String value)
Distance As String' attribute.
value - the new value of the 'Distance As String' attribute.getDistanceAsString()Tristate getSelfIntersect()
Tristate.
If the meaning of the 'Self Intersect' attribute isn't clear, there really should be more of a description here...
Tristate,
setSelfIntersect(Tristate),
Ifc4Package.getIfcOffsetCurve3D_SelfIntersect()void setSelfIntersect(Tristate value)
Self Intersect' attribute.
value - the new value of the 'Self Intersect' attribute.Tristate,
getSelfIntersect()IfcDirection getRefDirection()
If the meaning of the 'Ref Direction' reference isn't clear, there really should be more of a description here...
setRefDirection(IfcDirection),
Ifc4Package.getIfcOffsetCurve3D_RefDirection()void setRefDirection(IfcDirection value)
Ref Direction' reference.
value - the new value of the 'Ref Direction' reference.getRefDirection()Copyright © 2018 OpenSource BIM. All rights reserved.