@IfcClass(type=ENTITY, layer=CORE) public abstract class IfcPropertySetDefinition extends IfcPropertyDefinition
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcTypeObject> |
definesType |
private SET<IfcRelDefinesByProperties> |
propertyDefinitionOf |
stepNumber| 构造器和说明 |
|---|
IfcPropertySetDefinition() |
IfcPropertySetDefinition(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDefinesType(IfcTypeObject typeObject) |
void |
addPropertyDefinitionOf(IfcRelDefinesByProperties properties) |
SET<IfcTypeObject> |
getDefinesType() |
SET<IfcRelDefinesByProperties> |
getPropertyDefinitionOf() |
void |
setDefinesType(SET<IfcTypeObject> definesType) |
void |
setPropertyDefinitionOf(SET<IfcRelDefinesByProperties> propertyDefinitionOf) |
getHasAssociations, setHasAssociationsgetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcInverseParameter private SET<IfcRelDefinesByProperties> propertyDefinitionOf
@IfcInverseParameter private SET<IfcTypeObject> definesType
public IfcPropertySetDefinition()
@IfcParserConstructor public IfcPropertySetDefinition(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description)
public SET<IfcRelDefinesByProperties> getPropertyDefinitionOf()
public void setPropertyDefinitionOf(SET<IfcRelDefinesByProperties> propertyDefinitionOf)
public SET<IfcTypeObject> getDefinesType()
public void setDefinesType(SET<IfcTypeObject> definesType)
public void addPropertyDefinitionOf(IfcRelDefinesByProperties properties)
public void addDefinesType(IfcTypeObject typeObject)
Copyright © 2023. All rights reserved.