@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcGridAxis extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcCurve |
axisCurve |
private IfcLabel |
axisTag |
private SET<IfcVirtualGridIntersection> |
hasIntersections |
private SET<IfcGrid> |
partOfU |
private SET<IfcGrid> |
partOfV |
private SET<IfcGrid> |
partOfW |
private IfcBoolean |
sameSense |
stepNumber| 构造器和说明 |
|---|
IfcGridAxis(IfcLabel axisTag,
IfcCurve axisCurve,
IfcBoolean sameSense) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcCurve |
getAxisCurve() |
IfcLabel |
getAxisTag() |
SET<IfcVirtualGridIntersection> |
getHasIntersections() |
SET<IfcGrid> |
getPartOfU() |
SET<IfcGrid> |
getPartOfV() |
SET<IfcGrid> |
getPartOfW() |
IfcBoolean |
getSameSense() |
boolean |
illegal() |
void |
setAxisCurve(IfcCurve axisCurve) |
void |
setAxisTag(IfcLabel axisTag) |
void |
setHasIntersections(SET<IfcVirtualGridIntersection> hasIntersections) |
void |
setPartOfU(SET<IfcGrid> partOfU) |
void |
setPartOfV(SET<IfcGrid> partOfV) |
void |
setPartOfW(SET<IfcGrid> partOfW) |
void |
setSameSense(IfcBoolean sameSense) |
check, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel axisTag
private IfcCurve axisCurve
private IfcBoolean sameSense
@IfcInverseParameter private SET<IfcGrid> partOfW
@IfcInverseParameter private SET<IfcGrid> partOfV
@IfcInverseParameter private SET<IfcGrid> partOfU
@IfcInverseParameter private SET<IfcVirtualGridIntersection> hasIntersections
@IfcParserConstructor public IfcGridAxis(IfcLabel axisTag, IfcCurve axisCurve, IfcBoolean sameSense)
public IfcLabel getAxisTag()
public void setAxisTag(IfcLabel axisTag)
public IfcCurve getAxisCurve()
public void setAxisCurve(IfcCurve axisCurve)
public IfcBoolean getSameSense()
public void setSameSense(IfcBoolean sameSense)
public SET<IfcVirtualGridIntersection> getHasIntersections()
public void setHasIntersections(SET<IfcVirtualGridIntersection> hasIntersections)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.