THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/07/2003 at 17:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform:
Language(s) : C++ ;
---------
How can I get information from a C4D- Dialog?
For example I want to read a scale-Factor from the "Real-Control" SCALE_FACTOR.
// in MeshExporter.res:
CONTAINER MshExporter
{
NAME MshExporter;
INCLUDE Fbase;
GROUP MshExporter
{
REAL SCALE_FACTOR { UNIT REAL; }
}
}
A short code-sample would be nice.