On 30/06/2015 at 12:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I need to convert a selection of edges in a multi-selection of objects to points.
I know I have to create modelingcommanddata for this.
Here is what I've got so far:
ModelingCommandData cd;
cd.doc = doc;
cd.arr = selection;
But how do I assign the left, right and tolerance??
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/group___m_d_a_t_a___c_o_n_v_e_r_t_s_e_l_e_c_t_i_o_n.html
Left should be edges, right points and tolerance false.
Thanks in advance for your help and time!
Greetings,
Casimir Smets