Interface IIfcStructuralAnalysisModel
Readonly interface for IfcStructuralAnalysisModel
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcStructuralAnalysisModel : IIfcSystem, IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HasResults
Declaration
IItemSet<IIfcStructuralResultGroup> HasResults { get; }
Property Value
|
Improve this Doc
View Source
LoadedBy
Declaration
IItemSet<IIfcStructuralLoadGroup> LoadedBy { get; }
Property Value
|
Improve this Doc
View Source
OrientationOf2DPlane
Declaration
IIfcAxis2Placement3D OrientationOf2DPlane { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcAnalysisModelTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
SharedPlacement
Declaration
IIfcObjectPlacement SharedPlacement { get; set; }
Property Value