Interface IIfcStructuralLoadSingleDisplacement
Readonly interface for IfcStructuralLoadSingleDisplacement
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcStructuralLoadSingleDisplacement : IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DisplacementX
Declaration
IfcLengthMeasure? DisplacementX { get; set; }
Property Value
|
Improve this Doc
View Source
DisplacementY
Declaration
IfcLengthMeasure? DisplacementY { get; set; }
Property Value
|
Improve this Doc
View Source
DisplacementZ
Declaration
IfcLengthMeasure? DisplacementZ { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRX
Declaration
IfcPlaneAngleMeasure? RotationalDisplacementRX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRY
Declaration
IfcPlaneAngleMeasure? RotationalDisplacementRY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRZ
Declaration
IfcPlaneAngleMeasure? RotationalDisplacementRZ { get; set; }
Property Value