public interface IfcPointOnSurface extends IfcPoint
| Modifier and Type | Method and Description |
|---|---|
IfcSurface |
getBasisSurface()
Returns the value of the 'Basis Surface' reference.
|
long |
getDim()
Returns the value of the 'Dim' attribute.
|
double |
getPointParameterU()
Returns the value of the 'Point Parameter U' attribute.
|
String |
getPointParameterUAsString()
Returns the value of the 'Point Parameter UAs String' attribute.
|
double |
getPointParameterV()
Returns the value of the 'Point Parameter V' attribute.
|
String |
getPointParameterVAsString()
Returns the value of the 'Point Parameter VAs String' attribute.
|
boolean |
isSetDim()
Returns whether the value of the '
Dim' attribute is set. |
void |
setBasisSurface(IfcSurface value)
Sets the value of the '
Basis Surface' reference. |
void |
setDim(long value)
Sets the value of the '
Dim' attribute. |
void |
setPointParameterU(double value)
Sets the value of the '
Point Parameter U' attribute. |
void |
setPointParameterUAsString(String value)
Sets the value of the '
Point Parameter UAs String' attribute. |
void |
setPointParameterV(double value)
Sets the value of the '
Point Parameter V' attribute. |
void |
setPointParameterVAsString(String value)
Sets the value of the '
Point Parameter VAs String' attribute. |
void |
unsetDim()
Unsets the value of the '
Dim' attribute. |
getLayerAssignment, getStyledByItem, isSetLayerAssignment, isSetStyledByItem, unsetLayerAssignment, unsetStyledByItemforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcSurface getBasisSurface()
If the meaning of the 'Basis Surface' reference isn't clear, there really should be more of a description here...
setBasisSurface(IfcSurface),
Ifc4Package.getIfcPointOnSurface_BasisSurface()void setBasisSurface(IfcSurface value)
Basis Surface' reference.
value - the new value of the 'Basis Surface' reference.getBasisSurface()double getPointParameterU()
If the meaning of the 'Point Parameter U' attribute isn't clear, there really should be more of a description here...
setPointParameterU(double),
Ifc4Package.getIfcPointOnSurface_PointParameterU()void setPointParameterU(double value)
Point Parameter U' attribute.
value - the new value of the 'Point Parameter U' attribute.getPointParameterU()String getPointParameterUAsString()
If the meaning of the 'Point Parameter UAs String' attribute isn't clear, there really should be more of a description here...
setPointParameterUAsString(String),
Ifc4Package.getIfcPointOnSurface_PointParameterUAsString()void setPointParameterUAsString(String value)
Point Parameter UAs String' attribute.
value - the new value of the 'Point Parameter UAs String' attribute.getPointParameterUAsString()double getPointParameterV()
If the meaning of the 'Point Parameter V' attribute isn't clear, there really should be more of a description here...
setPointParameterV(double),
Ifc4Package.getIfcPointOnSurface_PointParameterV()void setPointParameterV(double value)
Point Parameter V' attribute.
value - the new value of the 'Point Parameter V' attribute.getPointParameterV()String getPointParameterVAsString()
If the meaning of the 'Point Parameter VAs String' attribute isn't clear, there really should be more of a description here...
setPointParameterVAsString(String),
Ifc4Package.getIfcPointOnSurface_PointParameterVAsString()void setPointParameterVAsString(String value)
Point Parameter VAs String' attribute.
value - the new value of the 'Point Parameter VAs String' attribute.getPointParameterVAsString()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.getIfcPointOnSurface_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.