NurbCurve3dAddControlPointAt
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void AddControlPointAt(
double newKnot,
Point3d point,
double weight
)
Public Sub AddControlPointAt (
newKnot As Double,
point As Point3d,
weight As Double
)
public:
void AddControlPointAt(
double newKnot,
Point3d point,
double weight
)
member AddControlPointAt :
newKnot : float *
point : Point3d *
weight : float -> unit
Parameters
- newKnot Double
-
- point Point3d
-
- weight Double
-
See Also