Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone point me to a Python example of automating 3DS Max to create NURBS lines/surfaces? I found some ClassIds, specifically these
ClassIds.NURBS_Imported_Objects = _MaxPlus.cvar.ClassIds_NURBS_Imported_Objects
ClassIds.NURBSCurveshape = _MaxPlus.cvar.ClassIds_NURBSCurveshape
ClassIds.NURBSSurf = _MaxPlus.cvar.ClassIds_NURBSSurf
But have no idea how to actually work with them, or even if they are relevant to what I want.
Solved! Go to Solution.