@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcProfileDef extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
profileName |
private IfcProfileTypeEnum |
profileType |
stepNumber| 构造器和说明 |
|---|
IfcProfileDef() |
IfcProfileDef(IfcProfileTypeEnum profileType,
IfcLabel profileName) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLabel |
getProfileName() |
IfcProfileTypeEnum |
getProfileType() |
void |
setProfileName(IfcLabel profileName) |
void |
setProfileType(IfcProfileTypeEnum profileType) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcProfileTypeEnum profileType
@IfcOptionField private IfcLabel profileName
public IfcProfileDef()
@IfcParserConstructor public IfcProfileDef(IfcProfileTypeEnum profileType, IfcLabel profileName)
public IfcProfileTypeEnum getProfileType()
public void setProfileType(IfcProfileTypeEnum profileType)
public IfcLabel getProfileName()
public void setProfileName(IfcLabel profileName)
Copyright © 2023. All rights reserved.