public class IfcSectionProperties extends IfcEntity
Constructor and Description |
---|
IfcSectionProperties() |
Modifier and Type | Method and Description |
---|---|
IfcProfileDef |
getEndProfile() |
IfcSectionTypeEnum |
getSectionType() |
IfcProfileDef |
getStartProfile() |
void |
setEndProfile(IfcProfileDef value) |
void |
setSectionType(IfcSectionTypeEnum value) |
void |
setStartProfile(IfcProfileDef value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcSectionTypeEnum getSectionType()
public final void setSectionType(IfcSectionTypeEnum value)
public final IfcProfileDef getStartProfile()
public final void setStartProfile(IfcProfileDef value)
public final IfcProfileDef getEndProfile()
public final void setEndProfile(IfcProfileDef value)