- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am getting frustrated trying to create parametric operations in the API. There are many operations that are parametric in the UI that don't seem to be in the API. For example, there seems to be no way to create a parametric transform. In the UI, I can do a translate, rotate, etc. and use a parameter. It would appear that the equivalent API operation is MoveFeature. MoveFeature uses Matrix3D to hold the transform parameters. The inputs for the functions of Matrix3D all appear to be doubles. Is there a trick to make those parameteric? I have tried using ValueInput in various ways, but haven't discovered the secret sauce.
Needless to say, any meaningful app must be parametric, so I must be missing something.
Any help would be greatly appreciated.
Solved! Go to Solution.