public interface IfcPointOnCurve extends IfcPoint
The following features are supported:
Ifc2x3tc1Package.getIfcPointOnCurve()| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getBasisCurve()
Returns the value of the 'Basis Curve' reference.
|
int |
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(int 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. |
getLayerAssignments, 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.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),
Ifc2x3tc1Package.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),
Ifc2x3tc1Package.getIfcPointOnCurve_PointParameterAsString()void setPointParameterAsString(String value)
Point Parameter As String' attribute.
value - the new value of the 'Point Parameter As String' attribute.getPointParameterAsString()int getDim()
If the meaning of the 'Dim' attribute isn't clear, there really should be more of a description here...
isSetDim(),
unsetDim(),
setDim(int),
Ifc2x3tc1Package.getIfcPointOnCurve_Dim()void setDim(int value)
Dim' attribute.
value - the new value of the 'Dim' attribute.isSetDim(),
unsetDim(),
getDim()void unsetDim()
Dim' attribute.
isSetDim(),
getDim(),
setDim(int)boolean isSetDim()
Dim' attribute is set.
unsetDim(),
getDim(),
setDim(int)Copyright © 2016 OpenSource BIM. All rights reserved.