GeometryGym.Ifc.IfcWarpingStiffnessSelect.IfcWarpingStiffnessSelect C# (CSharp) Method

IfcWarpingStiffnessSelect() private method

private IfcWarpingStiffnessSelect ( double stiff ) : System
stiff double
return System
        internal IfcWarpingStiffnessSelect(double stiff)
        {
            mFixed = false; mStiffness = stiff;
        }

Same methods

IfcWarpingStiffnessSelect::IfcWarpingStiffnessSelect ( bool fix ) : System