@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcAxis2Placement2D extends IfcPlacement implements IfcAxis2Placement
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcDirection> |
p |
private IfcDirection |
refDirection |
stepNumber| 构造器和说明 |
|---|
IfcAxis2Placement2D() |
IfcAxis2Placement2D(IfcCartesianPoint location,
IfcDirection refDirection) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcDirection> |
getP() |
IfcDirection |
getRefDirection() |
void |
setP(LIST<IfcDirection> p) |
void |
setRefDirection(IfcDirection refDirection) |
getDim, getLocation, setDim, setLocationgetLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcDirection refDirection
@IfcDeriveParameter private LIST<IfcDirection> p
public IfcAxis2Placement2D()
@IfcParserConstructor public IfcAxis2Placement2D(IfcCartesianPoint location, IfcDirection refDirection)
public IfcDirection getRefDirection()
public void setRefDirection(IfcDirection refDirection)
public LIST<IfcDirection> getP()
public void setP(LIST<IfcDirection> p)
Copyright © 2023. All rights reserved.