ImageGear .NET v24.12 - Updated
GetMKnots Method




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

Return Value

New instance of ImGearVectorFloatCont class.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members