Quantcast
Channel: COMSOL Forums: 3D geometry object
Viewing all articles
Browse latest Browse all 6

Re: 3D geometry object

$
0
0
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

Viewing all articles
Browse latest Browse all 6

Trending Articles