ImageGear .NET v24.12 - Updated
SetPoint Method (ImGearVectorEntityNURBSsurface)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBSsurface Class : SetPoint Method
Index of the point in M direction.
Index of the point in N direction.
ImGearVectorPoint3Dx object with new point coordinates.
Sets a point to the specified position of the surface.
Syntax
'Declaration
 
Public Sub SetPoint( _
   ByVal indexM As Integer, _
   ByVal indexN As Integer, _
   ByVal point As ImGearVectorPoint3DEx _
) 
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim indexM As Integer
Dim indexN As Integer
Dim point As ImGearVectorPoint3DEx
 
instance.SetPoint(indexM, indexN, point)
public void SetPoint( 
   int indexM,
   int indexN,
   ImGearVectorPoint3DEx point
)
public: void SetPoint( 
   int indexM,
   int indexN,
   ImGearVectorPoint3DEx point
) 
public:
void SetPoint( 
   int indexM,
   int indexN,
   ImGearVectorPoint3DEx point
) 

Parameters

indexM
Index of the point in M direction.
indexN
Index of the point in N direction.
point
ImGearVectorPoint3Dx object with new point coordinates.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members
ImGearVectorPoint3DEx Structure