@IfcClass(layer=CORE, type=ENTITY) public class IfcProject extends IfcObject
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
longName |
private IfcLabel |
phase |
private SET<IfcRepresentationContext> |
representationContexts |
private IfcUnitAssignment |
unitsInContext |
stepNumber| 构造器和说明 |
|---|
IfcProject() |
IfcProject(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcLabel longName,
IfcLabel phase,
SET<IfcRepresentationContext> representationContexts,
IfcUnitAssignment unitsInContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRepresentationContext(IfcRepresentationContext representationContext) |
IfcLabel |
getLongName() |
IfcLabel |
getPhase() |
SET<IfcRepresentationContext> |
getRepresentationContexts() |
IfcUnitAssignment |
getUnitsInContext() |
void |
setLongName(IfcLabel longName) |
void |
setPhase(IfcLabel phase) |
void |
setRepresentationContexts(SET<IfcRepresentationContext> representationContexts) |
void |
setUnitsInContext(IfcUnitAssignment unitsInContext) |
addIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, 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, toIfcprivate IfcLabel longName
private IfcLabel phase
private SET<IfcRepresentationContext> representationContexts
private IfcUnitAssignment unitsInContext
public IfcProject()
@IfcParserConstructor public IfcProject(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcLabel longName, IfcLabel phase, SET<IfcRepresentationContext> representationContexts, IfcUnitAssignment unitsInContext)
public IfcLabel getLongName()
public void setLongName(IfcLabel longName)
public IfcLabel getPhase()
public void setPhase(IfcLabel phase)
public SET<IfcRepresentationContext> getRepresentationContexts()
public void setRepresentationContexts(SET<IfcRepresentationContext> representationContexts)
public void addRepresentationContext(IfcRepresentationContext representationContext)
public IfcUnitAssignment getUnitsInContext()
public void setUnitsInContext(IfcUnitAssignment unitsInContext)
Copyright © 2023. All rights reserved.