public class IfcGridAxis extends IfcEntity
| Constructor and Description |
|---|
IfcGridAxis() |
| Modifier and Type | Method and Description |
|---|---|
IfcCurve |
getAxisCurve() |
IfcLabel |
getAxisTag() |
IfcCollection<IfcGrid> |
getPartOfU() |
IfcCollection<IfcGrid> |
getPartOfV() |
IfcCollection<IfcGrid> |
getPartOfW() |
IfcBoolean |
getSameSense() |
IfcCollection<IfcVirtualGridIntersection> |
hasIntersections() |
void |
setAxisCurve(IfcCurve value) |
void |
setAxisTag(IfcLabel value) |
void |
setSameSense(IfcBoolean value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcLabel getAxisTag()
public final void setAxisTag(IfcLabel value)
public final IfcCurve getAxisCurve()
public final void setAxisCurve(IfcCurve value)
public final IfcBoolean getSameSense()
public final void setSameSense(IfcBoolean value)
public final IfcCollection<IfcGrid> getPartOfW()
public final IfcCollection<IfcGrid> getPartOfV()
public final IfcCollection<IfcGrid> getPartOfU()
public final IfcCollection<IfcVirtualGridIntersection> hasIntersections()