alexit
Mechanical
- Dec 19, 2003
- 348
From the help files I find
Set swFeat = swFeatMgr.InsertMoveCopyBody2( _
0.1, 0.2, 0.3, _
0#, _
0#, 0#, 0#, _
0#, 0#, 0#, _
False, 1)
as example to script move of body. However, when I put value 0.1 into this is moved 3.937 inches, this makes no sense. It is not mm to inch conversion to move 1" you enter 1/39.37! Has anyone tried this function before? What is real data needed? (The conversion 39.37 is not accurate enough as I get cumulative error and I move bodies many time in script.
Please advise.
Thanks,
Alex
Set swFeat = swFeatMgr.InsertMoveCopyBody2( _
0.1, 0.2, 0.3, _
0#, _
0#, 0#, 0#, _
0#, 0#, 0#, _
False, 1)
as example to script move of body. However, when I put value 0.1 into this is moved 3.937 inches, this makes no sense. It is not mm to inch conversion to move 1" you enter 1/39.37! Has anyone tried this function before? What is real data needed? (The conversion 39.37 is not accurate enough as I get cumulative error and I move bodies many time in script.
Please advise.
Thanks,
Alex