@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcRectangularPyramid extends IfcCsgPrimitive3D
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcPositiveLengthMeasure |
height |
private IfcPositiveLengthMeasure |
xLength |
private IfcPositiveLengthMeasure |
yLength |
stepNumber| 构造器和说明 |
|---|
IfcRectangularPyramid(IfcAxis2Placement3D position,
IfcPositiveLengthMeasure xLength,
IfcPositiveLengthMeasure yLength,
IfcPositiveLengthMeasure height) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcPositiveLengthMeasure |
getHeight() |
IfcPositiveLengthMeasure |
getxLength() |
IfcPositiveLengthMeasure |
getyLength() |
void |
setHeight(IfcPositiveLengthMeasure height) |
void |
setxLength(IfcPositiveLengthMeasure xLength) |
void |
setyLength(IfcPositiveLengthMeasure yLength) |
getDim, getPosition, setDim, setPositiongetLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcPositiveLengthMeasure xLength
private IfcPositiveLengthMeasure yLength
private IfcPositiveLengthMeasure height
@IfcParserConstructor public IfcRectangularPyramid(IfcAxis2Placement3D position, IfcPositiveLengthMeasure xLength, IfcPositiveLengthMeasure yLength, IfcPositiveLengthMeasure height)
public IfcPositiveLengthMeasure getxLength()
public void setxLength(IfcPositiveLengthMeasure xLength)
public IfcPositiveLengthMeasure getyLength()
public void setyLength(IfcPositiveLengthMeasure yLength)
public IfcPositiveLengthMeasure getHeight()
public void setHeight(IfcPositiveLengthMeasure height)
Copyright © 2023. All rights reserved.