Interface IIfcFailureConnectionCondition
Readonly interface for IfcFailureConnectionCondition
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcFailureConnectionCondition : IIfcStructuralConnectionCondition, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CompressionFailureX
Declaration
IfcForceMeasure? CompressionFailureX { get; set; }
Property Value
|
Improve this Doc
View Source
CompressionFailureY
Declaration
IfcForceMeasure? CompressionFailureY { get; set; }
Property Value
|
Improve this Doc
View Source
CompressionFailureZ
Declaration
IfcForceMeasure? CompressionFailureZ { get; set; }
Property Value
|
Improve this Doc
View Source
TensionFailureX
Declaration
IfcForceMeasure? TensionFailureX { get; set; }
Property Value
|
Improve this Doc
View Source
TensionFailureY
Declaration
IfcForceMeasure? TensionFailureY { get; set; }
Property Value
|
Improve this Doc
View Source
TensionFailureZ
Declaration
IfcForceMeasure? TensionFailureZ { get; set; }
Property Value