Hi, first problem is quite simple. Try something like that: $Box02.rotation = $Box01.rotation $Box02.pos = $Box01.pos To position object in it’s p…
Try Bobo’s page, he wrote plenty of them.
I see, you want to hide object. In that case put this code into “Expression for Visibility” field hidval = value as integer if (hidval == 0) then $G…
In wire parameter dialog there’s “Expression for Visibility” field. All you have there is propably “value”. Change that to “value as integer”. Now whe…
Hi, which slider are you using: helper slider or slider in user interface?
Hi, you need array for new nodes (nNodes). Try this: nNodes = #() maxops.cloneNodes $Group01 newNodes:&nNodes nNodes[1].pos = [newX,newY,newZ] […
Hi. Here’s how You can create 4 lines to get rectangular shape. If You don’t want 4 separate lines but a single shape just weld their vertices. rect…
Hi, I think you can use quats. Here’s my idea: calculate cross product of A and B. Put its x,y,z into quat’s x,y,z. Thats your rotation vector, now yo…
Hi, it’s back online, but address has changed www.pxfactory.eu
Perheaps someone will find my site usefull: