CascadeSharp.TKFeat.BRepFeat.BRepFeat_MakeCylindricalHole.PerformBlind C# (CSharp) Метод

PerformBlind() публичный Метод

public PerformBlind ( double Radius, double Length ) : void
Radius double
Length double
Результат void
        public void PerformBlind(double Radius, double Length)
        {
            throw new NotImplementedException();
        }

Same methods

BRepFeat_MakeCylindricalHole::PerformBlind ( double Radius, double Length, bool WithControl ) : void