[T,a]=SGTget(SGN,[N])
SGN : | Solid Geometry | |
N : | Name of required Frame, or ez vector |
T : | Frame matrix | |
a : | index in Tname (Does work only in structs not in cells) |
Return a previously set frame:
SG=SGbox([30,20,10]); SG=SGTset(SG,'A',TofDPhiH([3,6],pi/6,5)); SGT(SG);
SGTget(SG,'A')
SGTget(SGsample(40),[0 0 1]);