Hello guys
I wanted to know if it is possible to get the coordinates of the pivot of a building
thanks
I converted the building's pivot coordinates to the world coordinate system using the following method.
Maybe there's a better way...
Lot --> extrude(10) A
A --> print(
"X="+convert(x,pivot,world,pos,0,0,0)+"\n"+
"Y="+convert(y,pivot,world,pos,0,0,0)+"\n"+
"Z="+convert(z,pivot,world,pos,0,0,0)) X.