public interface IfcVector extends IfcGeometricRepresentationItem, IfcHatchLineDistanceSelect, IfcVectorOrDirection
| Modifier and Type | Method and Description |
|---|---|
long |
getDim()
Returns the value of the 'Dim' attribute.
|
double |
getMagnitude()
Returns the value of the 'Magnitude' attribute.
|
String |
getMagnitudeAsString()
Returns the value of the 'Magnitude As String' attribute.
|
IfcDirection |
getOrientation()
Returns the value of the 'Orientation' reference.
|
boolean |
isSetDim()
Returns whether the value of the '
Dim' attribute is set. |
void |
setDim(long value)
Sets the value of the '
Dim' attribute. |
void |
setMagnitude(double value)
Sets the value of the '
Magnitude' attribute. |
void |
setMagnitudeAsString(String value)
Sets the value of the '
Magnitude As String' attribute. |
void |
setOrientation(IfcDirection value)
Sets the value of the '
Orientation' reference. |
void |
unsetDim()
Unsets the value of the '
Dim' attribute. |
getLayerAssignment, getStyledByItem, isSetLayerAssignment, isSetStyledByItem, unsetLayerAssignment, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcDirection getOrientation()
If the meaning of the 'Orientation' reference isn't clear, there really should be more of a description here...
setOrientation(IfcDirection),
Ifc4Package.getIfcVector_Orientation()void setOrientation(IfcDirection value)
Orientation' reference.
value - the new value of the 'Orientation' reference.getOrientation()double getMagnitude()
If the meaning of the 'Magnitude' attribute isn't clear, there really should be more of a description here...
setMagnitude(double),
Ifc4Package.getIfcVector_Magnitude()void setMagnitude(double value)
Magnitude' attribute.
value - the new value of the 'Magnitude' attribute.getMagnitude()String getMagnitudeAsString()
If the meaning of the 'Magnitude As String' attribute isn't clear, there really should be more of a description here...
setMagnitudeAsString(String),
Ifc4Package.getIfcVector_MagnitudeAsString()void setMagnitudeAsString(String value)
Magnitude As String' attribute.
value - the new value of the 'Magnitude As String' attribute.getMagnitudeAsString()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.getIfcVector_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.