@IfcClass(layer=CORE, type=ENTITY) public class IfcVirtualGridIntersection extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcGridAxis> |
intersectingAxes |
private LIST<IfcLengthMeasure> |
offsetDistances |
stepNumber| 构造器和说明 |
|---|
IfcVirtualGridIntersection(LIST<IfcGridAxis> intersectingAxes,
LIST<IfcLengthMeasure> offsetDistances) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcGridAxis> |
getIntersectingAxes() |
LIST<IfcLengthMeasure> |
getOffsetDistances() |
void |
setIntersectingAxes(LIST<IfcGridAxis> intersectingAxes) |
void |
setOffsetDistances(LIST<IfcLengthMeasure> offsetDistances) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate LIST<IfcGridAxis> intersectingAxes
private LIST<IfcLengthMeasure> offsetDistances
@IfcParserConstructor public IfcVirtualGridIntersection(LIST<IfcGridAxis> intersectingAxes, LIST<IfcLengthMeasure> offsetDistances)
public LIST<IfcGridAxis> getIntersectingAxes()
public void setIntersectingAxes(LIST<IfcGridAxis> intersectingAxes)
public LIST<IfcLengthMeasure> getOffsetDistances()
public void setOffsetDistances(LIST<IfcLengthMeasure> offsetDistances)
Copyright © 2023. All rights reserved.