Accessing parameters via ObjBRX
Hello,
the user can specify parameters to the drawing, to be used later somehow.
- How to access (get, set) these parameters via ObjBRX API?
- What kind of event is triggered when one or more parameter(s) has been changed?
A picture of the panel of the parameters is attached (see the red rectangle - just to be sure what I mean by "parameters to the drawing").
Any help would be appreciated - I cannot find anything of this kind in the ObjBRX dev help.
Best regards,
Lukas
0
Comments
-
Hi,
you can either access parameters using .NET (managed) or C++ (unmanaged) code.- For unmanaged code see the .h file ("BRXSDK\inc\BrxSpecific\AcConstraints3d.h")
- For managed code see the C#/VB samples ("CsBrxMgd\CsBrxMgd\Geometrical3dConstraints.cs")
Daniele
0