@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcSectionProperties extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcProfileDef |
endProfile |
private IfcSectionTypeEnum |
sectionType |
private IfcProfileDef |
startProfile |
stepNumber| 构造器和说明 |
|---|
IfcSectionProperties(IfcSectionTypeEnum sectionType,
IfcProfileDef startProfile,
IfcProfileDef endProfile) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcProfileDef |
getEndProfile() |
IfcSectionTypeEnum |
getSectionType() |
IfcProfileDef |
getStartProfile() |
void |
setEndProfile(IfcProfileDef endProfile) |
void |
setSectionType(IfcSectionTypeEnum sectionType) |
void |
setStartProfile(IfcProfileDef startProfile) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcSectionTypeEnum sectionType
private IfcProfileDef startProfile
@IfcOptionField private IfcProfileDef endProfile
@IfcParserConstructor public IfcSectionProperties(IfcSectionTypeEnum sectionType, IfcProfileDef startProfile, IfcProfileDef endProfile)
public IfcSectionTypeEnum getSectionType()
public void setSectionType(IfcSectionTypeEnum sectionType)
public IfcProfileDef getStartProfile()
public void setStartProfile(IfcProfileDef startProfile)
public IfcProfileDef getEndProfile()
public void setEndProfile(IfcProfileDef endProfile)
Copyright © 2023. All rights reserved.