@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcConnectionPointEccentricity extends IfcConnectionPointGeometry
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
eccentricityInX |
private IfcLengthMeasure |
eccentricityInY |
private IfcLengthMeasure |
eccentricityInZ |
stepNumber| 构造器和说明 |
|---|
IfcConnectionPointEccentricity(IfcPointOrVertexPoint pointOnRelatingElement,
IfcPointOrVertexPoint pointOnRelatedElement,
IfcLengthMeasure eccentricityInX,
IfcLengthMeasure eccentricityInY,
IfcLengthMeasure eccentricityInZ) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
getEccentricityInX() |
IfcLengthMeasure |
getEccentricityInY() |
IfcLengthMeasure |
getEccentricityInZ() |
void |
setEccentricityInX(IfcLengthMeasure eccentricityInX) |
void |
setEccentricityInY(IfcLengthMeasure eccentricityInY) |
void |
setEccentricityInZ(IfcLengthMeasure eccentricityInZ) |
getPointOnRelatedElement, getPointOnRelatingElement, setPointOnRelatedElement, setPointOnRelatingElementcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLengthMeasure eccentricityInX
@IfcOptionField private IfcLengthMeasure eccentricityInY
@IfcOptionField private IfcLengthMeasure eccentricityInZ
@IfcParserConstructor public IfcConnectionPointEccentricity(IfcPointOrVertexPoint pointOnRelatingElement, IfcPointOrVertexPoint pointOnRelatedElement, IfcLengthMeasure eccentricityInX, IfcLengthMeasure eccentricityInY, IfcLengthMeasure eccentricityInZ)
public IfcLengthMeasure getEccentricityInX()
public void setEccentricityInX(IfcLengthMeasure eccentricityInX)
public IfcLengthMeasure getEccentricityInY()
public void setEccentricityInY(IfcLengthMeasure eccentricityInY)
public IfcLengthMeasure getEccentricityInZ()
public void setEccentricityInZ(IfcLengthMeasure eccentricityInZ)
Copyright © 2023. All rights reserved.