Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic Drawing Leader Dim with 'extension line'

0 REPLIES 0
Reply
Message 1 of 1
zoe.baker-bushby
47 Views, 0 Replies

iLogic Drawing Leader Dim with 'extension line'

Is there any way of programming this:

zoebakerbushby_0-1721898086180.png

 

Where there is the extension line and the leader (arrow line) is positioned from this?

 

Currently all I can get is this:

zoebakerbushby_1-1721898142405.png

 

Dim asmDoc As AssemblyDocument = oView.ReferencedDocumentDescriptor.ReferencedDocument 'Reference the assembly document
Dim PVSWP As WorkPlane = asmDoc.ComponentDefinition.WorkPlanes.Item("VERTICAL STS ROTATION")
PVSCL = oSheet.Centerlines.AddByWorkFeature(PVSWP, oView)
xValue = PVSCL.EndPoint.X * 10
yValue = PVSCL.EndPoint.Y * 10

Dim leaderNotes = TANK_PLAN_1.DrawingNotes.LeaderNotes
Dim leaderNote1 = leaderNotes.Add("Diamond Knurl Note 1",ThisDrawing.Geometry.Point2dList({{xValue + 10, yValue + 10}, {xValue, yValue+10}}),PLAN_VIEW.GetIntent("TEST"), "PRIMARY VERTICAL PLATE BOLT SEAM")

 

 

Labels (3)
0 REPLIES 0

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report