catia point extraction macro help
catia point extraction macro help
(OP)
thread560-322777: extract point position to excel
Hi everyone,
I am trying to us the script that camadian posted in the above thread (extract points to .csv). I keep getting a runtime error permission denied on line "Set data_file = filesys.CreateTextFile(file_path2, True)". I am using CATIA V5-6 RELEASE 2015 SP5 BUILD NUMBER 25. Can anyone help me out?
Hi everyone,
I am trying to us the script that camadian posted in the above thread (extract points to .csv). I keep getting a runtime error permission denied on line "Set data_file = filesys.CreateTextFile(file_path2, True)". I am using CATIA V5-6 RELEASE 2015 SP5 BUILD NUMBER 25. Can anyone help me out?





RE: catia point extraction macro help
indocti discant et ament meminisse periti
RE: catia point extraction macro help
RE: catia point extraction macro help
I am wanting to extract to excel so that I can import into a drawing and have what I call a live coordinate table so that if a hole location changes I can just update the table with out having to redo the entire thing. will the .txt file still do that?
JeniaL,
RE: catia point extraction macro help
I will have to check with my IT dept.
RE: catia point extraction macro help
RE: catia point extraction macro help
RE: catia point extraction macro help
There is a solution to have xyz of point in drawing linked with 3D but it is very time consuming to setup, it involves creating parameters in 3D for each X, Y and Z and creating drawing texts linked with 3D parameters...
I guess you should check with business and check if they need (or just want) a fully link XYZ table. I'm not saying scripting for link solution is not possible, but if it is what they need "you're gonna need a bigger boat"
indocti discant et ament meminisse periti
RE: catia point extraction macro help
real 3D points? intersection points? points (not construction) in sketch? please show picture of point in Spec Tree.
indocti discant et ament meminisse periti
RE: catia point extraction macro help
CODE -->
indocti discant et ament meminisse periti
RE: catia point extraction macro help
RE: catia point extraction macro help
RE: catia point extraction macro help
CODE
indocti discant et ament meminisse periti
RE: catia point extraction macro help
RE: catia point extraction macro help
CODE
indocti discant et ament meminisse periti
RE: catia point extraction macro help