Click or drag to resize
AB4D logo

Line3DFactory.CreateNURBSCurve3D Method

Overload List
 NameDescription
Public methodStatic memberCreateNURBSCurve3D(IList<Point3D>, IList<Double>, Int32, Double, Color, LineCap, LineCap, Viewport3D) Creates 3D lines that represent a 3D NURBS curve (BSpline with weighted control points).
Public methodStatic memberCreateNURBSCurve3D(IList<Point3D>, IList<Double>, Int32, Double, Color, LineCap, LineCap, Visual3D) Creates 3D lines that represent a 3D NURBS curve (BSpline with weighted control points).
Public methodStatic memberCreateNURBSCurve3D(IList<Point3D>, IList<Double>, Int32, Double, Color, LineCap, LineCap, Double, Viewport3D) Creates 3D lines that represent a 3D NURBS curve (BSpline with weighted control points).
Public methodStatic memberCreateNURBSCurve3D(IList<Point3D>, IList<Double>, Int32, Double, Color, LineCap, LineCap, Double, Visual3D) Creates 3D lines that represent a 3D NURBS curve (BSpline with weighted control points).
Top
See Also