User Tools

Site Tools


cad_visualization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cad_visualization [2018/06/14 22:19]
mark.naves
cad_visualization [2018/06/14 22:23] (current)
mark.naves
Line 6: Line 6:
  
  
-For adding the .STL geometry to Spavisual in Spacarlight, the ''opt.customvis'' field is going to be used. This field will add extra lines in the visualization part of the .dat file (check the spavisual manual for all supported commands). In example, the USERPLOT function can be added with:+For adding the .STL geometry to Spavisual in Spacarlight, the ''opt.customvis'' field is going to be used (available from version 1.26). This field will add extra lines in the visualization part of the .dat file (check the spavisual manual for all supported commands). In example, the USERPLOT function can be added with:
 <code matlab> <code matlab>
 opt.customvis = {'USERPLOT ADDCAD'}; opt.customvis = {'USERPLOT ADDCAD'};
Line 31: Line 31:
 % Mark Naves % Mark Naves
 % m.naves@utwente.nl % m.naves@utwente.nl
-4-10-2017+6-14-2017
 %Just an example how to add cad data to spavisual %Just an example how to add cad data to spavisual
 % %
Line 41: Line 41:
  
 %% %%
-x_node = 5; %position node to follow () +x_node = 5; %position node 
-r_node = 6; %rotation node follow+r_node = 6; %rotation node
 Color = [162 195 214]./255; Color = [162 195 214]./255;
 Filename = 'cadfile'; Filename = 'cadfile';
Line 104: Line 104:
 nprops(3).mass               = 0.074;        %0.74Kg at the center of mass nprops(3).mass               = 0.074;        %0.74Kg at the center of mass
 nprops(3).mominertia         = [ 0.00000398 0.00000252 0.0000000 0.00013376 0.00000000 0.00013739]; %Inertia at the center of mass nprops(3).mominertia         = [ 0.00000398 0.00000252 0.0000000 0.00013376 0.00000000 0.00013739]; %Inertia at the center of mass
-nprops(3).transfer_in = {'force_x'}; 
-nprops(3).transfer_out = 'displ_x'; 
  
  
Line 128: Line 126:
  
 %% SIMULATION %% SIMULATION
-opt.transfer=true; 
 opt.customvis = {'USERPLOT ADDCAD',... opt.customvis = {'USERPLOT ADDCAD',...
                  'AXISPROPS',...                  'AXISPROPS',...
cad_visualization.1529007588.txt.gz · Last modified: 2018/06/14 22:19 by mark.naves