GeometryGym.Ifc.IfcWarpingStiffnessSelect.IfcWarpingStiffnessSelect C# (CSharp) Méthode

IfcWarpingStiffnessSelect() private méthode

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

Same methods

IfcWarpingStiffnessSelect::IfcWarpingStiffnessSelect ( bool fix ) : System