Calculation of Rotx,y,z in here with code algorthm. Maybe this is useful another one in future.
http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToEuler/index.htm
First of all in below I created xls files(thanks E.Ross) and save defined path. And also I want to access this file then I want to check "if xls opened or activated" else if not I want to open and I want to overwrite these values "oExcel.cells(6, 5)=sname" sname(1),sname(2)....
I want to...
first of all I am glad your help,thank both of you.It works correctly.And also I have another question if it is ok I will give a link here you are.If it is not problem can you look at this? Thanks a lot.
http://www.eng-tips.com/viewthread.cfm?qid=350505
I try to open and overwrite and also check if it is opened.I mean these 3 step like in below but I am not succesfull.(maybe this is more clear now)
If strsearch = sname Then
sTemp = sname + " = " + CStr(a(9)) + ", " + CStr(a(10)) + ", " + CStr(a(11))
Dim Mydirectory As String
Dim...
Hi dear friend or members
I have some values and I want to overwrite excel file before I create path in down.
However I didnot open created file.Also I want to check this file was opened do something.
Thank you for helping.
If strsearch = sname Then
sTemp = sname + " = " + CStr(a(9)) + ", "...
I solve this question myself.I guess I am wrong while defined excel documentation."Dim workbooks As Workbooks" is changed "Dim workbooks" then solved it.
Thank you.
Hi Dear Friends,
I create a catia macro for "product" and I want to export from catia to excel. However it gives failure in Dim workbooks As workbooks Dim workbook As workbook compile failure is"User-defined type not defined" codes in below.Thank you.
Sub MatrixPrint(ByVal sName, ByVal...
Hi Dears,
I want to figure out Rot X,RotY,RotZ.As far as I know that these notions represent changing angle between world zero and interface zero. Maybe, this is wrong. Can you help me please?
PS.Also my real target,I want to calculate this value by macro.For example, move>position>click...
Thank you itsmyjob.I checked v5automation.chm before and until the now I understood that RotX,RotY,RotZ values(it means you know for example:45degrees,0 degrees,90 degrees etc.)I cannot reach by this method.Can you give me any idea for this problem?
Actually it is confusing.briefly ı try to explain again sorry about amateur student mavement:( I add new one.I understood calculation matrix and inverse but how can I have myInputPart's X,Y,Z values?I mean my target is which I want to have position values I want to access,so I did not entegrate...
Firts of all thank you a lot dear ferdo.I cared your advices appreciately. Altough I have subscirption his blog, the blog still ask me password and I did not receive any password from.Just an email is sent and it said "EMAIL Subscription Confirmed" but I dont still access.
Secondly I tried to...
For example, I found my part's volume and mass thanks to below codes.And also ı want to figure out position (x,y,z,rotx,roty,rotz) by like these codes.Is it possible?Thanks a lot now.
MsgBox "Part Volume: " &MyProduct.Analyze.Volume
MsgBox "Part Mass: " &MyProduct.Analyze.Mass...
I glanced at this link but in here if I am not wrong,user enter into some values and user sets or changes rotation values.How ever I would like to get values automaticly.I add an image file.And also I want to get this values.I am appraciate for...
Maybe you can think about greedy please not,but how can I use this part information to reach position ,translation ,rotation values about interfaces?If you are busy you can give just one sample for example just rotation and I can research other topic.Otherwise I can produce idea logicly about...