ImageGear PDF v25.2 - Updated
GetKnots Method




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityNURBScurve Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.