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

Catia VBA to Extract 2D line start & end point coordinates

Status
Not open for further replies.

kookarachi

Automotive
Joined
Jun 6, 2015
Messages
3
Location
CA
I'm looking for catvba code that can put the coordinates of 2D line start-point & end-point into a variable.
I believe object class Curve2D is the way, using it's startpoint/endpoint properties. I do not know the code that will allow me to get the value of these properties into a variable. Looking for some coding help on this one. Thanks!
 
if you look into faq560-1377 you can find a way to get XYZ of a point.

Eric N.
indocti discant et ament meminisse periti
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top