@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcRibPlateProfileProperties extends IfcProfileProperties
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcRibPlateDirectionEnum |
direction |
private IfcPositiveLengthMeasure |
ribHeight |
private IfcPositiveLengthMeasure |
ribSpacing |
private IfcPositiveLengthMeasure |
ribWidth |
private IfcPositiveLengthMeasure |
thickness |
stepNumber| 构造器和说明 |
|---|
IfcRibPlateProfileProperties(IfcLabel profileName,
IfcProfileDef profileDefinition,
IfcPositiveLengthMeasure thickness,
IfcPositiveLengthMeasure ribHeight,
IfcPositiveLengthMeasure ribWidth,
IfcPositiveLengthMeasure ribSpacing,
IfcRibPlateDirectionEnum direction) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcRibPlateDirectionEnum |
getDirection() |
IfcPositiveLengthMeasure |
getRibHeight() |
IfcPositiveLengthMeasure |
getRibSpacing() |
IfcPositiveLengthMeasure |
getRibWidth() |
IfcPositiveLengthMeasure |
getThickness() |
void |
setDirection(IfcRibPlateDirectionEnum direction) |
void |
setRibHeight(IfcPositiveLengthMeasure ribHeight) |
void |
setRibSpacing(IfcPositiveLengthMeasure ribSpacing) |
void |
setRibWidth(IfcPositiveLengthMeasure ribWidth) |
void |
setThickness(IfcPositiveLengthMeasure thickness) |
getProfileDefinition, getProfileName, setProfileDefinition, setProfileNamecheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcPositiveLengthMeasure thickness
@IfcOptionField private IfcPositiveLengthMeasure ribHeight
@IfcOptionField private IfcPositiveLengthMeasure ribWidth
@IfcOptionField private IfcPositiveLengthMeasure ribSpacing
private IfcRibPlateDirectionEnum direction
@IfcParserConstructor public IfcRibPlateProfileProperties(IfcLabel profileName, IfcProfileDef profileDefinition, IfcPositiveLengthMeasure thickness, IfcPositiveLengthMeasure ribHeight, IfcPositiveLengthMeasure ribWidth, IfcPositiveLengthMeasure ribSpacing, IfcRibPlateDirectionEnum direction)
public IfcPositiveLengthMeasure getThickness()
public void setThickness(IfcPositiveLengthMeasure thickness)
public IfcPositiveLengthMeasure getRibHeight()
public void setRibHeight(IfcPositiveLengthMeasure ribHeight)
public IfcPositiveLengthMeasure getRibWidth()
public void setRibWidth(IfcPositiveLengthMeasure ribWidth)
public IfcPositiveLengthMeasure getRibSpacing()
public void setRibSpacing(IfcPositiveLengthMeasure ribSpacing)
public IfcRibPlateDirectionEnum getDirection()
public void setDirection(IfcRibPlateDirectionEnum direction)
Copyright © 2023. All rights reserved.