Thound
@thound
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 8
Reply
RE: Send data from C# to Maxscript (Property/variable data)

aaandres: lassObj = dotNetObject “MyNameSpace.Out2Max” aaaRef = classObj.myRefMethod() –> you’ll get a dotnet object holding the reference objec…

6 years ago
Forum
Reply
RE: Send data from C# to Maxscript (Property/variable data)

For example, the data for a given property, e.g. .PositionX is -39.52099 in the C# app. However it is always 0.0 in 3dsMax. I’m trying to get the actu…

6 years ago
Forum
Reply
RE: Send data from C# to Maxscript (Property/variable data)

The problem is that the data being pulled in from C# is Undefined. It should be “This is a string”. If I assign the data to the Text property of a te…

6 years ago
Forum
Reply
RE: Send data from C# to Maxscript (Property/variable data)

Yes, I understand that. However, the data is not coming across in a usable format. “Undefined” doesn’t equal “This is a string”. It’s getting, extract…

6 years ago
Forum
Topic