CascadeSharp.TKBool.BRepFill.BRepFill.Axe C# (CSharp) Метод

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

public Axe ( TopoDS_Shape Spine, TopoDS_Wire Profile, gp_Ax3 AxeProf, bool &ProfOnSpine, double Tol ) : void
Spine TopoDS_Shape
Profile TopoDS_Wire
AxeProf gp_Ax3
ProfOnSpine bool
Tol double
Результат void
        public void Axe(TopoDS_Shape Spine, TopoDS_Wire Profile, gp_Ax3 AxeProf, ref bool ProfOnSpine, double Tol)
        {
            throw new NotImplementedException();
        }