public class IfcProfileDef extends IfcEntity implements com.aspose.cad_internal.fileformats.ifc.IIfcProfileDef
| Constructor and Description |
|---|
IfcProfileDef() |
| Modifier and Type | Method and Description |
|---|---|
IfcLabel |
getProfileName() |
IfcProfileTypeEnum |
getProfileType() |
IfcCollection<IfcExternalReferenceRelationship> |
hasExternalReference() |
IfcCollection<IfcProfileProperties> |
hasProperties() |
void |
setProfileName(IfcLabel value) |
void |
setProfileType(IfcProfileTypeEnum value) |
equals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcProfileTypeEnum getProfileType()
public final void setProfileType(IfcProfileTypeEnum value)
public final IfcLabel getProfileName()
public final void setProfileName(IfcLabel value)
public final IfcCollection<IfcExternalReferenceRelationship> hasExternalReference()
public final IfcCollection<IfcProfileProperties> hasProperties()