Hello,
transform your coordinates in axis base points and lengths and use the block3-command.
For instance
% Geometry
g1=block3('1','1','1','base','corner','pos',{'0','0','0'},'axis',{'0','0','1'},'rot','0');
% Geometry objects
clear s
s.objs={g1};
s.name={'BLK1'};
s.tags={'g1'};
fem.draw=struct('s',s);
Regards,
Roland Martin
transform your coordinates in axis base points and lengths and use the block3-command.
For instance
% Geometry
g1=block3('1','1','1','base','corner','pos',{'0','0','0'},'axis',{'0','0','1'},'rot','0');
% Geometry objects
clear s
s.objs={g1};
s.name={'BLK1'};
s.tags={'g1'};
fem.draw=struct('s',s);
Regards,
Roland Martin