@IfcClass(type=ENTITY, layer=CORE) public abstract class IfcObject extends IfcObjectDefinition
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcRelDefines> |
isDefinedBy |
private IfcLabel |
objectType |
stepNumber| 构造器和说明 |
|---|
IfcObject() |
IfcObject(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addIsDefinedBy(IfcRelDefines subProperty) |
SET<IfcRelDefines> |
getIsDefinedBy() |
IfcLabel |
getObjectType() |
void |
setIsDefinedBy(SET<IfcRelDefines> isDefinedBy) |
void |
setObjectType(IfcLabel objectType) |
addDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel objectType
@IfcInverseParameter private SET<IfcRelDefines> isDefinedBy
public IfcObject()
@IfcParserConstructor public IfcObject(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType)
public IfcLabel getObjectType()
public void setObjectType(IfcLabel objectType)
public SET<IfcRelDefines> getIsDefinedBy()
public void setIsDefinedBy(SET<IfcRelDefines> isDefinedBy)
public void addIsDefinedBy(IfcRelDefines subProperty)
Copyright © 2023. All rights reserved.