Hello.
Language: C++
Can you help me to figure it out?
I understand how to set a simple single-DescLevel parameter like a sphere radius. I've found in manual how to set up more complex double desclevel parameter, like CubeLen.
But what I can`t understand is - how to set parameter like a ID_CA_CONSTRAINT_TAG_CLAMP_TO
of a constraint tag?
Lets say to a ID_CA_CONSTRAINT_TAG_CLAMP_TO_SURFACE?
It is not simple to understand from a manual.
It is just a simple Integer type, and it should be simple to assign value, but it is not simple to get access exact into the parameter.
In Python it has the "two-leveled" ID ( [50004,1] ) and looks as simple as possible:
Constraint[50004,1] = 4
But how to assign it in C++?