This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
610b1e25 dd0c 1613 ee32 a83f2f30d161
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.NURBSCurve.SetControl(System.Int32,netDxf.Vector3)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void SetControl(
int i,
Vector3 control
)
VB
Public Sub SetControl (
i As Integer,
control As Vector3
)
C++
public:
void SetControl(
int i,
Vector3 control
)
F#
member SetControl :
i : int *
control : Vector3 -> unit
- Int32
- \[Missing <param name="i"/> documentation for "M:netDxf.GTE.NURBSCurve.SetControl(System.Int32,netDxf.Vector3)"\]
- Vector3
- \[Missing <param name="control"/> documentation for "M:netDxf.GTE.NURBSCurve.SetControl(System.Int32,netDxf.Vector3)"\]