Message 1 of 1
Use ISpinnerControl in .NET C# WPF with Autodesk.max.ISpinnerControl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We want to use 3ds Max's Spinner Control in C# Dot WPF library inside a window. We found that Autodesk.Max.IGlobal.IGlobalSpinnercontrol and Autodesk.Max.ISpinnerControl exists in its C# SDK.
But we don't know how to implement it.
Our end goal is to create a 3dsmax Spinner in WPF Window to be opened in 3dsmax via CUI Action.
Please help!