Interface IIfcStructuralLoadSingleForce
Readonly interface for IfcStructuralLoadSingleForce
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcStructuralLoadSingleForce : IIfcStructuralLoadStatic, IIfcStructuralLoad, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ForceX
Declaration
IfcForceMeasure? ForceX { get; set; }
Property Value
|
Improve this Doc
View Source
ForceY
Declaration
IfcForceMeasure? ForceY { get; set; }
Property Value
|
Improve this Doc
View Source
ForceZ
Declaration
IfcForceMeasure? ForceZ { get; set; }
Property Value
|
Improve this Doc
View Source
MomentX
Declaration
IfcTorqueMeasure? MomentX { get; set; }
Property Value
|
Improve this Doc
View Source
MomentY
Declaration
IfcTorqueMeasure? MomentY { get; set; }
Property Value
|
Improve this Doc
View Source
MomentZ
Declaration
IfcTorqueMeasure? MomentZ { get; set; }
Property Value