CascadeSharp.TKBRep.BRepLProp.BRepLProp_CurveTool.D2 C# (CSharp) Method

D2() public method

public D2 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
return void
        public void D2(BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2)
        {
            throw new NotImplementedException();
        }