CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI_ProjectPointOnCurve.Init C# (CSharp) Метод

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

public Init ( Geom_Curve Curve, double Umin, double Usup ) : void
Curve Geom_Curve
Umin double
Usup double
Результат void
        public void Init(Geom_Curve Curve, double Umin, double Usup)
        {
            throw new NotImplementedException();
        }

Same methods

GeomAPI_ProjectPointOnCurve::Init ( gp_Pnt P, Geom_Curve Curve ) : void
GeomAPI_ProjectPointOnCurve::Init ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : void