CascadeSharp.TKFeat.BRepFeat.BRepFeat_MakeCylindricalHole.PerformBlind C# (CSharp) Method

PerformBlind() public method

public PerformBlind ( double Radius, double Length ) : void
Radius double
Length double
return void
        public void PerformBlind(double Radius, double Length)
        {
            throw new NotImplementedException();
        }

Same methods

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