mariomorais
@mariomorais
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 7
Reply
RE: Picking spline shapes during boolean operations?

property exist .Shape : <Autodesk.Max.IBezierShape> .Shape_ : <Autodesk.Max.IBezierShape>, read-only Change to .Shape works , maybe…

5 years ago
Forum
Reply
RE: Picking spline shapes during boolean operations?

I get this error “– Unknown property: “Shape_” in dotNetObject:Autodesk.Max.Wrappers.ShapeObject” 3ds MAX 2020 here

5 years ago
Forum
Topic
Forum
Replies: 0
Views: 15
Reply
RE: getVert Get weird Coordinates

Ok get it to work! Need to multiply with node Matrix. …. IMatrix3 nodeTM= myNode.GetNodeTM(0,null); IPoint3 point = myMesh.GetVert(vertID)…

8 years ago
Forum
Reply
RE: getVert Get weird Coordinates

I do some tests and the Getvert return coordinates relative to center of object. How to return world position?

8 years ago
Forum
Reply
RE: getVert Get weird Coordinates

You right VertID comes from maxscript change it but is the same get weird coordinates. IPoint3 point = myMesh.GetVert( vertid-1 ); Maybe n…

8 years ago
Forum
Topic
Forum
Replies: 4
Views: 19
Reply
RE: (SDK) what is equivalent to mxs nearestpathparam?

Where is the DLL for download to test?? Can you share ??

9 years ago
Forum
Reply
RE: List of objects merged

Why dont use mergedNodes: <&variable> or the getLastMergedNodes()

11 years ago
Forum
Topic
12 years ago
Forum
Replies: 0
Views: 14