🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Set Note Attachment at Maximum point of curve

User: "MOHAMMED ABDULLA T"
Altair Community Member
Updated by MOHAMMED ABDULLA T

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"?>image.thumb.png.ecd6f5cbef75eca33ff0aa3e52492cd1.png

 

Thanks

Mohammed Abddulla T

 

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "MOHAMMED ABDULLA T"
    Altair Community Member
    OP
    Updated by MOHAMMED ABDULLA T

    Done

    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    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.

     

     

    User: "MOHAMMED ABDULLA T"
    Altair Community Member
    OP
    Updated by MOHAMMED ABDULLA T

    Thanks Livil

     

    I got the solution :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />

    User: "Pandurang"
    Altair Community Member
    Updated by Pandurang

    can u share solution?

     

    Thanks PD

    User: "FrankSu"
    Altair Community Member
    Updated by FrankSu

    indexofmax(c1.y)