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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBSsurface Class : GetPoint Method
Index of the point in M direction.
Index of the point in N direction.
Returns a surface point from the specified position.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal indexM As Integer, _
   ByVal indexN As Integer _
) As ImGearVectorPoint3DEx
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim indexM As Integer
Dim indexN As Integer
Dim value As ImGearVectorPoint3DEx
 
value = instance.GetPoint(indexM, indexN)
public ImGearVectorPoint3DEx GetPoint( 
   int indexM,
   int indexN
)
public: ImGearVectorPoint3DEx GetPoint( 
   int indexM,
   int indexN
) 
public:
ImGearVectorPoint3DEx GetPoint( 
   int indexM,
   int indexN
) 

Parameters

indexM
Index of the point in M direction.
indexN
Index of the point in N direction.

Return Value

New instance of ImGearVectorPoint3DEx structure.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members