GeometryGym.Ifc.IfcWarpingStiffnessSelect.IfcWarpingStiffnessSelect C# (CSharp) 메소드

IfcWarpingStiffnessSelect() 개인적인 메소드

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

Same methods

IfcWarpingStiffnessSelect::IfcWarpingStiffnessSelect ( bool fix ) : System