ImageGear for .NET
GetKnots Method




Returns a container of the NURBS curve knot vector.
Syntax
'Declaration
 
Public Function GetKnots() As ImGearVectorFloatCont
'Usage
 
Dim instance As ImGearVectorEntityNURBScurve
Dim value As ImGearVectorFloatCont
 
value = instance.GetKnots()
public ImGearVectorFloatCont GetKnots()
public: ImGearVectorFloatCont* GetKnots(); 
public:
ImGearVectorFloatCont^ GetKnots(); 

Return Value

ImGearVectorFloatCont class object or null.
Remarks
If knot vector is empty then the standard knot vector is calculated.
See Also

Reference

ImGearVectorEntityNURBScurve Class
ImGearVectorEntityNURBScurve Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback