'Declaration
Public Sub SetPoint( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearVectorPoint3DEx _
)
'Usage
Dim instance As ImGearVectorEntityNURBSsurface
Dim indexM As Integer
Dim indexN As Integer
Dim point As ImGearVectorPoint3DEx
instance.SetPoint(indexM, indexN, point)