ImageGear .NET v24.12 - Updated
GetNKnots Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBSsurface Class : GetNKnots Method
Returns a container with knot vector in N direction. If this container is empty then the standard knot vector is calculated.
Syntax
'Declaration
 
Public Function GetNKnots() As ImGearVectorFloatCont
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim value As ImGearVectorFloatCont
 
value = instance.GetNKnots()
public ImGearVectorFloatCont GetNKnots()
public: ImGearVectorFloatCont* GetNKnots(); 
public:
ImGearVectorFloatCont^ GetNKnots(); 

Return Value

New instance of ImGearVectorFloatCont class.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members