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

D3() public method

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