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 TOOL_MIN_MAX_Y_OFFSET
Element Information
Sample Code
Example code for the id TOOL_MIN_MAX_Y_OFFSET in ToolScatterPlacement
Note that this is not the actual code from the ToolScatterPlacement file.
This code is just an example to show you how to add a similar control to your own description.
Resource File Code (ToolScatterPlacement.res)
VECTOR TOOL_MIN_MAX_Y_OFFSET { UNIT METER; MIN 0.0; VECTOR_NO_Z_COMPONENT ; }
Header File Code (ToolScatterPlacement.h)
#ifndef TOOLSCATTERPLACEMENT_H__ #define TOOLSCATTERPLACEMENT_H__ enum { TOOL_MIN_MAX_Y_OFFSET = 1000, //First ID should start at 1000 }; #endif // TOOLSCATTERPLACEMENT_H__
String File Code (ToolScatterPlacement.str)
// C4D-StringResource // Identifier Text STRINGTABLE { TOOL_MIN_MAX_Y_OFFSET "PositionMin/Max"; }