Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Add leader Text for ISO View?

Status
Not open for further replies.

Sarath007

Mechanical
Joined
Nov 1, 2022
Messages
3
Location
IN
Hi,

I have added leader text for all views expect iso view. I couldn't get exact position of x & y coordinates to add text for iso view.

I have taken leader origin as point coordinates values presented in part level.

ReDim COGCoord(2)
point1.GetCoordinates COGCoord

here point1, i have taken reference from part geometrical set and passing the value to create text and leader

for Right view
Set MyText = Actview.Texts.Add(XYZvalue, COGCoord(1) + 20, COGCoord(2) + 50)
Set MyLeader = MyText.Leaders.Add(COGCoord(1), COGCoord(2))

Regards,
sarathkumar

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top