@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcCartesianPoint extends IfcPoint implements IfcTrimmingSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcLengthMeasure> |
coordinates |
private IfcDimensionCount |
dim |
stepNumber| 构造器和说明 |
|---|
IfcCartesianPoint() |
IfcCartesianPoint(Double x,
Double y,
Double z) |
IfcCartesianPoint(LIST<IfcLengthMeasure> coordinates) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcLengthMeasure> |
getCoordinates() |
IfcDimensionCount |
getDim() |
void |
setCoordinates(LIST<IfcLengthMeasure> coordinates) |
void |
setDim(IfcDimensionCount dim) |
getLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate LIST<IfcLengthMeasure> coordinates
@IfcDeriveParameter private IfcDimensionCount dim
public IfcCartesianPoint()
@IfcParserConstructor public IfcCartesianPoint(LIST<IfcLengthMeasure> coordinates) throws Exception
Exceptionpublic LIST<IfcLengthMeasure> getCoordinates()
public void setCoordinates(LIST<IfcLengthMeasure> coordinates) throws Exception
Exceptionpublic IfcDimensionCount getDim()
public void setDim(IfcDimensionCount dim)
Copyright © 2023. All rights reserved.