@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcCurveStyleFontAndScaling extends Object implements IfcCurveFontOrScaledCurveFontSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcCurveStyleFontSelect |
curveFont |
private IfcPositiveRatioMeasure |
curveFontScaling |
private IfcLabel |
name |
| 构造器和说明 |
|---|
IfcCurveStyleFontAndScaling() |
IfcCurveStyleFontAndScaling(IfcLabel name,
IfcCurveStyleFontSelect curveFont,
IfcPositiveRatioMeasure curveFontScaling) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcCurveStyleFontSelect |
getCurveFont() |
IfcPositiveRatioMeasure |
getCurveFontScaling() |
IfcLabel |
getName() |
void |
setCurveFont(IfcCurveStyleFontSelect curveFont) |
void |
setCurveFontScaling(IfcPositiveRatioMeasure curveFontScaling) |
void |
setName(IfcLabel name) |
@IfcOptionField private IfcLabel name
private IfcCurveStyleFontSelect curveFont
private IfcPositiveRatioMeasure curveFontScaling
public IfcCurveStyleFontAndScaling()
@IfcParserConstructor public IfcCurveStyleFontAndScaling(IfcLabel name, IfcCurveStyleFontSelect curveFont, IfcPositiveRatioMeasure curveFontScaling)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcCurveStyleFontSelect getCurveFont()
public void setCurveFont(IfcCurveStyleFontSelect curveFont)
public IfcPositiveRatioMeasure getCurveFontScaling()
public void setCurveFontScaling(IfcPositiveRatioMeasure curveFontScaling)
Copyright © 2023. All rights reserved.