season-x
@season-x
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 62
Reply
RE: An old question

@Serejah,Thank you for your help,The imperfections under the underlying code of max have caused frustration among developers.I’m sure it’ll be good.

2 years ago
Forum
Reply
RE: An old question

The Undo/Redo is not particularly urgent for me, The Line converted to Spline shape is special importance thing for me .If a line is with other Modifi…

2 years ago
Forum
Reply
RE: An old question

I found a new way, but it’s not stable.Don’t know what went wrong.Whether a Notify Dependents is required //obj is Line int t = g.COREInterface.Time…

2 years ago
Forum
Reply
RE: An old question

Let me try, thank you ,@Serejah

2 years ago
Forum
Reply
RE: An old question

That’s exactly what you said, I add “with undo on” in mxs code.If I don’t have to undo the function, it’s not Complete function.Do you have any good s…

2 years ago
Forum
Reply
RE: An old question

x.BeginOutlineMove currenttime.ticks; x.outlinemove currenttime.ticks 10.0 x.EndOutlineMove currenttime.ticks true These three lines run, and it goe…

2 years ago
Forum
Reply
RE: An old question

using Autodesk.Max; namespace SRYShapeTools { public class SRYSplineShape { static public ISplineShape GetSplineShape(uint handle) …

2 years ago
Forum
Reply
RE: An old question

When I used OutlineMove in ISplineShape state.It goes back to a line.Miracle!!Do I have to update it, or there is an important step missing ISpline…

2 years ago
Forum
Reply
RE: An old question

Your code will work for any shape(Shape Object) but line.Like you said,Casting to some other type is a dead end. The only way to do that is to add the…

2 years ago
Forum
Reply
RE: An old question

Autodesk Community – 7 Feb 17 Convert any shape to Editable Spline Hello, I’m trying to convert a Shape object (Line for example) to a…

2 years ago
Forum
Reply
RE: An old question

These examples are a little esoteric for newcomers,Like how do you create a new managed instance. Can you tell me directly that How to convert a line …

2 years ago
Forum
Reply
RE: An old question

ICustomMarshaler marshaler = Autodesk.Max.Wrappers.CustomMarshalerSplineShape.GetInstance(“what goes there?”); System.IntPtr ptr = marshaler.MarshalMa…

2 years ago
Forum
Reply
RE: An old question

I’m a raw recruit . I try again.

2 years ago
Forum
Reply
RE: An old question

@Serejah , Unfortunately I couldn’t find “autodesk.max.wrappers.dll” in the 3dsmax installation directory. So there is no way to use the method you pr…

2 years ago
Forum
Reply
RE: An old question

Serejah, You are my savior, I have been suffering for a long time, OK, I will read it carefully, if there is anything I don’t understand, I will repor…

2 years ago
Forum
Page 3 / 5