Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 5
Lesoux
346 Views, 4 Replies

Leader Note!!!

Someone tried to use an IvLeaderNote.


I don't understand how it works.


Why it doesn't works the same as diameter dimention?


Use 'part1' and 'entity1' as point to position of the market point.
Use 'textOrigin' parameter as point to position of the text.

 

It's easily.

 

 

Win10 x64
Xeon E5-1630
32 Gb RAM
Quadro K5200

Inventor 2020.3.4, Build 373
4 REPLIES 4
Message 2 of 5
Chris_Rogers
in reply to: Lesoux

IvLeaderNotes do not work the same as dimensions. 

For a leader note, you will need the point where your text will be placed, the point that you want to point to, and the text that you want to use.

Example:

Child MyLeaderNote as :IvLeaderNote

    sheet = Parent

    leaderPoints = {TextLocationAsPoint , PointLocationAsPoint}

    formattedText = "Anything"

End Child

-Chris Rogers
Inventor Certified Professional
________________________________________________________
If this post helps, please click the "Thumbs up"/"Kudos"
If this post gives the solution, please click "Accept as Solution"
Message 3 of 5
Lesoux
in reply to: Chris_Rogers

Thanks for replay.

 

I know about that. It's not comfortably.

Ok. How are you will define particular position of the marker point in case changing scale or changing view location?

In this case you need to change the positions of market point and text every time.

I mean If you will have possibility to connect the leader note to some entity of part it would be better.

 


Win10 x64
Xeon E5-1630
32 Gb RAM
Quadro K5200

Inventor 2020.3.4, Build 373
Message 4 of 5
Chris_Rogers
in reply to: Lesoux

Your entity is probably based off of some logic on the part.  You can use that logic to drive the point location. If you place the IvLeaderPoint in the IvBaseView then the point will move with the view and work with its viewscale.

 

Example

Rule PointLocationAsPoint as Point = Point(-(Me.Width/2) + (Model.HorizontalOffset * viewscale) , -(Me.Height/2) + (Model.VerticalOffset * viewscale) , 0)

-Chris Rogers
Inventor Certified Professional
________________________________________________________
If this post helps, please click the "Thumbs up"/"Kudos"
If this post gives the solution, please click "Accept as Solution"
Message 5 of 5
Lesoux
in reply to: Chris_Rogers

Thanks, I'll try.

Win10 x64
Xeon E5-1630
32 Gb RAM
Quadro K5200

Inventor 2020.3.4, Build 373

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report