@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcTextStyleWithBoxCharacteristics extends IfcAbstractClass implements IfcTextStyleSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcPositiveLengthMeasure |
boxHeight |
private IfcPlaneAngleMeasure |
boxRotateAngle |
private IfcPlaneAngleMeasure |
boxSlantAngle |
private IfcPositiveLengthMeasure |
boxWidth |
private IfcSizeSelect |
characterSpacing |
stepNumber| 构造器和说明 |
|---|
IfcTextStyleWithBoxCharacteristics(IfcPositiveLengthMeasure boxHeight,
IfcPositiveLengthMeasure boxWidth,
IfcPlaneAngleMeasure boxSlantAngle,
IfcPlaneAngleMeasure boxRotateAngle,
IfcSizeSelect characterSpacing) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcPositiveLengthMeasure |
getBoxHeight() |
IfcPlaneAngleMeasure |
getBoxRotateAngle() |
IfcPlaneAngleMeasure |
getBoxSlantAngle() |
IfcPositiveLengthMeasure |
getBoxWidth() |
IfcSizeSelect |
getCharacterSpacing() |
void |
setBoxHeight(IfcPositiveLengthMeasure boxHeight) |
void |
setBoxRotateAngle(IfcPlaneAngleMeasure boxRotateAngle) |
void |
setBoxSlantAngle(IfcPlaneAngleMeasure boxSlantAngle) |
void |
setBoxWidth(IfcPositiveLengthMeasure boxWidth) |
void |
setCharacterSpacing(IfcSizeSelect characterSpacing) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcPositiveLengthMeasure boxHeight
@IfcOptionField private IfcPositiveLengthMeasure boxWidth
@IfcOptionField private IfcPlaneAngleMeasure boxSlantAngle
@IfcOptionField private IfcPlaneAngleMeasure boxRotateAngle
@IfcOptionField private IfcSizeSelect characterSpacing
@IfcParserConstructor public IfcTextStyleWithBoxCharacteristics(IfcPositiveLengthMeasure boxHeight, IfcPositiveLengthMeasure boxWidth, IfcPlaneAngleMeasure boxSlantAngle, IfcPlaneAngleMeasure boxRotateAngle, IfcSizeSelect characterSpacing)
public IfcPositiveLengthMeasure getBoxHeight()
public void setBoxHeight(IfcPositiveLengthMeasure boxHeight)
public IfcPositiveLengthMeasure getBoxWidth()
public void setBoxWidth(IfcPositiveLengthMeasure boxWidth)
public IfcPlaneAngleMeasure getBoxSlantAngle()
public void setBoxSlantAngle(IfcPlaneAngleMeasure boxSlantAngle)
public IfcPlaneAngleMeasure getBoxRotateAngle()
public void setBoxRotateAngle(IfcPlaneAngleMeasure boxRotateAngle)
public IfcSizeSelect getCharacterSpacing()
public void setCharacterSpacing(IfcSizeSelect characterSpacing)
Copyright © 2023. All rights reserved.