CascadeSharp.TKBRep.BRep.BRep_PointOnCurveOnSurface.PCurve C# (CSharp) Method

PCurve() public method

public PCurve ( ) : Geom2d_Curve
return Geom2d_Curve
        public Geom2d_Curve PCurve()
        {
            throw new NotImplementedException();
        }

Same methods

BRep_PointOnCurveOnSurface::PCurve ( Geom2d_Curve C ) : void