Interface IIfcStructuralLoadLinearForce
Readonly interface for IfcStructuralLoadLinearForce
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcStructuralLoadLinearForce : IIfcStructuralLoadStatic, IIfcStructuralLoad, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LinearForceX
Declaration
IfcLinearForceMeasure? LinearForceX { get; set; }
Property Value
|
Improve this Doc
View Source
LinearForceY
Declaration
IfcLinearForceMeasure? LinearForceY { get; set; }
Property Value
|
Improve this Doc
View Source
LinearForceZ
Declaration
IfcLinearForceMeasure? LinearForceZ { get; set; }
Property Value
|
Improve this Doc
View Source
LinearMomentX
Declaration
IfcLinearMomentMeasure? LinearMomentX { get; set; }
Property Value
|
Improve this Doc
View Source
LinearMomentY
Declaration
IfcLinearMomentMeasure? LinearMomentY { get; set; }
Property Value
|
Improve this Doc
View Source
LinearMomentZ
Declaration
IfcLinearMomentMeasure? LinearMomentZ { get; set; }
Property Value