public interface IfcReparametrisedCompositeCurveSegment extends IfcCompositeCurveSegment
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getParamLength()
Returns the value of the 'Param Length' attribute.
|
String |
getParamLengthAsString()
Returns the value of the 'Param Length As String' attribute.
|
void |
setParamLength(double value)
Sets the value of the '
Param Length' attribute. |
void |
setParamLengthAsString(String value)
Sets the value of the '
Param Length As String' attribute. |
getDim, getParentCurve, getSameSense, getTransition, getUsingCurves, isSetDim, isSetUsingCurves, setDim, setParentCurve, setSameSense, setTransition, unsetDim, unsetUsingCurvesgetLayerAssignment, getStyledByItem, isSetLayerAssignment, isSetStyledByItem, unsetLayerAssignment, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getParamLength()
If the meaning of the 'Param Length' attribute isn't clear, there really should be more of a description here...
setParamLength(double),
Ifc4Package.getIfcReparametrisedCompositeCurveSegment_ParamLength()void setParamLength(double value)
Param Length' attribute.
value - the new value of the 'Param Length' attribute.getParamLength()String getParamLengthAsString()
If the meaning of the 'Param Length As String' attribute isn't clear, there really should be more of a description here...
setParamLengthAsString(String),
Ifc4Package.getIfcReparametrisedCompositeCurveSegment_ParamLengthAsString()void setParamLengthAsString(String value)
Param Length As String' attribute.
value - the new value of the 'Param Length As String' attribute.getParamLengthAsString()Copyright © 2016 OpenSource BIM. All rights reserved.