yay, its possible!
So I have to reference this assembly, right?
"$MaxRoot\bin\assemblies\Autodesk.Max.Wrappers.dll"
But then I get this error
caused by
ok, the problem occurs when the rectangle as modifiers, so maybe I need to get to the baseobject...
So I have to reference this assembly, right?
"$MaxRoot\bin\assemblies\Autodesk.Max.Wrappers.dll"
But then I get this error
Quote:-- Runtime error: „NET runtime exception: Unable to cast object of type 'Autodesk.Max.Wrappers.ReferenceTarget' to type "Autodesk.Max.Wrappers.IParamBlock‘
caused by
Code:
var pblock = (Autodesk.Max.Wrappers.IParamBlock)pointRef.GetReference(1);
ok, the problem occurs when the rectangle as modifiers, so maybe I need to get to the baseobject...