I found the way to read, wanna share with u. In case use it.
If u want a variable in Vb from SolidEdge just use the following
MsgBox (objVariables("aRotore").Value)
* take care angle is in radiant, distance in meter.
If u want to change a variable in SolidEdge via Excel Vb
Call...
In ST3 version, there is possibility to define a CS on a part. just select Geometry, then select the x axis and y axis on the part you are going to be followed by the CS.
For ST2 no idea.
I don't know, no body answers my questions. Anyway, it's cool, I answer myself, hope will be useful for...
I found one trick for this solving this problem.
In the variable table of the Solid edge, right click on the variable then select copy link. on a sheet in an Excel file which you are running the macro right click on a cell and select paste special..., then select paste as a link.
Now you have...
hi everybody,
I define a CS for my assembly at a point on a body. When I change the angle relationship I want the defined CS moves as well with the body; but, the CS is fixed in the place. How can I assign a fixed CS?
I have problem for readying a defined variable in the Solid edge in Excel.
I can not access to the variable from Vb of Excel.
For editing a variable this code for example is ok:
Call objVariables.Edit("Var_1", 0)
I want some way similar to get the value of a variable for example some function...