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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

KXL file - How to draw from current CPlane, not World Cplane

Status
Not open for further replies.

Kidvb02

Aerospace
Joined
Sep 15, 2012
Messages
2
Location
US
Hello!

I am new to KXL but have worked with other Cad programs and programmed in other languages.

I recorded a KXL macro that drew some lines. I would like to be able to replay the KXL file and draw the lines relative to the current coordinate system, not the world coordinate system.

Does anyone know how to anchor new lines to the current coordinate system?

Thank you,

Kidvb02
 
Got it!

I just had to set the matrix to 0 (zero) in the geometry statements.

Line X1, Y1, Z1, X2, Y2, Z2, 0

Kidvb02
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top