public class IfcStructuralAnalysisModel extends IfcSystem
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcStructuralResultGroup> |
hasResults |
private SET<IfcStructuralLoadGroup> |
loadedBy |
private IfcAxis2Placement3D |
orientationOf2DPlane |
private IfcAnalysisModelTypeEnum |
predefinedType |
stepNumber| 构造器和说明 |
|---|
IfcStructuralAnalysisModel(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcAnalysisModelTypeEnum predefinedType,
IfcAxis2Placement3D orientationOf2DPlane,
SET<IfcStructuralLoadGroup> loadedBy,
SET<IfcStructuralResultGroup> hasResults) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcStructuralResultGroup> |
getHasResults() |
SET<IfcStructuralLoadGroup> |
getLoadedBy() |
IfcAxis2Placement3D |
getOrientationOf2DPlane() |
IfcAnalysisModelTypeEnum |
getPredefinedType() |
void |
setHasResults(SET<IfcStructuralResultGroup> hasResults) |
void |
setLoadedBy(SET<IfcStructuralLoadGroup> loadedBy) |
void |
setOrientationOf2DPlane(IfcAxis2Placement3D orientationOf2DPlane) |
void |
setPredefinedType(IfcAnalysisModelTypeEnum predefinedType) |
getServiceBuildings, setServiceBuildingsgetIsGroupedBy, setIsGroupedByaddIsDefinedBy, 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 IfcAnalysisModelTypeEnum predefinedType
@IfcOptionField private IfcAxis2Placement3D orientationOf2DPlane
@IfcOptionField private SET<IfcStructuralLoadGroup> loadedBy
@IfcOptionField private SET<IfcStructuralResultGroup> hasResults
@IfcParserConstructor public IfcStructuralAnalysisModel(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcAnalysisModelTypeEnum predefinedType, IfcAxis2Placement3D orientationOf2DPlane, SET<IfcStructuralLoadGroup> loadedBy, SET<IfcStructuralResultGroup> hasResults)
public IfcAnalysisModelTypeEnum getPredefinedType()
public void setPredefinedType(IfcAnalysisModelTypeEnum predefinedType)
public IfcAxis2Placement3D getOrientationOf2DPlane()
public void setOrientationOf2DPlane(IfcAxis2Placement3D orientationOf2DPlane)
public SET<IfcStructuralLoadGroup> getLoadedBy()
public void setLoadedBy(SET<IfcStructuralLoadGroup> loadedBy)
public SET<IfcStructuralResultGroup> getHasResults()
public void setHasResults(SET<IfcStructuralResultGroup> hasResults)
Copyright © 2023. All rights reserved.