Set Note Attachment at Maximum point of curve
Hi,
Is there any command available to attach 'note' to the maximum point of the curve. I am able to attach my note at starting point of the curve. But not able to find out the location of maximum point of curve. Please see the picture for more clarification.
<?xml version="1.0" encoding="UTF-8"?>
Thanks
Mohammed Abddulla T
Answers
-
Done
0 -
Hi Mohammed
I haven't done this yet, you can try:
pltINote_handle SetAttachment curve
pltINote_handle SetAttachToCurveIndex $curveID
pltINote_handle SetAttachToPointIndex point_index
to find point_index you can GetVectorHandle and from vectorHandle GetValuesList list. Find at what index the maximum value occurs in the value list.
0 -
Thanks Livil
I got the solution /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0 -
can u share solution?
Thanks PD
0 -
indexofmax(c1.y)
0