Here you will find documentation on all the descriptions that Cinema 4D currently has. You can list them Alphabetically, by Type or Plugin . The sample Python and C++ code is automatically generated and in some cases may not be 100% correct. If something doesn't work then please refer to the official Cinema 4D SDK documentation for more information.
ID ID_FRACTURE_INPUT_POINTS
Element Information
Sample Code
Example code for the id ID_FRACTURE_INPUT_POINTS in Omograph_fracturevoronoi
Note that this is not the actual code from the Omograph_fracturevoronoi file.
This code is just an example to show you how to add a similar control to your own description.
Resource File Code (Omograph_fracturevoronoi.res)
IN_EXCLUDE ID_FRACTURE_INPUT_POINTS { NUM_FLAGS 2; INIT_STATE 3; SEND_SELCHNGMSG 1; SMALL_MODE_SIZE 80; BIG_MODE_SIZE 150; IMAGE_01_ON 300000131; IMAGE_01_OFF 300000130; IMAGE_02_ON 1037025; IMAGE_02_OFF 1037026; }
Header File Code (Omograph_fracturevoronoi.h)
#ifndef OMOGRAPH_FRACTUREVORONOI_H__ #define OMOGRAPH_FRACTUREVORONOI_H__ enum { ID_FRACTURE_INPUT_POINTS = 1000, //First ID should start at 1000 }; #endif // OMOGRAPH_FRACTUREVORONOI_H__
String File Code (Omograph_fracturevoronoi.str)
// C4D-StringResource // Identifier Text STRINGTABLE { ID_FRACTURE_INPUT_POINTS "Sources"; }