public interface IfcPointOnCurve extends IfcPoint
| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getBasisCurve()
Returns the value of the 'Basis Curve' reference.
|
long |
getDim()
Returns the value of the 'Dim' attribute.
|
double |
getPointParameter()
Returns the value of the 'Point Parameter' attribute.
|
String |
getPointParameterAsString()
Returns the value of the 'Point Parameter As String' attribute.
|
boolean |
isSetDim()
Returns whether the value of the '
Dim' attribute is set. |
void |
setBasisCurve(IfcCurve value)
Sets the value of the '
Basis Curve' reference. |
void |
setDim(long value)
Sets the value of the '
Dim' attribute. |
void |
setPointParameter(double value)
Sets the value of the '
Point Parameter' attribute. |
void |
setPointParameterAsString(String value)
Sets the value of the '
Point Parameter As String' attribute. |
void |
unsetDim()
Unsets the value of the '
Dim' attribute. |
getLayerAssignment, 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.getIfcPointOnCurve_BasisCurve()void setBasisCurve(IfcCurve value)
Basis Curve' reference.
value - the new value of the 'Basis Curve' reference.getBasisCurve()double getPointParameter()
If the meaning of the 'Point Parameter' attribute isn't clear, there really should be more of a description here...
setPointParameter(double),
Ifc4Package.getIfcPointOnCurve_PointParameter()void setPointParameter(double value)
Point Parameter' attribute.
value - the new value of the 'Point Parameter' attribute.getPointParameter()String getPointParameterAsString()
If the meaning of the 'Point Parameter As String' attribute isn't clear, there really should be more of a description here...
setPointParameterAsString(String),
Ifc4Package.getIfcPointOnCurve_PointParameterAsString()void setPointParameterAsString(String value)
Point Parameter As String' attribute.
value - the new value of the 'Point Parameter As String' attribute.getPointParameterAsString()long getDim()
If the meaning of the 'Dim' attribute isn't clear, there really should be more of a description here...
isSetDim(),
unsetDim(),
setDim(long),
Ifc4Package.getIfcPointOnCurve_Dim()void setDim(long value)
Dim' attribute.
value - the new value of the 'Dim' attribute.isSetDim(),
unsetDim(),
getDim()void unsetDim()
Dim' attribute.
isSetDim(),
getDim(),
setDim(long)boolean isSetDim()
Dim' attribute is set.
unsetDim(),
getDim(),
setDim(long)Copyright © 2018 OpenSource BIM. All rights reserved.