2026 Method
Changes 0
M

NurbsSurfaceData.Create

public static NurbsSurfaceData Create(
	int degreeU,
	int degreeV,
	IList<double> knotsU,
	IList<double> knotsV,
	IList<XYZ> controlPoints,
	IList<double> weights,
	bool bReverseOrientation
)
  • Int32
    degreeU
  • Int32
    degreeV
  • IList<Double>
    knotsU
  • IList<Double>
    knotsV
  • IList<XYZ>
    controlPoints
  • IList<Double>
    weights
  • Boolean
    bReverseOrientation
Return Value NurbsSurfaceData NurbsSurfaceData