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

Perform() public method

public Perform ( double Radius ) : void
Radius double
return void
        public void Perform(double Radius)
        {
            throw new NotImplementedException();
        }

Same methods

BRepFeat_MakeCylindricalHole::Perform ( double Radius, double PFrom, double PTo ) : void
BRepFeat_MakeCylindricalHole::Perform ( double Radius, double PFrom, double PTo, bool WithControl ) : void