Interface IIfcBoundaryNodeCondition
Readonly interface for IfcBoundaryNodeCondition
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcBoundaryNodeCondition : IIfcBoundaryCondition, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LinearStiffnessX
Declaration
IfcLinearStiffnessMeasure? LinearStiffnessX { get; set; }
Property Value
|
Improve this Doc
View Source
LinearStiffnessY
Declaration
IfcLinearStiffnessMeasure? LinearStiffnessY { get; set; }
Property Value
|
Improve this Doc
View Source
LinearStiffnessZ
Declaration
IfcLinearStiffnessMeasure? LinearStiffnessZ { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessX
Declaration
IfcRotationalStiffnessMeasure? RotationalStiffnessX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessY
Declaration
IfcRotationalStiffnessMeasure? RotationalStiffnessY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessZ
Declaration
IfcRotationalStiffnessMeasure? RotationalStiffnessZ { get; set; }
Property Value