This module contains all the classes and functions of the 3ds Max Python API.
def MaxPlus.AColor__CreateWrapper | ( | args | ) |
AColor__CreateWrapper(void * acolor_pointer) -> AColor
def MaxPlus.AColor__CreateWrapperFromFPValue | ( | args | ) |
AColor__CreateWrapperFromFPValue(void * fpvalue_pointer) -> AColor
def MaxPlus.AColor_AComp | ( | args | ) |
AColor_AComp(AColor cbot, AColor ctop) -> AColor
def MaxPlus.AColor_CompositeOver | ( | args | ) |
AColor_CompositeOver(AColor fg, AColor bg) -> AColor
def MaxPlus.ActionContext__CastFrom | ( | args | ) |
ActionContext__CastFrom(InterfaceServer b) -> ActionContext
def MaxPlus.ActionItem__CastFrom | ( | args | ) |
ActionItem__CastFrom(InterfaceServer b) -> ActionItem
def MaxPlus.ActionManager_FindContext | ( | args | ) |
ActionManager_FindContext(ActionContextId contextId) -> ActionContext
def MaxPlus.ActionManager_GetActionContext | ( | args | ) |
ActionManager_GetActionContext(int i) -> ActionContext
def MaxPlus.ActionManager_GetActionTable | ( | args | ) |
ActionManager_GetActionTable(int i) -> ActionTable
def MaxPlus.ActionManager_GetFPStaticInterface | ( | ) |
ActionManager_GetFPStaticInterface() -> FPStaticInterface
def MaxPlus.ActionManager_GetKeyboardFile | ( | ) |
ActionManager_GetKeyboardFile() -> wchar_t const *
def MaxPlus.ActionManager_GetNumActionContexts | ( | ) |
ActionManager_GetNumActionContexts() -> int
def MaxPlus.ActionManager_GetNumActionTables | ( | ) |
ActionManager_GetNumActionTables() -> int
def MaxPlus.ActionManager_IdToIndex | ( | args | ) |
ActionManager_IdToIndex(ActionTableId id) -> int
def MaxPlus.ActionManager_IsContextActive | ( | args | ) |
ActionManager_IsContextActive(ActionContextId contextId) -> bool
def MaxPlus.ActionManager_LoadKeyboardFile | ( | args | ) |
ActionManager_LoadKeyboardFile(wchar_t const * pFileName) -> bool
def MaxPlus.ActionManager_RegisterActionContext | ( | args | ) |
ActionManager_RegisterActionContext(ActionContextId contextId, wchar_t const * pName) -> bool
def MaxPlus.ActionManager_SaveKeyboardFile | ( | args | ) |
ActionManager_SaveKeyboardFile(wchar_t const * pFileName) -> bool
def MaxPlus.ActionTable__CastFrom | ( | args | ) |
ActionTable__CastFrom(InterfaceServer b) -> ActionTable
def MaxPlus.AngAxis__CreateWrapper | ( | args | ) |
AngAxis__CreateWrapper(void * angaxis_pointer) -> AngAxis
def MaxPlus.AngAxis__CreateWrapperFromFPValue | ( | args | ) |
AngAxis__CreateWrapperFromFPValue(void * fpvalue_pointer) -> AngAxis
def MaxPlus.Animatable__CastFrom | ( | args | ) |
Animatable__CastFrom(InterfaceServer b) -> Animatable
def MaxPlus.Animatable_ClearFlagInAllAnimatables | ( | args | ) |
Animatable_ClearFlagInAllAnimatables(DWORD mask)
def MaxPlus.Animatable_GetAnimByHandle | ( | args | ) |
Animatable_GetAnimByHandle(AnimHandle animHandle) -> Animatable
def MaxPlus.Animation_AreWeKeying | ( | args | ) |
AreWeKeying(TimeValue t=Autodesk::Max::Now()) -> bool Animation_AreWeKeying() -> bool
def MaxPlus.Animation_EnableAnimateButton | ( | args | ) |
Animation_EnableAnimateButton(bool enable)
def MaxPlus.Animation_EndPlayback | ( | ) |
Animation_EndPlayback()
def MaxPlus.Animation_GetAnimRange | ( | ) |
Animation_GetAnimRange() -> Interval
def MaxPlus.Animation_GetAutoKeyDefaultKeyOn | ( | ) |
Animation_GetAutoKeyDefaultKeyOn() -> bool
def MaxPlus.Animation_GetAutoKeyDefaultKeyTime | ( | ) |
Animation_GetAutoKeyDefaultKeyTime() -> TimeValue
def MaxPlus.Animation_GetControllerOverrideRangeDefault | ( | ) |
Animation_GetControllerOverrideRangeDefault() -> bool
def MaxPlus.Animation_GetDefaultInTangentType | ( | ) |
Animation_GetDefaultInTangentType() -> int
def MaxPlus.Animation_GetDefaultOutTangentType | ( | ) |
Animation_GetDefaultOutTangentType() -> int
def MaxPlus.Animation_GetEndTime | ( | ) |
Animation_GetEndTime() -> TimeValue
def MaxPlus.Animation_GetFrameRate | ( | ) |
Animation_GetFrameRate() -> int
def MaxPlus.Animation_GetIsAnimating | ( | ) |
Animation_GetIsAnimating() -> bool
def MaxPlus.Animation_GetPlayActiveOnly | ( | ) |
Animation_GetPlayActiveOnly() -> bool
def MaxPlus.Animation_GetPlaybackLoop | ( | ) |
Animation_GetPlaybackLoop() -> bool
def MaxPlus.Animation_GetPlaybackSpeed | ( | ) |
Animation_GetPlaybackSpeed() -> int
def MaxPlus.Animation_GetRealTimePlayback | ( | ) |
Animation_GetRealTimePlayback() -> bool
def MaxPlus.Animation_GetSetKeyMode | ( | ) |
Animation_GetSetKeyMode() -> bool
def MaxPlus.Animation_GetSetKeyModeStatus | ( | ) |
Animation_GetSetKeyModeStatus() -> bool
def MaxPlus.Animation_GetSetKeySuspended | ( | ) |
Animation_GetSetKeySuspended() -> bool
def MaxPlus.Animation_GetStartTime | ( | ) |
Animation_GetStartTime() -> TimeValue
def MaxPlus.Animation_GetTicksPerFrame | ( | ) |
Animation_GetTicksPerFrame() -> int
def MaxPlus.Animation_GetTime | ( | ) |
Animation_GetTime() -> TimeValue
def MaxPlus.Animation_IsAnimateEnabled | ( | ) |
Animation_IsAnimateEnabled() -> bool
def MaxPlus.Animation_IsLegalFrameRate | ( | args | ) |
Animation_IsLegalFrameRate(int rate) -> bool
def MaxPlus.Animation_IsPlaying | ( | ) |
Animation_IsPlaying() -> bool
def MaxPlus.Animation_IsSetKeyModeFeatureEnabled | ( | ) |
Animation_IsSetKeyModeFeatureEnabled() -> bool
def MaxPlus.Animation_ResumeAnimate | ( | ) |
Animation_ResumeAnimate()
def MaxPlus.Animation_ResumeSetKeyMode | ( | ) |
Animation_ResumeSetKeyMode()
def MaxPlus.Animation_SetAnimateButtonState | ( | args | ) |
Animation_SetAnimateButtonState(bool onOff)
def MaxPlus.Animation_SetAutoKeyDefaultKeyOn | ( | args | ) |
Animation_SetAutoKeyDefaultKeyOn(bool setKey)
def MaxPlus.Animation_SetAutoKeyDefaultKeyTime | ( | args | ) |
Animation_SetAutoKeyDefaultKeyTime(TimeValue t)
def MaxPlus.Animation_SetControllerOverrideRangeDefault | ( | args | ) |
Animation_SetControllerOverrideRangeDefault(bool override)
def MaxPlus.Animation_SetDefaultTangentType | ( | args | ) |
SetDefaultTangentType(int dfltInTangentType, int dfltOutTangentType, bool writeInCfgFile=True) Animation_SetDefaultTangentType(int dfltInTangentType, int dfltOutTangentType)
def MaxPlus.Animation_SetEndTime | ( | args | ) |
Animation_SetEndTime(TimeValue e)
def MaxPlus.Animation_SetFrameRate | ( | args | ) |
Animation_SetFrameRate(int rate) -> bool
def MaxPlus.Animation_SetIsAnimating | ( | args | ) |
Animation_SetIsAnimating(bool b)
def MaxPlus.Animation_SetPlayActiveOnly | ( | args | ) |
Animation_SetPlayActiveOnly(bool playActive)
def MaxPlus.Animation_SetPlaybackLoop | ( | args | ) |
Animation_SetPlaybackLoop(bool loop)
def MaxPlus.Animation_SetPlaybackSpeed | ( | args | ) |
Animation_SetPlaybackSpeed(int s)
def MaxPlus.Animation_SetRange | ( | args | ) |
Animation_SetRange(Interval range)
def MaxPlus.Animation_SetRealTimePlayback | ( | args | ) |
Animation_SetRealTimePlayback(bool realTime)
def MaxPlus.Animation_SetSetKeyMode | ( | args | ) |
Animation_SetSetKeyMode(bool onOff)
def MaxPlus.Animation_SetStartTime | ( | args | ) |
Animation_SetStartTime(TimeValue s)
def MaxPlus.Animation_SetTicksPerFrame | ( | args | ) |
Animation_SetTicksPerFrame(int ticks)
def MaxPlus.Animation_SetTime | ( | args | ) |
SetTime(TimeValue t, bool redraw=True) Animation_SetTime(TimeValue t)
def MaxPlus.Animation_StartPlayback | ( | args | ) |
StartPlayback(bool selOnly=False) StartPlayback() Animation_StartPlayback(int selOnly)
def MaxPlus.Animation_SuspendAnimate | ( | ) |
Animation_SuspendAnimate()
def MaxPlus.Animation_SuspendSetKeyMode | ( | ) |
Animation_SuspendSetKeyMode()
def MaxPlus.AnimationKeySteps_GetPosition | ( | ) |
AnimationKeySteps_GetPosition() -> bool
def MaxPlus.AnimationKeySteps_GetRotation | ( | ) |
AnimationKeySteps_GetRotation() -> bool
def MaxPlus.AnimationKeySteps_GetScale | ( | ) |
AnimationKeySteps_GetScale() -> bool
def MaxPlus.AnimationKeySteps_GetSelectedOnly | ( | ) |
AnimationKeySteps_GetSelectedOnly() -> bool
def MaxPlus.AnimationKeySteps_GetUseTrackBar | ( | ) |
AnimationKeySteps_GetUseTrackBar() -> bool
def MaxPlus.AnimationKeySteps_GetUseTransform | ( | ) |
AnimationKeySteps_GetUseTransform() -> bool
def MaxPlus.AnimationKeySteps_SetPosition | ( | args | ) |
AnimationKeySteps_SetPosition(bool onOff)
def MaxPlus.AnimationKeySteps_SetRotation | ( | args | ) |
AnimationKeySteps_SetRotation(bool onOff)
def MaxPlus.AnimationKeySteps_SetScale | ( | args | ) |
AnimationKeySteps_SetScale(bool onOff)
def MaxPlus.AnimationKeySteps_SetSelectedOnly | ( | args | ) |
AnimationKeySteps_SetSelectedOnly(bool onOff)
def MaxPlus.AnimationKeySteps_SetUseTrackBar | ( | args | ) |
AnimationKeySteps_SetUseTrackBar(bool onOff)
def MaxPlus.AnimationKeySteps_SetUseTransform | ( | args | ) |
AnimationKeySteps_SetUseTransform(bool onOff)
def MaxPlus.AnimationTrajectory_DeleteSelectedKey | ( | ) |
AnimationTrajectory_DeleteSelectedKey()
def MaxPlus.AnimationTrajectory_GetAddKeyMode | ( | ) |
AnimationTrajectory_GetAddKeyMode() -> bool
def MaxPlus.AnimationTrajectory_GetKeySubMode | ( | ) |
AnimationTrajectory_GetKeySubMode() -> bool
def MaxPlus.AnimationTrajectory_GetMode | ( | ) |
AnimationTrajectory_GetMode() -> bool
def MaxPlus.AnimationTrajectory_SetAddKeyMode | ( | args | ) |
AnimationTrajectory_SetAddKeyMode(bool flag)
def MaxPlus.AnimationTrajectory_SetKeySubMode | ( | args | ) |
AnimationTrajectory_SetKeySubMode(bool flag)
def MaxPlus.AnimationTrajectory_SetMode | ( | args | ) |
AnimationTrajectory_SetMode(bool flag)
def MaxPlus.Application_AutoBackupEnabled | ( | ) |
Application_AutoBackupEnabled() -> bool
def MaxPlus.Application_CheckMAXMessages | ( | ) |
Application_CheckMAXMessages() -> bool
def MaxPlus.Application_DrawingEnabled | ( | ) |
Application_DrawingEnabled() -> bool
def MaxPlus.Application_EnableAutoBackup | ( | args | ) |
Application_EnableAutoBackup(bool onOff)
def MaxPlus.Application_EnableDrawing | ( | args | ) |
Application_EnableDrawing(bool onOff)
def MaxPlus.Application_ExecuteMAXCommand | ( | args | ) |
Application_ExecuteMAXCommand(int id)
def MaxPlus.Application_FlushUndoBuffer | ( | ) |
Application_FlushUndoBuffer()
def MaxPlus.Application_Get3DSMAXVersion | ( | ) |
Application_Get3DSMAXVersion() -> DWORD
def MaxPlus.Application_GetAutoBackupTime | ( | ) |
Application_GetAutoBackupTime() -> float
def MaxPlus.Application_GetInterface | ( | args | ) |
Application_GetInterface(Interface_ID id) -> BaseInterface
def MaxPlus.Application_GetQuietMode | ( | checkNetSlave = True | ) |
GetQuietMode(bool checkNetSlave=True) -> bool Application_GetQuietMode() -> bool
def MaxPlus.Application_GetScreenHeight | ( | ) |
Application_GetScreenHeight() -> int
def MaxPlus.Application_GetScreenWidth | ( | ) |
Application_GetScreenWidth() -> int
def MaxPlus.Application_GetSoundObject | ( | ) |
Application_GetSoundObject() -> SoundObj
def MaxPlus.Application_InNonInteractiveMode | ( | checkTestMode = False | ) |
InNonInteractiveMode(bool checkTestMode=False) -> bool Application_InNonInteractiveMode() -> bool
def MaxPlus.Application_InSecureMode | ( | ) |
Application_InSecureMode() -> bool
def MaxPlus.Application_IsDebugging | ( | ) |
Application_IsDebugging() -> bool
def MaxPlus.Application_IsNetworkLicense | ( | ) |
Application_IsNetworkLicense() -> bool
def MaxPlus.Application_IsQuitingApp | ( | ) |
Application_IsQuitingApp() -> bool
def MaxPlus.Application_IsSceneResetting | ( | ) |
Application_IsSceneResetting() -> bool
def MaxPlus.Application_IsTrialLicense | ( | ) |
Application_IsTrialLicense() -> bool
def MaxPlus.Application_IsUsingProfileDirectories | ( | ) |
Application_IsUsingProfileDirectories() -> bool
def MaxPlus.Application_IsUsingRoamingProfiles | ( | ) |
Application_IsUsingRoamingProfiles() -> bool
def MaxPlus.Application_NumberOfProcessors | ( | ) |
Application_NumberOfProcessors() -> int
def MaxPlus.Application_RescaleWorldUnits | ( | args | ) |
Application_RescaleWorldUnits(float f, bool selected)
def MaxPlus.Application_SetAutoBackupTime | ( | args | ) |
Application_SetAutoBackupTime(float minutes)
def MaxPlus.Application_SetQuietMode | ( | args | ) |
Application_SetQuietMode(bool onOff) -> bool
def MaxPlus.Application_SetSoundObject | ( | args | ) |
Application_SetSoundObject(SoundObj snd)
def MaxPlus.ArrayParameter__CastFrom | ( | args | ) |
ArrayParameter__CastFrom(Parameter p) -> ArrayParameter
def MaxPlus.AssetDirectories_Add | ( | args | ) |
Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool AssetDirectories_Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool
def MaxPlus.AssetDirectories_AddSession | ( | args | ) |
AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool AssetDirectories_AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool
def MaxPlus.AssetDirectories_Delete | ( | args | ) |
Delete(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool AssetDirectories_Delete(int i, Autodesk::Max::AssetType::Type assetType) -> bool
def MaxPlus.AssetDirectories_DeleteSession | ( | args | ) |
DeleteSession(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool AssetDirectories_DeleteSession(int i, Autodesk::Max::AssetType::Type assetType) -> bool
def MaxPlus.AssetDirectories_Get | ( | args | ) |
AssetDirectories_Get(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
def MaxPlus.AssetDirectories_GetCount | ( | args | ) |
AssetDirectories_GetCount(Autodesk::Max::AssetType::Type assetType) -> int
def MaxPlus.AssetDirectories_GetCurrent | ( | args | ) |
AssetDirectories_GetCurrent(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
def MaxPlus.AssetDirectories_GetCurrentCount | ( | args | ) |
AssetDirectories_GetCurrentCount(Autodesk::Max::AssetType::Type assetType) -> int
def MaxPlus.AssetDirectories_GetSession | ( | args | ) |
AssetDirectories_GetSession(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
def MaxPlus.AssetDirectories_GetSessionCount | ( | args | ) |
AssetDirectories_GetSessionCount(Autodesk::Max::AssetType::Type assetType) -> int
def MaxPlus.AssetDirectories_UpdateSection | ( | args | ) |
AssetDirectories_UpdateSection(Autodesk::Max::AssetType::Type assetType)
def MaxPlus.AssetManager_CreateAsset | ( | args | ) |
CreateAsset(wchar_t const * file=_T(""), Autodesk::Max::AssetType::Type type=OtherAsset) -> Asset CreateAsset(wchar_t const * file=_T("")) -> Asset AssetManager_CreateAsset() -> Asset
def MaxPlus.AssetManager_GetAssets | ( | args | ) |
GetAssets(int const flags=FileEnumAll) -> AssetTuple AssetManager_GetAssets() -> AssetTuple
def MaxPlus.Atmospheric__CastFrom | ( | args | ) |
Atmospheric__CastFrom(InterfaceServer b) -> Atmospheric
def MaxPlus.Atomspherics_Add | ( | args | ) |
Atomspherics_Add(Atmospheric atmos)
def MaxPlus.Atomspherics_Delete | ( | args | ) |
Atomspherics_Delete(int i)
def MaxPlus.Atomspherics_Edit | ( | args | ) |
Edit(Atmospheric a, INode gizmo=0) Atomspherics_Edit(Atmospheric a)
def MaxPlus.Atomspherics_Get | ( | args | ) |
Atomspherics_Get(int i) -> Atmospheric
def MaxPlus.Atomspherics_GetCount | ( | ) |
Atomspherics_GetCount() -> int
def MaxPlus.Atomspherics_Set | ( | args | ) |
Atomspherics_Set(int i, Atmospheric a)
def MaxPlus.Axis_EnableConstraints | ( | args | ) |
Axis_EnableConstraints(int c, bool enabled)
def MaxPlus.Axis_GetConstantRestriction | ( | ) |
Axis_GetConstantRestriction() -> bool
def MaxPlus.Axis_GetConstraints | ( | ) |
Axis_GetConstraints() -> int
def MaxPlus.Axis_GetCount | ( | ) |
Axis_GetCount() -> int
def MaxPlus.Axis_GetTransformAxis | ( | args | ) |
Axis_GetTransformAxis(INode node, int subIndex) -> Matrix3
def MaxPlus.Axis_GetTripodLocked | ( | ) |
Axis_GetTripodLocked() -> bool
def MaxPlus.Axis_PopConstraints | ( | ) |
Axis_PopConstraints()
def MaxPlus.Axis_PushConstraints | ( | args | ) |
Axis_PushConstraints(int c)
def MaxPlus.Axis_SetConstantRestriction | ( | args | ) |
Axis_SetConstantRestriction(bool onOff)
def MaxPlus.Axis_SetConstraints | ( | args | ) |
Axis_SetConstraints(int c)
def MaxPlus.Axis_SetLockTripods | ( | args | ) |
Axis_SetLockTripods(bool onOff)
def MaxPlus.BaseInterface__CastFrom | ( | args | ) |
BaseInterface__CastFrom(InterfaceServer b) -> BaseInterface
def MaxPlus.BaseInterfaceServer__CastFrom | ( | args | ) |
BaseInterfaceServer__CastFrom(InterfaceServer b) -> BaseInterfaceServer
def MaxPlus.BaseObject__CastFrom | ( | args | ) |
BaseObject__CastFrom(InterfaceServer b) -> BaseObject
def MaxPlus.BezierShape__CastFrom | ( | args | ) |
BezierShape__CastFrom(InterfaceServer b) -> BezierShape
def MaxPlus.BezierShape__CreateWrapper | ( | args | ) |
BezierShape__CreateWrapper(void * beziershape_pointer) -> BezierShape
def MaxPlus.BezierShape__CreateWrapperFromFPValue | ( | args | ) |
BezierShape__CreateWrapperFromFPValue(void * fpvalue_pointer) -> BezierShape
def MaxPlus.BitArray__CreateWrapper | ( | args | ) |
BitArray__CreateWrapper(void * bitarray_pointer) -> BitArray
def MaxPlus.BitArray__CreateWrapperFromFPValue | ( | args | ) |
BitArray__CreateWrapperFromFPValue(void * fpvalue_pointer) -> BitArray
def MaxPlus.BitArray_kMAX_LOCALBITS | ( | ) |
BitArray_kMAX_LOCALBITS() -> int const
def MaxPlus.Bitmap__CastFrom | ( | args | ) |
Bitmap__CastFrom(InterfaceServer b) -> Bitmap
def MaxPlus.Bitmap_ClampColor | ( | args | ) |
Bitmap_ClampColor(Color64 outValue, HDRColor inValue)
def MaxPlus.Bitmap_ClampColorA | ( | args | ) |
Bitmap_ClampColorA(Color64 outValue, HDRColor inValue)
def MaxPlus.Bitmap_ScaleColor | ( | args | ) |
Bitmap_ScaleColor(Color64 outValue, HDRColor inValue)
def MaxPlus.Bitmap_ScaleColorA | ( | args | ) |
Bitmap_ScaleColorA(Color64 outValue, HDRColor inValue)
def MaxPlus.BitmapInfo__CastFrom | ( | args | ) |
BitmapInfo__CastFrom(InterfaceServer b) -> BitmapInfo
def MaxPlus.BitmapManager_CanImport | ( | args | ) |
BitmapManager_CanImport(wchar_t const * filename) -> bool
def MaxPlus.BitmapManager_FreeSceneBitmaps | ( | ) |
BitmapManager_FreeSceneBitmaps()
def MaxPlus.BitmapManager_GetImageInfo | ( | args | ) |
GetImageInfo(BitmapInfo bi, wchar_t const * filename=None) -> BMMRES BitmapManager_GetImageInfo(BitmapInfo bi) -> BMMRES
def MaxPlus.BitmapManager_GetImageInfoDlg | ( | args | ) |
GetImageInfoDlg(HWND hWnd, BitmapInfo bi, wchar_t const * filename=None) -> BMMRES BitmapManager_GetImageInfoDlg(HWND hWnd, BitmapInfo bi) -> BMMRES
def MaxPlus.BitmapManager_GetImageInputOptions | ( | args | ) |
BitmapManager_GetImageInputOptions(BitmapInfo bi, HWND hWnd) -> bool
def MaxPlus.BitmapManager_GetSilentMode | ( | ) |
BitmapManager_GetSilentMode() -> bool
def MaxPlus.BitmapManager_Load | ( | args | ) |
BitmapManager_Load(BitmapInfo bi) -> Bitmap
def MaxPlus.BitmapManager_SelectDeviceInput | ( | args | ) |
BitmapManager_SelectDeviceInput(BitmapInfo bi, HWND hWnd) -> bool
def MaxPlus.BitmapManager_SelectDeviceOutput | ( | args | ) |
BitmapManager_SelectDeviceOutput(BitmapInfo bi, HWND hWnd) -> bool
def MaxPlus.BitmapManager_SelectFileInputEx | ( | args | ) |
SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None, bool viewonly=False) -> bool SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool BitmapManager_SelectFileInputEx(BitmapInfo bi, HWND hWnd) -> bool
def MaxPlus.BitmapManager_SelectFileOutput | ( | args | ) |
SelectFileOutput(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool BitmapManager_SelectFileOutput(BitmapInfo bi, HWND hWnd) -> bool
def MaxPlus.BitmapManager_SetSilentMode | ( | args | ) |
BitmapManager_SetSilentMode(bool x)
def MaxPlus.BitmapStorage__CastFrom | ( | args | ) |
BitmapStorage__CastFrom(InterfaceServer b) -> BitmapStorage
def MaxPlus.BitmapStorage_ClampColor | ( | args | ) |
BitmapStorage_ClampColor(Color64 outValue, HDRColor inValue)
def MaxPlus.BitmapStorage_ClampColorA | ( | args | ) |
BitmapStorage_ClampColorA(Color64 outValue, HDRColor inValue)
def MaxPlus.BitmapStorage_ScaleColor | ( | args | ) |
BitmapStorage_ScaleColor(Color64 outValue, HDRColor inValue)
def MaxPlus.BitmapStorage_ScaleColorA | ( | args | ) |
BitmapStorage_ScaleColorA(Color64 outValue, HDRColor inValue)
def MaxPlus.BitmapTex__CastFrom | ( | args | ) |
BitmapTex__CastFrom(InterfaceServer b) -> BitmapTex
def MaxPlus.Box3__CreateWrapper | ( | args | ) |
Box3__CreateWrapper(void * box3_pointer) -> Box3
def MaxPlus.Box3__CreateWrapperFromFPValue | ( | args | ) |
Box3__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Box3
def MaxPlus.CameraObject__CastFrom | ( | args | ) |
CameraObject__CastFrom(InterfaceServer b) -> CameraObject
def MaxPlus.CameraState__CastFrom | ( | args | ) |
CameraState__CastFrom(InterfaceServer b) -> CameraState
def MaxPlus.ClassDesc__CastFrom | ( | args | ) |
ClassDesc__CastFrom(InterfaceServer b) -> ClassDesc
def MaxPlus.Color__CreateWrapper | ( | args | ) |
Color__CreateWrapper(void * color_pointer) -> Color
def MaxPlus.Color__CreateWrapperFromFPValue | ( | args | ) |
Color__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Color
def MaxPlus.Color_color_spline | ( | args | ) |
Color_color_spline(float x, int nknots, Color knot) -> Color
def MaxPlus.Color_to_COLORREF | ( | args | ) |
Color_to_COLORREF(Color c) -> COLORREF
def MaxPlus.CommandPanel_GetCurEditObject | ( | ) |
CommandPanel_GetCurEditObject() -> BaseObject
def MaxPlus.CommandPanel_GetIsOpen | ( | ) |
CommandPanel_GetIsOpen() -> bool
def MaxPlus.CommandPanel_IsEditing | ( | ) |
CommandPanel_IsEditing() -> bool
def MaxPlus.CommandPanel_ResumeEditing | ( | args | ) |
ResumeEditing(DWORD whichPanels=(1 << TASK_MODE_MODIFY), bool alwaysSuspend=False) ResumeEditing(DWORD whichPanels=(1 << TASK_MODE_MODIFY)) CommandPanel_ResumeEditing()
def MaxPlus.CommandPanel_ResumeMotionEditing | ( | ) |
CommandPanel_ResumeMotionEditing()
def MaxPlus.CommandPanel_SetCurrentEditObject | ( | args | ) |
CommandPanel_SetCurrentEditObject(BaseObject obj)
def MaxPlus.CommandPanel_SetOpen | ( | args | ) |
CommandPanel_SetOpen(bool openClose)
def MaxPlus.CommandPanel_SuspendEditing | ( | args | ) |
SuspendEditing(DWORD whichPanels=(1 << TASK_MODE_MODIFY), bool alwaysSuspend=False) SuspendEditing(DWORD whichPanels=(1 << TASK_MODE_MODIFY)) CommandPanel_SuspendEditing()
def MaxPlus.CommandPanel_SuspendMotionEditing | ( | ) |
CommandPanel_SuspendMotionEditing()
def MaxPlus.ConstObject__CastFrom | ( | args | ) |
ConstObject__CastFrom(InterfaceServer b) -> ConstObject
def MaxPlus.ContainerManager_AsContainer | ( | args | ) |
ContainerManager_AsContainer(INode node) -> ContainerObject
def MaxPlus.ContainerManager_AsContainerNode | ( | args | ) |
ContainerManager_AsContainerNode(INode node) -> ContainerObject
def MaxPlus.ContainerManager_CreateContainer | ( | args | ) |
CreateContainer(INode content) -> INode ContainerManager_CreateContainer(INodeTab contentNodes) -> INode
def MaxPlus.ContainerManager_CreateInheritedContainer | ( | args | ) |
ContainerManager_CreateInheritedContainer(Asset asset) -> INode
def MaxPlus.ContainerManager_GetContainer | ( | args | ) |
ContainerManager_GetContainer(Animatable anim) -> ContainerObject
def MaxPlus.ContainerManager_IsContainerNode | ( | args | ) |
ContainerManager_IsContainerNode(INode node) -> bool
def MaxPlus.ContainerManager_IsInContainer | ( | args | ) |
ContainerManager_IsInContainer(INode node) -> bool
def MaxPlus.ContainerObject__CastFrom | ( | args | ) |
ContainerObject__CastFrom(InterfaceServer b) -> ContainerObject
def MaxPlus.Control__CastFrom | ( | args | ) |
Control__CastFrom(InterfaceServer b) -> Control
def MaxPlus.CoordinateSystem_AddReferencedNode | ( | args | ) |
CoordinateSystem_AddReferencedNode(INode node)
def MaxPlus.CoordinateSystem_EnableCenter | ( | args | ) |
CoordinateSystem_EnableCenter(bool enabled)
def MaxPlus.CoordinateSystem_EnableReferenceSystem | ( | args | ) |
CoordinateSystem_EnableReferenceSystem(bool enabled)
def MaxPlus.CoordinateSystem_GetCenter | ( | ) |
CoordinateSystem_GetCenter() -> int
def MaxPlus.CoordinateSystem_GetCurrent | ( | args | ) |
CoordinateSystem_GetCurrent(WStr name)
def MaxPlus.CoordinateSystem_GetReferenceNode | ( | ) |
CoordinateSystem_GetReferenceNode() -> INode
def MaxPlus.CoordinateSystem_GetReferenceSystem | ( | ) |
CoordinateSystem_GetReferenceSystem() -> int
def MaxPlus.CoordinateSystem_SetCenter | ( | args | ) |
CoordinateSystem_SetCenter(int c)
def MaxPlus.CoordinateSystem_SetReferenceSystem | ( | args | ) |
CoordinateSystem_SetReferenceSystem(int c)
def MaxPlus.Core_EditMAXScriptFile | ( | args | ) |
Core_EditMAXScriptFile(wchar_t const * fileName)
def MaxPlus.Core_EvalMAXScript | ( | args | ) |
EvalMAXScript(wchar_t const * s, FPValue result) -> bool Core_EvalMAXScript(wchar_t const * s) -> FPValue
def MaxPlus.Core_ExecuteMAXScript | ( | args | ) |
Core_ExecuteMAXScript(wchar_t const * s)
def MaxPlus.Core_GetCOREInterface | ( | args | ) |
Core_GetCOREInterface(Interface_ID id) -> FPInterface
def MaxPlus.Core_GetCOREInterfaceAt | ( | args | ) |
Core_GetCOREInterfaceAt(int i) -> FPInterface
def MaxPlus.Core_GetCurrentTime | ( | ) |
Core_GetCurrentTime() -> TimeValue
def MaxPlus.Core_GetCurrentTimeContext | ( | ) |
Core_GetCurrentTimeContext() -> TimeValue
def MaxPlus.Core_GetFPInterface | ( | args | ) |
Core_GetFPInterface(BaseInterface bi) -> FPInterface
def MaxPlus.Core_GetFPInterfaceDesc | ( | args | ) |
Core_GetFPInterfaceDesc(BaseInterface bi) -> FPInterfaceDesc
def MaxPlus.Core_GetInterface | ( | args | ) |
Core_GetInterface(SClass_ID super, Class_ID cls, Interface_ID id) -> FPInterface
def MaxPlus.Core_GetMAXScriptListenerLogFile | ( | ) |
Core_GetMAXScriptListenerLogFile() -> WStr
def MaxPlus.Core_GetMaxVersion | ( | ) |
Core_GetMaxVersion() -> int
def MaxPlus.Core_GetRootNode | ( | ) |
Core_GetRootNode() -> INode
def MaxPlus.Core_GetWindowHandle | ( | ) |
Core_GetWindowHandle() -> int
def MaxPlus.Core_IsGlobalVariableNameSettable | ( | args | ) |
Core_IsGlobalVariableNameSettable(wchar_t const * var_name) -> bool
def MaxPlus.Core_IsMAXScriptParserKeyword | ( | args | ) |
Core_IsMAXScriptParserKeyword(wchar_t const * var_name) -> bool
def MaxPlus.Core_IsMaxVersionNewerOrSame | ( | args | ) |
Core_IsMaxVersionNewerOrSame(uint maxRelease, uint maxExt) -> bool
def MaxPlus.Core_IsVariableNameValid | ( | args | ) |
Core_IsVariableNameValid(wchar_t const * var_name) -> bool
def MaxPlus.Core_Print | ( | args | ) |
Core_Print(wchar_t const * x)
def MaxPlus.Core_ResetCurrentTimeContext | ( | ) |
Core_ResetCurrentTimeContext()
def MaxPlus.Core_SetCurrentTime | ( | args | ) |
Core_SetCurrentTime(TimeValue t)
def MaxPlus.Core_SetCurrentTimeContext | ( | args | ) |
Core_SetCurrentTimeContext(TimeValue t) -> TimeValue
def MaxPlus.Core_SetMAXScriptListenerLogFile | ( | args | ) |
Core_SetMAXScriptListenerLogFile(wchar_t const * filename, wchar_t const * mode) -> bool
def MaxPlus.Core_UseCurrentTimeContext | ( | ) |
Core_UseCurrentTimeContext() -> bool
def MaxPlus.Core_Write | ( | args | ) |
Write(wchar_t const * x, bool isError=False) Core_Write(wchar_t const * x)
def MaxPlus.Core_WriteLine | ( | args | ) |
WriteLine(wchar_t const * x, bool isError=False) Core_WriteLine(wchar_t const * x)
def MaxPlus.CUI_AreAcceleratorsEnabled | ( | ) |
CUI_AreAcceleratorsEnabled() -> bool
def MaxPlus.CUI_DisableAccelerators | ( | ) |
CUI_DisableAccelerators()
def MaxPlus.CUI_DoUICustomization | ( | args | ) |
CUI_DoUICustomization(int startPage)
def MaxPlus.CUI_EnableAccelerators | ( | ) |
CUI_EnableAccelerators()
def MaxPlus.CUI_EnableToolButton | ( | args | ) |
EnableToolButton(int button, bool enable=True) CUI_EnableToolButton(int button)
def MaxPlus.CUI_GetActionCommonIReshadeTableId | ( | ) |
CUI_GetActionCommonIReshadeTableId() -> ActionTableId
def MaxPlus.CUI_GetActionIReshadeContext | ( | ) |
CUI_GetActionIReshadeContext() -> ActionContextId
def MaxPlus.CUI_GetActionMainUIContext | ( | ) |
CUI_GetActionMainUIContext() -> ActionContextId
def MaxPlus.CUI_GetActionMainUITableId | ( | ) |
CUI_GetActionMainUITableId() -> ActionTableId
def MaxPlus.CUI_GetActionMaterialEditorContext | ( | ) |
CUI_GetActionMaterialEditorContext() -> ActionContextId
def MaxPlus.CUI_GetActionMaterialEditorTableId | ( | ) |
CUI_GetActionMaterialEditorTableId() -> ActionTableId
def MaxPlus.CUI_GetActionScanlineIReshadeTableId | ( | ) |
CUI_GetActionScanlineIReshadeTableId() -> ActionTableId
def MaxPlus.CUI_GetActionSchematicViewContext | ( | ) |
CUI_GetActionSchematicViewContext() -> ActionContextId
def MaxPlus.CUI_GetActionSchematicViewTableId | ( | ) |
CUI_GetActionSchematicViewTableId() -> ActionTableId
def MaxPlus.CUI_GetActionTrackViewContext | ( | ) |
CUI_GetActionTrackViewContext() -> ActionContextId
def MaxPlus.CUI_GetActionTrackViewTableId | ( | ) |
CUI_GetActionTrackViewTableId() -> ActionTableId
def MaxPlus.CUI_GetActionVideoPostContext | ( | ) |
CUI_GetActionVideoPostContext() -> ActionContextId
def MaxPlus.CUI_GetActionVideoPostTableId | ( | ) |
CUI_GetActionVideoPostTableId() -> ActionTableId
def MaxPlus.CUI_GetCancel | ( | ) |
CUI_GetCancel() -> bool
def MaxPlus.CUI_GetExpertMode | ( | ) |
CUI_GetExpertMode() -> bool
def MaxPlus.CUI_GetFlyOffTime | ( | ) |
CUI_GetFlyOffTime() -> int
def MaxPlus.CUI_GetToolButtonState | ( | args | ) |
CUI_GetToolButtonState(int button) -> bool
def MaxPlus.CUI_LoadCUI | ( | ) |
CUI_LoadCUI()
def MaxPlus.CUI_LoadCUIConfig | ( | args | ) |
CUI_LoadCUIConfig(wchar_t const * fileName)
def MaxPlus.CUI_ResetToFactoryDefaultCUI | ( | ) |
CUI_ResetToFactoryDefaultCUI()
def MaxPlus.CUI_RevertToBackupCUI | ( | ) |
CUI_RevertToBackupCUI()
def MaxPlus.CUI_SaveCUIAs | ( | ) |
CUI_SaveCUIAs()
def MaxPlus.CUI_SetCancel | ( | args | ) |
CUI_SetCancel(bool sw)
def MaxPlus.CUI_SetExpertMode | ( | args | ) |
CUI_SetExpertMode(bool onOff)
def MaxPlus.CUI_SetFlyOffTime | ( | args | ) |
CUI_SetFlyOffTime(int msecs)
def MaxPlus.CUI_SetToolButtonState | ( | args | ) |
CUI_SetToolButtonState(int button, bool state)
def MaxPlus.CUI_ShowCustomizeDialog | ( | ) |
CUI_ShowCustomizeDialog()
def MaxPlus.CUI_WriteCUIConfig | ( | ) |
CUI_WriteCUIConfig()
def MaxPlus.CUIFrameMgr_GetConfigFile | ( | ) |
CUIFrameMgr_GetConfigFile() -> wchar_t const *
def MaxPlus.CUIFrameMgr_GetCUIDirectory | ( | ) |
CUIFrameMgr_GetCUIDirectory() -> wchar_t const *
def MaxPlus.CUIFrameMgr_SetConfigFile | ( | args | ) |
CUIFrameMgr_SetConfigFile(wchar_t const * cfg) -> int
def MaxPlus.CUIFrameMgr_SetMacroButtonStates | ( | args | ) |
CUIFrameMgr_SetMacroButtonStates(bool force)
def MaxPlus.CustomAttribute__CastFrom | ( | args | ) |
CustomAttribute__CastFrom(InterfaceServer b) -> CustomAttribute
def MaxPlus.CustomAttributeContainer__CastFrom | ( | args | ) |
CustomAttributeContainer__CastFrom(InterfaceServer b) -> CustomAttributeContainer
def MaxPlus.DisplayFilters_GetCount | ( | ) |
DisplayFilters_GetCount() -> int
def MaxPlus.DisplayFilters_GetEnabled | ( | args | ) |
DisplayFilters_GetEnabled(int index) -> bool
def MaxPlus.DisplayFilters_GetHideFrozen | ( | ) |
DisplayFilters_GetHideFrozen() -> bool
def MaxPlus.DisplayFilters_GetName | ( | args | ) |
DisplayFilters_GetName(int index) -> wchar_t const *
def MaxPlus.DisplayFilters_GetSceneDisplayFlag | ( | args | ) |
DisplayFilters_GetSceneDisplayFlag(DWORD flag) -> bool
def MaxPlus.DisplayFilters_IsNodeVisible | ( | args | ) |
DisplayFilters_IsNodeVisible(int index, int sid, Class_ID cid, INode node) -> bool
def MaxPlus.DisplayFilters_SetEnabled | ( | args | ) |
DisplayFilters_SetEnabled(int index, bool on)
def MaxPlus.DisplayFilters_SetSceneDisplayFlag | ( | args | ) |
SetSceneDisplayFlag(DWORD flag, bool onOff, bool updateUI=True) DisplayFilters_SetSceneDisplayFlag(DWORD flag, bool onOff)
def MaxPlus.DummyObject__CastFrom | ( | args | ) |
DummyObject__CastFrom(InterfaceServer b) -> DummyObject
def MaxPlus.Effect__CastFrom | ( | args | ) |
Effect__CastFrom(InterfaceServer b) -> Effect
def MaxPlus.Effects_Add | ( | args | ) |
Effects_Add(Effect e)
def MaxPlus.Effects_CloseDialog | ( | ) |
Effects_CloseDialog()
def MaxPlus.Effects_Delete | ( | args | ) |
Effects_Delete(int i)
def MaxPlus.Effects_Edit | ( | args | ) |
Edit(Effect e, INode gizmo=0) Effects_Edit(Effect e)
def MaxPlus.Effects_Get | ( | args | ) |
Effects_Get(int i) -> Effect
def MaxPlus.Effects_GetCount | ( | ) |
Effects_GetCount() -> int
def MaxPlus.Effects_OpenDialog | ( | ) |
Effects_OpenDialog() -> bool
def MaxPlus.Effects_Set | ( | args | ) |
Effects_Set(int i, Effect e)
def MaxPlus.Environment_AddLightToScene | ( | args | ) |
Environment_AddLightToScene(INode node)
def MaxPlus.Environment_GetAmbient | ( | args | ) |
GetAmbient(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3 GetAmbient(TimeValue t=Autodesk::Max::Now()) -> Point3 Environment_GetAmbient() -> Point3
def MaxPlus.Environment_GetAmbientController | ( | ) |
Environment_GetAmbientController() -> Control
def MaxPlus.Environment_GetLightConeConstraint | ( | ) |
Environment_GetLightConeConstraint() -> float
def MaxPlus.Environment_GetLightLevel | ( | args | ) |
GetLightLevel(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> float GetLightLevel(TimeValue t=Autodesk::Max::Now()) -> float Environment_GetLightLevel() -> float
def MaxPlus.Environment_GetLightLevelController | ( | ) |
Environment_GetLightLevelController() -> Control
def MaxPlus.Environment_GetLightTint | ( | args | ) |
GetLightTint(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3 GetLightTint(TimeValue t=Autodesk::Max::Now()) -> Point3 Environment_GetLightTint() -> Point3
def MaxPlus.Environment_GetLightTintController | ( | ) |
Environment_GetLightTintController() -> Control
def MaxPlus.Environment_GetMap | ( | ) |
Environment_GetMap() -> Texmap
def MaxPlus.Environment_GetMapEnabled | ( | ) |
Environment_GetMapEnabled() -> bool
def MaxPlus.Environment_SetAmbient | ( | args | ) |
SetAmbient(Point3 col, TimeValue t=Autodesk::Max::Now()) Environment_SetAmbient(Point3 col)
def MaxPlus.Environment_SetAmbientController | ( | args | ) |
Environment_SetAmbientController(Control c)
def MaxPlus.Environment_SetLightLevel | ( | args | ) |
SetLightLevel(float lev, TimeValue t=Autodesk::Max::Now()) Environment_SetLightLevel(float lev)
def MaxPlus.Environment_SetLightLevelController | ( | args | ) |
Environment_SetLightLevelController(Control c)
def MaxPlus.Environment_SetLightTint | ( | args | ) |
SetLightTint(Point3 col, TimeValue t=Autodesk::Max::Now()) Environment_SetLightTint(Point3 col)
def MaxPlus.Environment_SetLightTintController | ( | args | ) |
Environment_SetLightTintController(Control c)
def MaxPlus.Environment_SetMap | ( | args | ) |
Environment_SetMap(Texmap map)
def MaxPlus.Environment_SetMapEnabled | ( | args | ) |
Environment_SetMapEnabled(bool onOff)
def MaxPlus.Face__CastFrom | ( | args | ) |
Face__CastFrom(InterfaceServer b) -> Face
def MaxPlus.Factory_CreateAnimatable | ( | args | ) |
CreateAnimatable(SClass_ID sid, Class_ID ci, bool throwOnError) -> Animatable Factory_CreateAnimatable(SClass_ID sid, Class_ID ci) -> Animatable
def MaxPlus.Factory_CreateAtmospheric | ( | args | ) |
Factory_CreateAtmospheric(Class_ID ci) -> Atmospheric
def MaxPlus.Factory_CreateBitmap | ( | args | ) |
CreateBitmap() -> Bitmap Factory_CreateBitmap(BitmapInfo bitmapInfo) -> Bitmap
def MaxPlus.Factory_CreateBoxGizmoObject | ( | ) |
Factory_CreateBoxGizmoObject() -> GizmoObject
def MaxPlus.Factory_CreateCamera | ( | args | ) |
Factory_CreateCamera(Class_ID ci) -> CameraObject
def MaxPlus.Factory_CreateCameraObject | ( | args | ) |
Factory_CreateCameraObject(int type) -> GenCamera
def MaxPlus.Factory_CreateCylGizmoObject | ( | ) |
Factory_CreateCylGizmoObject() -> GizmoObject
def MaxPlus.Factory_CreateDefaultBitmapTex | ( | ) |
Factory_CreateDefaultBitmapTex() -> BitmapTex
def MaxPlus.Factory_CreateDefaultBoolController | ( | ) |
Factory_CreateDefaultBoolController() -> Control
def MaxPlus.Factory_CreateDefaultColorController | ( | ) |
Factory_CreateDefaultColorController() -> Control
def MaxPlus.Factory_CreateDefaultCompositeTex | ( | ) |
Factory_CreateDefaultCompositeTex() -> Texmap
def MaxPlus.Factory_CreateDefaultFloatController | ( | ) |
Factory_CreateDefaultFloatController() -> Control
def MaxPlus.Factory_CreateDefaultFRGBAController | ( | ) |
Factory_CreateDefaultFRGBAController() -> Control
def MaxPlus.Factory_CreateDefaultMasterPointController | ( | ) |
Factory_CreateDefaultMasterPointController() -> Control
def MaxPlus.Factory_CreateDefaultMatrix3Controller | ( | ) |
Factory_CreateDefaultMatrix3Controller() -> Control
def MaxPlus.Factory_CreateDefaultMixTex | ( | ) |
Factory_CreateDefaultMixTex() -> Texmap
def MaxPlus.Factory_CreateDefaultMultiMtl | ( | ) |
Factory_CreateDefaultMultiMtl() -> MultiMtl
def MaxPlus.Factory_CreateDefaultMultiTileTex | ( | ) |
Factory_CreateDefaultMultiTileTex() -> Texmap
def MaxPlus.Factory_CreateDefaultPoint2Controller | ( | ) |
Factory_CreateDefaultPoint2Controller() -> Control
def MaxPlus.Factory_CreateDefaultPoint3Controller | ( | ) |
Factory_CreateDefaultPoint3Controller() -> Control
def MaxPlus.Factory_CreateDefaultPoint4Controller | ( | ) |
Factory_CreateDefaultPoint4Controller() -> Control
def MaxPlus.Factory_CreateDefaultPositionController | ( | ) |
Factory_CreateDefaultPositionController() -> Control
def MaxPlus.Factory_CreateDefaultRotationController | ( | ) |
Factory_CreateDefaultRotationController() -> Control
def MaxPlus.Factory_CreateDefaultScaleController | ( | ) |
Factory_CreateDefaultScaleController() -> Control
def MaxPlus.Factory_CreateDefaultSoundObj | ( | ) |
Factory_CreateDefaultSoundObj() -> SoundObj
def MaxPlus.Factory_CreateDefaultStdCubic | ( | ) |
Factory_CreateDefaultStdCubic() -> Texmap
def MaxPlus.Factory_CreateDefaultStdFog | ( | ) |
Factory_CreateDefaultStdFog() -> Atmospheric
def MaxPlus.Factory_CreateDefaultStdMat | ( | ) |
Factory_CreateDefaultStdMat() -> StdMat
def MaxPlus.Factory_CreateDefaultStdMirror | ( | ) |
Factory_CreateDefaultStdMirror() -> Texmap
def MaxPlus.Factory_CreateDefaultTintTex | ( | ) |
Factory_CreateDefaultTintTex() -> Texmap
def MaxPlus.Factory_CreateDerivedObject | ( | args | ) |
CreateDerivedObject(Object pob=nullptr) -> IDerivedObject Factory_CreateDerivedObject() -> IDerivedObject
def MaxPlus.Factory_CreateDirectionalLight | ( | ) |
Factory_CreateDirectionalLight() -> GenLight
def MaxPlus.Factory_CreateDummyObject | ( | ) |
Factory_CreateDummyObject() -> DummyObject
def MaxPlus.Factory_CreateFloatController | ( | args | ) |
Factory_CreateFloatController(Class_ID ci) -> Control
def MaxPlus.Factory_CreateFreeCamera | ( | ) |
Factory_CreateFreeCamera() -> GenCamera
def MaxPlus.Factory_CreateGeomObject | ( | args | ) |
Factory_CreateGeomObject(Class_ID ci) -> GeomObject
def MaxPlus.Factory_CreateGizmoObject | ( | args | ) |
Factory_CreateGizmoObject(Class_ID ci) -> GizmoObject
def MaxPlus.Factory_CreateHelperObject | ( | args | ) |
Factory_CreateHelperObject(Class_ID ci) -> HelperObject
def MaxPlus.Factory_CreateHitRegion | ( | ) |
Factory_CreateHitRegion() -> HitRegion
def MaxPlus.Factory_CreateInterpFloat | ( | ) |
Factory_CreateInterpFloat() -> Control
def MaxPlus.Factory_CreateInterpPoint2 | ( | ) |
Factory_CreateInterpPoint2() -> Control
def MaxPlus.Factory_CreateInterpPoint3 | ( | ) |
Factory_CreateInterpPoint3() -> Control
def MaxPlus.Factory_CreateInterpPoint4 | ( | ) |
Factory_CreateInterpPoint4() -> Control
def MaxPlus.Factory_CreateInterpPosition | ( | ) |
Factory_CreateInterpPosition() -> Control
def MaxPlus.Factory_CreateInterpRotation | ( | ) |
Factory_CreateInterpRotation() -> Control
def MaxPlus.Factory_CreateInterpScale | ( | ) |
Factory_CreateInterpScale() -> Control
def MaxPlus.Factory_CreateLight | ( | args | ) |
Factory_CreateLight(Class_ID ci) -> LightObject
def MaxPlus.Factory_CreateLightObject | ( | args | ) |
Factory_CreateLightObject(int type) -> GenLight
def MaxPlus.Factory_CreateLookatControl | ( | ) |
Factory_CreateLookatControl() -> Control
def MaxPlus.Factory_CreateMasterPointControl | ( | ) |
Factory_CreateMasterPointControl() -> Control
def MaxPlus.Factory_CreateMaterial | ( | args | ) |
Factory_CreateMaterial(Class_ID ci) -> Mtl
def MaxPlus.Factory_CreateMatrix3Controller | ( | args | ) |
Factory_CreateMatrix3Controller(Class_ID ci) -> Control
def MaxPlus.Factory_CreateMorphController | ( | args | ) |
Factory_CreateMorphController(Class_ID ci) -> Control
def MaxPlus.Factory_CreateNewMesh | ( | ) |
Factory_CreateNewMesh() -> Mesh
def MaxPlus.Factory_CreateNewTriObject | ( | ) |
Factory_CreateNewTriObject() -> TriObject
def MaxPlus.Factory_CreateNode | ( | args | ) |
CreateNode(Object object) -> INode Factory_CreateNode(Object object, wchar_t const * name) -> INode
def MaxPlus.Factory_CreateObject | ( | args | ) |
Factory_CreateObject(SClass_ID sid, Class_ID ci) -> Object
def MaxPlus.Factory_CreateObjectModifier | ( | args | ) |
Factory_CreateObjectModifier(Class_ID ci) -> Modifier
def MaxPlus.Factory_CreateOmniLight | ( | ) |
Factory_CreateOmniLight() -> GenLight
def MaxPlus.Factory_CreateParallelCamera | ( | ) |
Factory_CreateParallelCamera() -> GenCamera
def MaxPlus.Factory_CreatePoint3Controller | ( | args | ) |
Factory_CreatePoint3Controller(Class_ID ci) -> Control
def MaxPlus.Factory_CreatePositionController | ( | args | ) |
Factory_CreatePositionController(Class_ID ci) -> Control
def MaxPlus.Factory_CreatePRSControl | ( | ) |
Factory_CreatePRSControl() -> Control
def MaxPlus.Factory_CreateRenderElement | ( | args | ) |
Factory_CreateRenderElement(Class_ID ci) -> RenderElement
def MaxPlus.Factory_CreateRenderer | ( | args | ) |
Factory_CreateRenderer(Class_ID ci) -> Renderer
def MaxPlus.Factory_CreateRenderingEffect | ( | args | ) |
Factory_CreateRenderingEffect(Class_ID ci) -> Effect
def MaxPlus.Factory_CreateRotationController | ( | args | ) |
Factory_CreateRotationController(Class_ID ci) -> Control
def MaxPlus.Factory_CreateScaleController | ( | args | ) |
Factory_CreateScaleController(Class_ID ci) -> Control
def MaxPlus.Factory_CreateShapeObject | ( | args | ) |
Factory_CreateShapeObject(Class_ID ci) -> ShapeObject
def MaxPlus.Factory_CreateSound | ( | args | ) |
Factory_CreateSound(Class_ID ci) -> SoundObj
def MaxPlus.Factory_CreateSphereGizmoObject | ( | ) |
Factory_CreateSphereGizmoObject() -> GizmoObject
def MaxPlus.Factory_CreateStorage | ( | args | ) |
Factory_CreateStorage(UINT type) -> BitmapStorage
def MaxPlus.Factory_CreateSubObjHitList | ( | ) |
Factory_CreateSubObjHitList() -> SubObjHitList
def MaxPlus.Factory_CreateTargetedCamera | ( | ) |
Factory_CreateTargetedCamera() -> GenCamera
def MaxPlus.Factory_CreateTargetedDirectionalLight | ( | args | ) |
Factory_CreateTargetedDirectionalLight(INode target) -> GenLight
def MaxPlus.Factory_CreateTargetedSpotLight | ( | ) |
Factory_CreateTargetedSpotLight() -> GenLight
def MaxPlus.Factory_CreateTargetObject | ( | ) |
Factory_CreateTargetObject() -> Object
def MaxPlus.Factory_CreateTextureMap | ( | args | ) |
Factory_CreateTextureMap(Class_ID ci) -> Texmap
def MaxPlus.Factory_CreateWorldSpaceModifier | ( | args | ) |
Factory_CreateWorldSpaceModifier(Class_ID ci) -> Modifier
def MaxPlus.Factory_CreateWSDerivedObject | ( | args | ) |
CreateWSDerivedObject(Object pob=nullptr) -> IDerivedObject Factory_CreateWSDerivedObject() -> IDerivedObject
def MaxPlus.Factory_GetDefaultController | ( | args | ) |
Factory_GetDefaultController(SClass_ID sid) -> ClassDesc
def MaxPlus.Factory_IsCreatingObject | ( | args | ) |
IsCreatingObject(Class_ID id) -> bool Factory_IsCreatingObject() -> bool
def MaxPlus.Factory_SetDefaultBoolController | ( | args | ) |
Factory_SetDefaultBoolController(ClassDesc desc)
def MaxPlus.Factory_SetDefaultColorController | ( | args | ) |
Factory_SetDefaultColorController(ClassDesc desc)
def MaxPlus.Factory_SetDefaultController | ( | args | ) |
Factory_SetDefaultController(SClass_ID sid, ClassDesc desc)
def MaxPlus.Factory_SetDefaultFRGBAController | ( | args | ) |
Factory_SetDefaultFRGBAController(ClassDesc desc)
def MaxPlus.Factory_StartCreatingObject | ( | args | ) |
Factory_StartCreatingObject(ClassDesc cd)
def MaxPlus.Factory_StopCreating | ( | ) |
Factory_StopCreating()
def MaxPlus.FileManager_AppendToCurFilePath | ( | args | ) |
FileManager_AppendToCurFilePath(wchar_t const * toAppend) -> bool
def MaxPlus.FileManager_CanImportBitmap | ( | args | ) |
FileManager_CanImportBitmap(wchar_t const * filename) -> bool
def MaxPlus.FileManager_CanImportFile | ( | args | ) |
FileManager_CanImportFile(wchar_t const * filename) -> bool
def MaxPlus.FileManager_CheckForSave | ( | ) |
FileManager_CheckForSave() -> bool
def MaxPlus.FileManager_ChooseDirectory | ( | args | ) |
ChooseDirectory(HWND hWnd, wchar_t * title, wchar_t * dir, wchar_t * desc=None) FileManager_ChooseDirectory(HWND hWnd, wchar_t * title, wchar_t * dir)
def MaxPlus.FileManager_ConfigureBitmapPaths | ( | ) |
FileManager_ConfigureBitmapPaths() -> int
def MaxPlus.FileManager_DoesFileExist | ( | args | ) |
DoesFileExist(wchar_t const * file, bool allowDirectory=True) -> bool FileManager_DoesFileExist(wchar_t const * file) -> bool
def MaxPlus.FileManager_DoMaxFileSaveAsDlg | ( | args | ) |
DoMaxFileSaveAsDlg(WStr fileName, bool setAsCurrent=True) -> bool FileManager_DoMaxFileSaveAsDlg(WStr fileName) -> bool
def MaxPlus.FileManager_DownloadUrl | ( | args | ) |
DownloadUrl(HWND hwnd, wchar_t const * url, wchar_t const * filename, DWORD flags=0) -> bool FileManager_DownloadUrl(HWND hwnd, wchar_t const * url, wchar_t const * filename) -> bool
def MaxPlus.FileManager_Export | ( | args | ) |
Export() -> bool Export(wchar_t const * name, bool SuppressPrompts=False) -> bool FileManager_Export(wchar_t const * name) -> bool
def MaxPlus.FileManager_ExportSelected | ( | args | ) |
ExportSelected(wchar_t const * name, bool SuppressPrompts=False) -> bool FileManager_ExportSelected(wchar_t const * name) -> bool
def MaxPlus.FileManager_Fetch | ( | ) |
FileManager_Fetch()
def MaxPlus.FileManager_GetFileName | ( | ) |
FileManager_GetFileName() -> WStr
def MaxPlus.FileManager_GetFileNameAndPath | ( | ) |
FileManager_GetFileNameAndPath() -> WStr
def MaxPlus.FileManager_GetSaveRequiredFlag | ( | ) |
FileManager_GetSaveRequiredFlag() -> bool
def MaxPlus.FileManager_GetSavingVersion | ( | ) |
FileManager_GetSavingVersion() -> DWORD
def MaxPlus.FileManager_Hold | ( | ) |
FileManager_Hold()
def MaxPlus.FileManager_Import | ( | args | ) |
Import() -> bool Import(wchar_t const * name, bool SuppressPrompts=False) -> bool FileManager_Import(wchar_t const * name) -> bool
def MaxPlus.FileManager_IsAutoSaveRequired | ( | ) |
FileManager_IsAutoSaveRequired() -> bool
def MaxPlus.FileManager_IsInternetCachedFile | ( | args | ) |
FileManager_IsInternetCachedFile(wchar_t const * filename) -> bool
def MaxPlus.FileManager_IsMaxFile | ( | args | ) |
FileManager_IsMaxFile(wchar_t const * filename) -> bool
def MaxPlus.FileManager_IsSaveRequired | ( | ) |
FileManager_IsSaveRequired() -> bool
def MaxPlus.FileManager_IsSavingToFile | ( | ) |
FileManager_IsSavingToFile() -> bool
def MaxPlus.FileManager_Merge | ( | args | ) |
Merge() Merge(wchar_t const * name, bool mergeAll=False, bool selectMerged=False) -> bool Merge(wchar_t const * name, bool mergeAll=False) -> bool FileManager_Merge(wchar_t const * name) -> bool
def MaxPlus.FileManager_Open | ( | args | ) |
Open() Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True, bool RefeshViewports=True, bool SetCurrentFilePath=True) -> bool Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True, bool RefeshViewports=True) -> bool Open(wchar_t const * name, bool NoPrompts=False, bool UseFileUnits=True) -> bool Open(wchar_t const * name, bool NoPrompts=False) -> bool FileManager_Open(wchar_t const * name) -> bool
def MaxPlus.FileManager_Reset | ( | noPrompt = False | ) |
Reset(bool noPrompt=False) FileManager_Reset()
def MaxPlus.FileManager_Save | ( | args | ) |
Save() -> bool Save(wchar_t const * name, bool clearNeedSaveFlag=True, bool useNewFile=True) -> bool Save(wchar_t const * name, bool clearNeedSaveFlag=True) -> bool FileManager_Save(wchar_t const * name) -> bool
def MaxPlus.FileManager_SaveAs | ( | ) |
FileManager_SaveAs() -> bool
def MaxPlus.FileManager_SaveNodes | ( | args | ) |
FileManager_SaveNodes(INodeTab nodes, wchar_t const * fname)
def MaxPlus.FileManager_SaveNodesAsVersion | ( | args | ) |
SaveNodesAsVersion(wchar_t const * fname, INodeTab nodes, unsigned long saveAsVersion=MAX_RELEASE) -> bool FileManager_SaveNodesAsVersion(wchar_t const * fname, INodeTab nodes) -> bool
def MaxPlus.FileManager_SaveSceneAsVersion | ( | args | ) |
SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True, bool useNewFile=True, unsigned long saveAsVersion=MAX_RELEASE) -> bool SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True, bool useNewFile=True) -> bool SaveSceneAsVersion(wchar_t const * fname, bool clearNeedSaveFlag=True) -> bool FileManager_SaveSceneAsVersion(wchar_t const * fname) -> bool
def MaxPlus.FileManager_SaveSelected | ( | args | ) |
SaveSelected() FileManager_SaveSelected(wchar_t const * fname)
def MaxPlus.FileManager_SaveSelectedNodesAsVersion | ( | args | ) |
SaveSelectedNodesAsVersion(wchar_t const * fname, unsigned long saveAsVersion=MAX_RELEASE) -> bool FileManager_SaveSelectedNodesAsVersion(wchar_t const * fname) -> bool
def MaxPlus.FileManager_SetSaveRequiredFlag | ( | args | ) |
SetSaveRequiredFlag(bool requireSave=TRUE, bool requireAutoBackupSave=TRUE) SetSaveRequiredFlag(bool requireSave=TRUE) FileManager_SetSaveRequiredFlag()
def MaxPlus.FileManager_SetSavingVersion | ( | args | ) |
FileManager_SetSavingVersion(DWORD version) -> DWORD
def MaxPlus.FilterKernel__CastFrom | ( | args | ) |
FilterKernel__CastFrom(InterfaceServer b) -> FilterKernel
def MaxPlus.FlagUser__CastFrom | ( | args | ) |
FlagUser__CastFrom(InterfaceServer b) -> FlagUser
def MaxPlus.Forever | ( | ) |
Forever() -> Interval
def MaxPlus.FPInterface__CastFrom | ( | args | ) |
FPInterface__CastFrom(InterfaceServer b) -> FPInterface
def MaxPlus.FPInterfaceDesc__CastFrom | ( | args | ) |
FPInterfaceDesc__CastFrom(InterfaceServer b) -> FPInterfaceDesc
def MaxPlus.FPStaticInterface__CastFrom | ( | args | ) |
FPStaticInterface__CastFrom(InterfaceServer b) -> FPStaticInterface
def MaxPlus.FrameRendParams__CastFrom | ( | args | ) |
FrameRendParams__CastFrom(InterfaceServer b) -> FrameRendParams
def MaxPlus.GammaMgr_DeGammaCorrect | ( | args | ) |
DeGammaCorrect(float v, float gamma) -> float DeGammaCorrect(UBYTE v, float gamma) -> UBYTE GammaMgr_DeGammaCorrect(UWORD c, float gamma) -> UWORD
def MaxPlus.GammaMgr_DisplayGammaCorrect | ( | args | ) |
DisplayGammaCorrect(COLORREF col) -> COLORREF GammaMgr_DisplayGammaCorrect(Color c) -> Color
def MaxPlus.GammaMgr_Enable | ( | b = True | ) |
Enable(bool b=True) GammaMgr_Enable()
def MaxPlus.GammaMgr_GammaCorrect | ( | args | ) |
GammaCorrect(DWORD c) -> COLORREF GammaCorrect(UBYTE b) -> UBYTE GammaCorrect(float v, float gamma) -> float GammaCorrect(UBYTE v, float gamma) -> UBYTE GammaMgr_GammaCorrect(UWORD c, float gamma) -> UWORD
def MaxPlus.GammaMgr_GetDisplayGamma | ( | ) |
GammaMgr_GetDisplayGamma() -> float
def MaxPlus.GammaMgr_GetDitherPaletted | ( | ) |
GammaMgr_GetDitherPaletted() -> bool
def MaxPlus.GammaMgr_GetDitherTrue | ( | ) |
GammaMgr_GetDitherTrue() -> bool
def MaxPlus.GammaMgr_GetFileInGamma | ( | ) |
GammaMgr_GetFileInGamma() -> float
def MaxPlus.GammaMgr_GetFileOutGamma | ( | ) |
GammaMgr_GetFileOutGamma() -> float
def MaxPlus.GammaMgr_IsEnabled | ( | ) |
GammaMgr_IsEnabled() -> bool
def MaxPlus.GammaMgr_SetDisplayGamma | ( | args | ) |
GammaMgr_SetDisplayGamma(float x)
def MaxPlus.GammaMgr_SetDitherPaletted | ( | args | ) |
GammaMgr_SetDitherPaletted(bool x)
def MaxPlus.GammaMgr_SetDitherTrue | ( | args | ) |
GammaMgr_SetDitherTrue(bool x)
def MaxPlus.GammaMgr_SetFileInGamma | ( | args | ) |
GammaMgr_SetFileInGamma(float x)
def MaxPlus.GammaMgr_SetFileOutGamma | ( | args | ) |
GammaMgr_SetFileOutGamma(float x)
def MaxPlus.GenCamera__CastFrom | ( | args | ) |
GenCamera__CastFrom(InterfaceServer b) -> GenCamera
def MaxPlus.GenLight__CastFrom | ( | args | ) |
GenLight__CastFrom(InterfaceServer b) -> GenLight
def MaxPlus.GeomObject__CastFrom | ( | args | ) |
GeomObject__CastFrom(InterfaceServer b) -> GeomObject
def MaxPlus.GizmoObject__CastFrom | ( | args | ) |
GizmoObject__CastFrom(InterfaceServer b) -> GizmoObject
def MaxPlus.GraphicsWindow__CastFrom | ( | args | ) |
GraphicsWindow__CastFrom(InterfaceServer b) -> GraphicsWindow
def MaxPlus.Grid_Add | ( | args | ) |
Grid_Add(INode node)
def MaxPlus.Grid_GetActive | ( | ) |
Grid_GetActive() -> INode
def MaxPlus.Grid_GetIntensity | ( | ) |
Grid_GetIntensity() -> float
def MaxPlus.Grid_GetMajorLines | ( | ) |
Grid_GetMajorLines() -> int
def MaxPlus.Grid_GetSpacing | ( | ) |
Grid_GetSpacing() -> float
def MaxPlus.Grid_GetUseGridColor | ( | ) |
Grid_GetUseGridColor() -> bool
def MaxPlus.Grid_GetWhiteOrigin | ( | ) |
Grid_GetWhiteOrigin() -> bool
def MaxPlus.Grid_SetActive | ( | args | ) |
Grid_SetActive(INode node)
def MaxPlus.Grid_SetIntensity | ( | args | ) |
Grid_SetIntensity(float f)
def MaxPlus.Grid_SetMajorLines | ( | args | ) |
Grid_SetMajorLines(float newVal)
def MaxPlus.Grid_SetSpacing | ( | args | ) |
Grid_SetSpacing(float newVal)
def MaxPlus.Grid_SetUseGridColor | ( | args | ) |
Grid_SetUseGridColor(bool b)
def MaxPlus.Grid_SetWhiteOrigin | ( | args | ) |
Grid_SetWhiteOrigin(bool b)
def MaxPlus.HDRColor_ClipColor | ( | args | ) |
HDRColor_ClipColor(float c) -> WORD
def MaxPlus.HelperObject__CastFrom | ( | args | ) |
HelperObject__CastFrom(InterfaceServer b) -> HelperObject
def MaxPlus.HitRegion__CastFrom | ( | args | ) |
HitRegion__CastFrom(InterfaceServer b) -> HitRegion
def MaxPlus.ICustomControl__CastFrom | ( | args | ) |
ICustomControl__CastFrom(InterfaceServer b) -> ICustomControl
def MaxPlus.Identity | ( | ) |
Identity() -> Matrix3
def MaxPlus.IDerivedObject__CastFrom | ( | args | ) |
IDerivedObject__CastFrom(InterfaceServer b) -> IDerivedObject
def MaxPlus.IMultiPassCameraEffect__CastFrom | ( | args | ) |
IMultiPassCameraEffect__CastFrom(InterfaceServer b) -> IMultiPassCameraEffect
def MaxPlus.INode__CastFrom | ( | args | ) |
INode__CastFrom(InterfaceServer b) -> INode
def MaxPlus.INode__CreateWrapper | ( | args | ) |
INode__CreateWrapper(void * inode_pointer) -> INode
def MaxPlus.INode__CreateWrapperFromFPValue | ( | args | ) |
INode__CreateWrapperFromFPValue(void * fpvalue_pointer) -> INode
def MaxPlus.INode_AttachNodesToGroup | ( | args | ) |
INode_AttachNodesToGroup(INodeTab nodes, INode pTargetNode) -> bool
def MaxPlus.INode_CloseGroup | ( | args | ) |
CloseGroup(INodeTab nodes, bool selGroup=True) CloseGroup(INodeTab nodes) CloseGroup(bool selGroup=True) INode_CloseGroup()
def MaxPlus.INode_DeleteNodes | ( | args | ) |
DeleteNodes(INodeTab aNodes, bool aKeepChildTM=True, bool aRedraw=True, bool overrideSlaveTM=False) -> unsigned int DeleteNodes(INodeTab aNodes, bool aKeepChildTM=True, bool aRedraw=True) -> unsigned int DeleteNodes(INodeTab aNodes, bool aKeepChildTM=True) -> unsigned int INode_DeleteNodes(INodeTab aNodes) -> unsigned int
def MaxPlus.INode_DetachNodesFromGroup | ( | args | ) |
INode_DetachNodesFromGroup(INodeTab nodes) -> bool
def MaxPlus.INode_ExplodeNodes | ( | args | ) |
ExplodeNodes(INodeTab nodes) INode_ExplodeNodes()
def MaxPlus.INode_FindNodeFromBaseObject | ( | args | ) |
INode_FindNodeFromBaseObject(ReferenceTarget obj) -> INode
def MaxPlus.INode_FlashNodes | ( | args | ) |
INode_FlashNodes(INodeTab nodes)
def MaxPlus.INode_GetAffectChildren | ( | ) |
INode_GetAffectChildren() -> bool
def MaxPlus.INode_GetINodeByHandle | ( | args | ) |
INode_GetINodeByHandle(ULONG handle) -> INode
def MaxPlus.INode_GetINodeByName | ( | args | ) |
INode_GetINodeByName(wchar_t const * name) -> INode
def MaxPlus.INode_GetINodeFromRenderID | ( | args | ) |
INode_GetINodeFromRenderID(UWORD id) -> INode
def MaxPlus.INode_GetPivotMode | ( | ) |
INode_GetPivotMode() -> int
def MaxPlus.INode_GroupNodes | ( | args | ) |
GroupNodes(INodeTab nodes, WStr name, bool selGroup) -> INode GroupNodes(INodeTab nodes, WStr name) -> INode INode_GroupNodes(INodeTab nodes) -> INode
def MaxPlus.INode_NodeColorPicker | ( | args | ) |
INode_NodeColorPicker(HWND hWnd, DWORD & col) -> bool
def MaxPlus.INode_OpenGroup | ( | args | ) |
OpenGroup(INodeTab nodes, bool clearSel=True) OpenGroup(INodeTab nodes) OpenGroup(bool clearSel=True) INode_OpenGroup()
def MaxPlus.INode_SetAffectChildren | ( | args | ) |
INode_SetAffectChildren(bool bAffectChildren)
def MaxPlus.INode_SetNodeAttribute | ( | args | ) |
SetNodeAttribute(INodeTab nodes, int whatAttrib, int onOff) INode_SetNodeAttribute(INode node, int whatAttrib, int onOff)
def MaxPlus.INode_SetPivotMode | ( | args | ) |
INode_SetPivotMode(int pivMode)
def MaxPlus.INode_UngroupNodes | ( | args | ) |
UngroupNodes(INodeTab nodes) INode_UngroupNodes()
def MaxPlus.InterfaceServer__CastFrom | ( | args | ) |
InterfaceServer__CastFrom(InterfaceServer b) -> InterfaceServer
def MaxPlus.Interval__CreateWrapper | ( | args | ) |
Interval__CreateWrapper(void * interval_pointer) -> Interval
def MaxPlus.Interval__CreateWrapperFromFPValue | ( | args | ) |
Interval__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Interval
def MaxPlus.IObject__CastFrom | ( | args | ) |
IObject__CastFrom(InterfaceServer b) -> IObject
def MaxPlus.IParamArray__CastFrom | ( | args | ) |
IParamArray__CastFrom(InterfaceServer b) -> IParamArray
def MaxPlus.IParamBlock2__CastFrom | ( | args | ) |
IParamBlock2__CastFrom(InterfaceServer b) -> IParamBlock2
def MaxPlus.IParamBlock__CastFrom | ( | args | ) |
IParamBlock__CastFrom(InterfaceServer b) -> IParamBlock
def MaxPlus.IParamMap__CastFrom | ( | args | ) |
IParamMap__CastFrom(InterfaceServer b) -> IParamMap
def MaxPlus.IScanRenderer__CastFrom | ( | args | ) |
IScanRenderer__CastFrom(InterfaceServer b) -> IScanRenderer
def MaxPlus.ISubMap__CastFrom | ( | args | ) |
ISubMap__CastFrom(InterfaceServer b) -> ISubMap
def MaxPlus.Layer__CastFrom | ( | args | ) |
Layer__CastFrom(InterfaceServer b) -> Layer
def MaxPlus.LayerManager_AddLayer | ( | args | ) |
LayerManager_AddLayer(Layer layer) -> bool
def MaxPlus.LayerManager_CreateLayer | ( | args | ) |
CreateLayer() -> Layer LayerManager_CreateLayer(WStr name) -> Layer
def MaxPlus.LayerManager_DeleteLayer | ( | args | ) |
LayerManager_DeleteLayer(WStr name) -> bool
def MaxPlus.LayerManager_DoLayerPropDialog | ( | args | ) |
LayerManager_DoLayerPropDialog(HWND hWnd)
def MaxPlus.LayerManager_EditLayer | ( | args | ) |
LayerManager_EditLayer(WStr name)
def MaxPlus.LayerManager_GetCurrentLayer | ( | ) |
LayerManager_GetCurrentLayer() -> Layer
def MaxPlus.LayerManager_GetLayer | ( | args | ) |
GetLayer(int i) -> Layer LayerManager_GetLayer(WStr name) -> Layer
def MaxPlus.LayerManager_GetNumLayers | ( | ) |
LayerManager_GetNumLayers() -> int
def MaxPlus.LayerManager_GetPropagateToLayer | ( | ) |
LayerManager_GetPropagateToLayer() -> int
def MaxPlus.LayerManager_GetRootLayer | ( | ) |
LayerManager_GetRootLayer() -> Layer
def MaxPlus.LayerManager_GetSavedLayer | ( | args | ) |
LayerManager_GetSavedLayer(int i) -> WStr
def MaxPlus.LayerManager_Reset | ( | fileReset = True | ) |
Reset(bool fileReset=True) LayerManager_Reset()
def MaxPlus.LayerManager_SetCurrentLayer | ( | args | ) |
SetCurrentLayer(WStr name) LayerManager_SetCurrentLayer()
def MaxPlus.LayerManager_SetPropagateToLayer | ( | args | ) |
LayerManager_SetPropagateToLayer(int prop)
def MaxPlus.LightObject__CastFrom | ( | args | ) |
LightObject__CastFrom(InterfaceServer b) -> LightObject
def MaxPlus.LinearShape__CastFrom | ( | args | ) |
LinearShape__CastFrom(InterfaceServer b) -> LinearShape
def MaxPlus.MakeNameScripterCompatible | ( | args | ) |
MakeNameScripterCompatible(::MSTR & name)
def MaxPlus.MaterialEditor_CloseMtlDlg | ( | args | ) |
MaterialEditor_CloseMtlDlg(int mode)
def MaxPlus.MaterialEditor_FindMtlNameInScene | ( | args | ) |
MaterialEditor_FindMtlNameInScene(WStr name) -> Mtl
def MaxPlus.MaterialEditor_FlushMtlDlg | ( | ) |
MaterialEditor_FlushMtlDlg()
def MaxPlus.MaterialEditor_GetActiveSlot | ( | ) |
MaterialEditor_GetActiveSlot() -> int
def MaxPlus.MaterialEditor_GetMtlDlgMode | ( | ) |
MaterialEditor_GetMtlDlgMode() -> int
def MaxPlus.MaterialEditor_GetNumSlots | ( | ) |
MaterialEditor_GetNumSlots() -> int
def MaxPlus.MaterialEditor_IsMtlDlgShowing | ( | args | ) |
MaterialEditor_IsMtlDlgShowing(int mode) -> bool
def MaxPlus.MaterialEditor_IsMtlInstanced | ( | args | ) |
MaterialEditor_IsMtlInstanced(MtlBase m) -> bool
def MaxPlus.MaterialEditor_LoadMaterialLibrary | ( | args | ) |
MaterialEditor_LoadMaterialLibrary(wchar_t const * name) -> int
def MaxPlus.MaterialEditor_OpenMtlDlg | ( | args | ) |
MaterialEditor_OpenMtlDlg(int mode)
def MaxPlus.MaterialEditor_PutMaterial | ( | args | ) |
PutMaterial(MtlBase mtl, MtlBase oldMtl, bool delOld=1) MaterialEditor_PutMaterial(MtlBase mtl, MtlBase oldMtl)
def MaxPlus.MaterialEditor_SaveMaterialLibrary | ( | args | ) |
MaterialEditor_SaveMaterialLibrary(wchar_t const * name) -> int
def MaxPlus.MaterialEditor_SetActiveSlot | ( | args | ) |
MaterialEditor_SetActiveSlot(int i)
def MaxPlus.MaterialEditor_SetMtlDlgMode | ( | args | ) |
MaterialEditor_SetMtlDlgMode(int mode)
def MaxPlus.MaterialEditor_SetSlot | ( | args | ) |
MaterialEditor_SetSlot(int i, MtlBase m)
def MaxPlus.MaterialEditor_UnFlushMtlDlg | ( | ) |
MaterialEditor_UnFlushMtlDlg()
def MaxPlus.MaterialEditor_UpdateMtlEditorBrackets | ( | ) |
MaterialEditor_UpdateMtlEditorBrackets()
def MaxPlus.MaterialLibrary__CastFrom | ( | args | ) |
MaterialLibrary__CastFrom(InterfaceServer b) -> MaterialLibrary
def MaxPlus.MaterialLibrary_FileOpenMatLib | ( | args | ) |
MaterialLibrary_FileOpenMatLib(HWND hWnd)
def MaxPlus.MaterialLibrary_FileSaveAsMatLib | ( | args | ) |
MaterialLibrary_FileSaveAsMatLib(HWND hWnd)
def MaxPlus.MaterialLibrary_FileSaveMatLib | ( | args | ) |
MaterialLibrary_FileSaveMatLib(HWND hWnd)
def MaxPlus.MaterialLibrary_GetCurrentLibrary | ( | ) |
MaterialLibrary_GetCurrentLibrary() -> MaterialLibrary
def MaxPlus.MaterialLibrary_GetNumSceneMaterials | ( | ) |
MaterialLibrary_GetNumSceneMaterials() -> int
def MaxPlus.MaterialLibrary_GetSceneMaterial | ( | args | ) |
MaterialLibrary_GetSceneMaterial(int i) -> MtlBase
def MaxPlus.MaterialLibrary_GetSceneMaterialLibrary | ( | ) |
MaterialLibrary_GetSceneMaterialLibrary() -> MaterialLibrary
def MaxPlus.MaterialLibrary_LoadDefaultMaterialLibrary | ( | ) |
MaterialLibrary_LoadDefaultMaterialLibrary()
def MaxPlus.MaterialManager_DoMaterialBrowseDlg | ( | args | ) |
MaterialManager_DoMaterialBrowseDlg(HWND hParent, DWORD flags, int & newMat, int & cancel) -> MtlBase
def MaxPlus.MaterialManager_GetMatLibFileName | ( | ) |
MaterialManager_GetMatLibFileName() -> wchar_t const *
def MaxPlus.MaterialManager_GetMtlSlot | ( | args | ) |
MaterialManager_GetMtlSlot(int slot) -> MtlBase
def MaxPlus.MaterialManager_IsMtlOkForScene | ( | args | ) |
MaterialManager_IsMtlOkForScene(MtlBase m) -> bool
def MaxPlus.MaterialManager_PutMtlToMtlEditor | ( | args | ) |
PutMtlToMtlEditor(MtlBase mb, int slot=-1) MaterialManager_PutMtlToMtlEditor(MtlBase mb)
def MaxPlus.Math_BasisFromZDir | ( | args | ) |
Math_BasisFromZDir(Point3 zDir, Point3 xDir, Point3 yDir)
def MaxPlus.Math_Bias | ( | args | ) |
Math_Bias(float a, float b) -> float
def MaxPlus.Math_BoxStep | ( | args | ) |
Math_BoxStep(float a, float b, float x) -> float
def MaxPlus.Math_Clamp | ( | args | ) |
Math_Clamp(float x, float a, float b) -> float
def MaxPlus.Math_Gain | ( | args | ) |
Math_Gain(float a, float b) -> float
def MaxPlus.Math_Noise1 | ( | args | ) |
Math_Noise1(float arg) -> float
def MaxPlus.Math_Noise2 | ( | args | ) |
Math_Noise2(Point2 p) -> float
def MaxPlus.Math_Noise3 | ( | args | ) |
Math_Noise3(Point3 p) -> float
def MaxPlus.Math_Noise3DS | ( | args | ) |
Math_Noise3DS(Point3 p) -> float
def MaxPlus.Math_Noise4 | ( | args | ) |
Math_Noise4(Point3 p, float time) -> float
def MaxPlus.Math_SmoothStep | ( | args | ) |
Math_SmoothStep(float a, float b, float x) -> float
def MaxPlus.Math_SRamp | ( | args | ) |
Math_SRamp(float x, float a, float b, float d) -> float
def MaxPlus.Math_Threshold | ( | args | ) |
Math_Threshold(float x, float a, float b) -> float
def MaxPlus.Math_Turbulence | ( | args | ) |
Math_Turbulence(Point3 p, float freq) -> float
def MaxPlus.Matrix3__CreateWrapper | ( | args | ) |
Matrix3__CreateWrapper(void * matrix3_pointer) -> Matrix3
def MaxPlus.Matrix3__CreateWrapperFromFPValue | ( | args | ) |
Matrix3__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Matrix3
def MaxPlus.Matrix3_GetIdentity | ( | ) |
Matrix3_GetIdentity() -> Matrix3
def MaxPlus.Menu__CastFrom | ( | args | ) |
Menu__CastFrom(InterfaceServer b) -> Menu
def MaxPlus.MenuElement__CastFrom | ( | args | ) |
MenuElement__CastFrom(InterfaceServer b) -> MenuElement
def MaxPlus.MenuItem__CastFrom | ( | args | ) |
MenuItem__CastFrom(InterfaceServer b) -> MenuItem
def MaxPlus.MenuManager__CastFrom | ( | args | ) |
MenuManager__CastFrom(InterfaceServer b) -> MenuManager
def MaxPlus.MenuManager_FindMenu | ( | args | ) |
MenuManager_FindMenu(wchar_t const * name) -> Menu
def MaxPlus.MenuManager_GetMainMenu | ( | ) |
MenuManager_GetMainMenu() -> Menu
def MaxPlus.MenuManager_GetMenuFile | ( | ) |
MenuManager_GetMenuFile() -> wchar_t const *
def MaxPlus.MenuManager_LoadMenuFile | ( | args | ) |
MenuManager_LoadMenuFile(wchar_t const * pMenuFile) -> BOOL
def MaxPlus.MenuManager_MenuExists | ( | args | ) |
MenuManager_MenuExists(wchar_t const * name) -> bool
def MaxPlus.MenuManager_SaveMenuFile | ( | args | ) |
MenuManager_SaveMenuFile(wchar_t const * pMenuFile) -> BOOL
def MaxPlus.MenuManager_UnregisterMenu | ( | args | ) |
UnregisterMenu(wchar_t const * name) MenuManager_UnregisterMenu(Menu menu)
def MaxPlus.Mesh__CastFrom | ( | args | ) |
Mesh__CastFrom(InterfaceServer b) -> Mesh
def MaxPlus.Mesh__CreateWrapper | ( | args | ) |
Mesh__CreateWrapper(void * mesh_pointer) -> Mesh
def MaxPlus.Mesh__CreateWrapperFromFPValue | ( | args | ) |
Mesh__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Mesh
def MaxPlus.Mesh_AffectRegionFunction | ( | args | ) |
Mesh_AffectRegionFunction(float dist, float falloff, float pinch, float bubble) -> float
def MaxPlus.Mesh_CombineMeshes | ( | args | ) |
CombineMeshes(Mesh mesh, Mesh mesh1, Mesh mesh2, Matrix3 tm1, Matrix3 tm2, int whichInv=0) CombineMeshes(Mesh mesh, Mesh mesh1, Mesh mesh2, Matrix3 tm1, Matrix3 tm2) CombineMeshes(Mesh mesh, Mesh mesh1, Mesh mesh2, int whichInv=0) Mesh_CombineMeshes(Mesh mesh, Mesh mesh1, Mesh mesh2)
def MaxPlus.Mesh_GetDisplayBackFaceVertices | ( | ) |
Mesh_GetDisplayBackFaceVertices() -> bool
def MaxPlus.Mesh_GetHandleBoxType | ( | ) |
Mesh_GetHandleBoxType() -> int
def MaxPlus.Mesh_GetMapChannelID | ( | args | ) |
Mesh_GetMapChannelID(int mp) -> DWORD
def MaxPlus.Mesh_GetMapChannelNum | ( | args | ) |
Mesh_GetMapChannelNum(int mp) -> int
def MaxPlus.Mesh_GetUseVertexDots | ( | ) |
Mesh_GetUseVertexDots() -> bool
def MaxPlus.Mesh_GetUseVisEdge | ( | ) |
Mesh_GetUseVisEdge() -> bool
def MaxPlus.Mesh_GetVertexDotType | ( | ) |
Mesh_GetVertexDotType() -> int
def MaxPlus.Mesh_SetDisplayBackFaceVertices | ( | args | ) |
Mesh_SetDisplayBackFaceVertices(bool b)
def MaxPlus.Mesh_SetHandleBoxType | ( | args | ) |
Mesh_SetHandleBoxType(int t)
def MaxPlus.Mesh_SetUseVertexDots | ( | args | ) |
Mesh_SetUseVertexDots(bool b)
def MaxPlus.Mesh_SetUseVisEdge | ( | args | ) |
Mesh_SetUseVisEdge(bool b)
def MaxPlus.Mesh_SetVertexDotType | ( | args | ) |
Mesh_SetVertexDotType(int t)
def MaxPlus.Mesh_SliceMesh | ( | args | ) |
SliceMesh(Mesh mesh, Point3 N, float off, bool split=True, bool remove=True) SliceMesh(Mesh mesh, Point3 N, float off, bool split=True) Mesh_SliceMesh(Mesh mesh, Point3 N, float off)
def MaxPlus.Mesh_VertexDataType | ( | args | ) |
Mesh_VertexDataType(bool vdID) -> bool
def MaxPlus.MNEdge__CastFrom | ( | args | ) |
MNEdge__CastFrom(InterfaceServer b) -> MNEdge
def MaxPlus.MNFace__CastFrom | ( | args | ) |
MNFace__CastFrom(InterfaceServer b) -> MNFace
def MaxPlus.MNMap__CastFrom | ( | args | ) |
MNMap__CastFrom(InterfaceServer b) -> MNMap
def MaxPlus.MNMapFace__CastFrom | ( | args | ) |
MNMapFace__CastFrom(InterfaceServer b) -> MNMapFace
def MaxPlus.MNMesh__CastFrom | ( | args | ) |
MNMesh__CastFrom(InterfaceServer b) -> MNMesh
def MaxPlus.MNMesh__CreateWrapper | ( | args | ) |
MNMesh__CreateWrapper(void * mesh_pointer) -> MNMesh
def MaxPlus.MNVert__CastFrom | ( | args | ) |
MNVert__CastFrom(InterfaceServer b) -> MNVert
def MaxPlus.ModContext__CastFrom | ( | args | ) |
ModContext__CastFrom(InterfaceServer b) -> ModContext
def MaxPlus.Modifier__CastFrom | ( | args | ) |
Modifier__CastFrom(InterfaceServer b) -> Modifier
def MaxPlus.ModifierPanel_Add | ( | args | ) |
Add(INode node, Modifier mod, int beforeIdx=0) -> Autodesk::Max::ResCode::Type ModifierPanel_Add(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type
def MaxPlus.ModifierPanel_AddToSelection | ( | args | ) |
ModifierPanel_AddToSelection(Modifier mod)
def MaxPlus.ModifierPanel_Delete | ( | args | ) |
Delete(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type ModifierPanel_Delete(INode node, IDerivedObject derivedObj, int idx) -> Autodesk::Max::ResCode::Type
def MaxPlus.ModifierPanel_EnableShowEndResult | ( | args | ) |
ModifierPanel_EnableShowEndResult(bool enabled)
def MaxPlus.ModifierPanel_GetContexts | ( | args | ) |
ModifierPanel_GetContexts(INodeTab nodes) -> ModContextList
def MaxPlus.ModifierPanel_GetReplaceableObjRef | ( | args | ) |
ModifierPanel_GetReplaceableObjRef(INode node) -> Object
def MaxPlus.ModifierPanel_GetShowEndResult | ( | ) |
ModifierPanel_GetShowEndResult() -> bool
def MaxPlus.ModifierPanel_IsValid | ( | args | ) |
ModifierPanel_IsValid(INode node, Modifier mod) -> bool
def MaxPlus.ModifierPanel_SetShowEndResult | ( | args | ) |
ModifierPanel_SetShowEndResult(bool show)
def MaxPlus.Mtl__CastFrom | ( | args | ) |
Mtl__CastFrom(InterfaceServer b) -> Mtl
def MaxPlus.Mtl__CreateWrapper | ( | args | ) |
Mtl__CreateWrapper(void * mtl_pointer) -> Mtl
def MaxPlus.Mtl__CreateWrapperFromFPValue | ( | args | ) |
Mtl__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Mtl
def MaxPlus.Mtl_CombineMaterials | ( | args | ) |
Mtl_CombineMaterials(Mtl mat1, Mtl mat2, int & mat2Offset) -> Mtl
def MaxPlus.MtlBase__CastFrom | ( | args | ) |
MtlBase__CastFrom(InterfaceServer b) -> MtlBase
def MaxPlus.MtlBase__CreateWrapper | ( | args | ) |
MtlBase__CreateWrapper(void * mtlbase_pointer) -> MtlBase
def MaxPlus.MtlBase__CreateWrapperFromFPValue | ( | args | ) |
MtlBase__CreateWrapperFromFPValue(void * fpvalue_pointer) -> MtlBase
def MaxPlus.MultiMtl__CastFrom | ( | args | ) |
MultiMtl__CastFrom(InterfaceServer b) -> MultiMtl
def MaxPlus.Names_AssignNew | ( | args | ) |
AssignNew(Mtl m) Names_AssignNew(Texmap m)
def MaxPlus.Names_GetSuffixLength | ( | ) |
Names_GetSuffixLength() -> unsigned short
def MaxPlus.Names_MakeNodeNameUnique | ( | args | ) |
Names_MakeNodeNameUnique(WStr name) -> WStr
def MaxPlus.Names_SetSuffixLength | ( | args | ) |
Names_SetSuffixLength(unsigned short suffixLength)
def MaxPlus.NegInfinity | ( | ) |
NegInfinity() -> TimeValue
def MaxPlus.Never | ( | ) |
Never() -> Interval
def MaxPlus.Now | ( | ) |
Now() -> TimeValue
def MaxPlus.Object__CastFrom | ( | args | ) |
Object__CastFrom(InterfaceServer b) -> Object
def MaxPlus.OSModifier__CastFrom | ( | args | ) |
OSModifier__CastFrom(InterfaceServer b) -> OSModifier
def MaxPlus.ParamBlockDesc2__CastFrom | ( | args | ) |
ParamBlockDesc2__CastFrom(InterfaceServer b) -> ParamBlockDesc2
def MaxPlus.ParamDimension__CastFrom | ( | args | ) |
ParamDimension__CastFrom(InterfaceServer b) -> ParamDimension
def MaxPlus.ParamDimension_GetDefaultDim | ( | ) |
ParamDimension_GetDefaultDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdAngleDim | ( | ) |
ParamDimension_GetStdAngleDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdColor255Dim | ( | ) |
ParamDimension_GetStdColor255Dim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdColorDim | ( | ) |
ParamDimension_GetStdColorDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdNormalizedDim | ( | ) |
ParamDimension_GetStdNormalizedDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdPercentDim | ( | ) |
ParamDimension_GetStdPercentDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdSegmentsDim | ( | ) |
ParamDimension_GetStdSegmentsDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdTimeDim | ( | ) |
ParamDimension_GetStdTimeDim() -> ParamDimension
def MaxPlus.ParamDimension_GetStdWorldDim | ( | ) |
ParamDimension_GetStdWorldDim() -> ParamDimension
def MaxPlus.ParamDimensionBase__CastFrom | ( | args | ) |
ParamDimensionBase__CastFrom(InterfaceServer b) -> ParamDimensionBase
def MaxPlus.Parameter__CastFrom | ( | args | ) |
Parameter__CastFrom(ArrayParameter p) -> Parameter
def MaxPlus.ParticleObject__CastFrom | ( | args | ) |
ParticleObject__CastFrom(InterfaceServer b) -> ParticleObject
def MaxPlus.PathManager_GetAnimationDir | ( | ) |
PathManager_GetAnimationDir() -> wchar_t const *
def MaxPlus.PathManager_GetAppPluginPackagePrivateDir | ( | ) |
PathManager_GetAppPluginPackagePrivateDir() -> wchar_t const *
def MaxPlus.PathManager_GetAppPluginPackagePublicDir | ( | ) |
PathManager_GetAppPluginPackagePublicDir() -> wchar_t const *
def MaxPlus.PathManager_GetArchivesDir | ( | ) |
PathManager_GetArchivesDir() -> wchar_t const *
def MaxPlus.PathManager_GetAutobackDir | ( | ) |
PathManager_GetAutobackDir() -> wchar_t const *
def MaxPlus.PathManager_GetAutodeskCloudDir | ( | ) |
PathManager_GetAutodeskCloudDir() -> wchar_t const *
def MaxPlus.PathManager_GetCFDDir | ( | ) |
PathManager_GetCFDDir() -> wchar_t const *
def MaxPlus.PathManager_GetDownloadDir | ( | ) |
PathManager_GetDownloadDir() -> wchar_t const *
def MaxPlus.PathManager_GetDriversDir | ( | ) |
PathManager_GetDriversDir() -> wchar_t const *
def MaxPlus.PathManager_GetExportDir | ( | ) |
PathManager_GetExportDir() -> wchar_t const *
def MaxPlus.PathManager_GetExpressionDir | ( | ) |
PathManager_GetExpressionDir() -> wchar_t const *
def MaxPlus.PathManager_GetFluidSimulationDir | ( | ) |
PathManager_GetFluidSimulationDir() -> wchar_t const *
def MaxPlus.PathManager_GetFontDir | ( | ) |
PathManager_GetFontDir() -> wchar_t const *
def MaxPlus.PathManager_GetHelpDir | ( | ) |
PathManager_GetHelpDir() -> wchar_t const *
def MaxPlus.PathManager_GetImageDir | ( | ) |
PathManager_GetImageDir() -> wchar_t const *
def MaxPlus.PathManager_GetImportDir | ( | ) |
PathManager_GetImportDir() -> wchar_t const *
def MaxPlus.PathManager_GetManagedAssembliesDir | ( | ) |
PathManager_GetManagedAssembliesDir() -> wchar_t const *
def MaxPlus.PathManager_GetMarketDefaultsDir | ( | ) |
PathManager_GetMarketDefaultsDir() -> wchar_t const *
def MaxPlus.PathManager_GetMatlibDir | ( | ) |
PathManager_GetMatlibDir() -> wchar_t const *
def MaxPlus.PathManager_GetMaxdataDir | ( | ) |
PathManager_GetMaxdataDir() -> wchar_t const *
def MaxPlus.PathManager_GetMaxstartDir | ( | ) |
PathManager_GetMaxstartDir() -> wchar_t const *
def MaxPlus.PathManager_GetMaxSysRootDir | ( | ) |
PathManager_GetMaxSysRootDir() -> wchar_t const *
def MaxPlus.PathManager_GetNonLocalizedPluginCfg | ( | ) |
PathManager_GetNonLocalizedPluginCfg() -> wchar_t const *
def MaxPlus.PathManager_GetNonLocalizedUIDataDir | ( | ) |
PathManager_GetNonLocalizedUIDataDir() -> wchar_t const *
def MaxPlus.PathManager_GetPageFileDir | ( | ) |
PathManager_GetPageFileDir() -> wchar_t const *
def MaxPlus.PathManager_GetPhotometricDir | ( | ) |
PathManager_GetPhotometricDir() -> wchar_t const *
def MaxPlus.PathManager_GetPlugcfgDir | ( | ) |
PathManager_GetPlugcfgDir() -> wchar_t const *
def MaxPlus.PathManager_GetPluginDir | ( | args | ) |
PathManager_GetPluginDir(size_t i) -> wchar_t const *
def MaxPlus.PathManager_GetPluginDirCount | ( | ) |
PathManager_GetPluginDirCount() -> size_t
def MaxPlus.PathManager_GetPreviewDir | ( | ) |
PathManager_GetPreviewDir() -> wchar_t const *
def MaxPlus.PathManager_GetProjectFolderDir | ( | ) |
PathManager_GetProjectFolderDir() -> wchar_t const *
def MaxPlus.PathManager_GetProxiesDir | ( | ) |
PathManager_GetProxiesDir() -> wchar_t const *
def MaxPlus.PathManager_GetRenderAssetsDir | ( | ) |
PathManager_GetRenderAssetsDir() -> wchar_t const *
def MaxPlus.PathManager_GetRenderOutputDir | ( | ) |
PathManager_GetRenderOutputDir() -> wchar_t const *
def MaxPlus.PathManager_GetRenderPresetsDir | ( | ) |
PathManager_GetRenderPresetsDir() -> wchar_t const *
def MaxPlus.PathManager_GetSceneDir | ( | ) |
PathManager_GetSceneDir() -> wchar_t const *
def MaxPlus.PathManager_GetScriptsDir | ( | ) |
PathManager_GetScriptsDir() -> wchar_t const *
def MaxPlus.PathManager_GetShaderCacheDir | ( | ) |
PathManager_GetShaderCacheDir() -> wchar_t const *
def MaxPlus.PathManager_GetSoundDir | ( | ) |
PathManager_GetSoundDir() -> wchar_t const *
def MaxPlus.PathManager_GetStartupscriptsDir | ( | ) |
PathManager_GetStartupscriptsDir() -> wchar_t const *
def MaxPlus.PathManager_GetSystemCFDDir | ( | ) |
PathManager_GetSystemCFDDir() -> wchar_t const *
def MaxPlus.PathManager_GetSystemImageDir | ( | ) |
PathManager_GetSystemImageDir() -> wchar_t const *
def MaxPlus.PathManager_GetSystemPhotometricDir | ( | ) |
PathManager_GetSystemPhotometricDir() -> wchar_t const *
def MaxPlus.PathManager_GetSystemSoundDir | ( | ) |
PathManager_GetSystemSoundDir() -> wchar_t const *
def MaxPlus.PathManager_GetTempDir | ( | ) |
PathManager_GetTempDir() -> wchar_t const *
def MaxPlus.PathManager_GetUiDir | ( | ) |
PathManager_GetUiDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserIconsDir | ( | ) |
PathManager_GetUserIconsDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserMacrosDir | ( | ) |
PathManager_GetUserMacrosDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserScriptsDir | ( | ) |
PathManager_GetUserScriptsDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserSettingsDir | ( | ) |
PathManager_GetUserSettingsDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserStartupscriptsDir | ( | ) |
PathManager_GetUserStartupscriptsDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserStartupTemplatesDir | ( | ) |
PathManager_GetUserStartupTemplatesDir() -> wchar_t const *
def MaxPlus.PathManager_GetUserToolsDir | ( | ) |
PathManager_GetUserToolsDir() -> wchar_t const *
def MaxPlus.PathManager_GetVpostDir | ( | ) |
PathManager_GetVpostDir() -> wchar_t const *
def MaxPlus.PathManager_SetAnimationDir | ( | args | ) |
PathManager_SetAnimationDir(wchar_t const * dir)
def MaxPlus.PathManager_SetAppPluginPackagePrivateDir | ( | args | ) |
PathManager_SetAppPluginPackagePrivateDir(wchar_t const * dir)
def MaxPlus.PathManager_SetAppPluginPackagePublicDir | ( | args | ) |
PathManager_SetAppPluginPackagePublicDir(wchar_t const * dir)
def MaxPlus.PathManager_SetArchivesDir | ( | args | ) |
PathManager_SetArchivesDir(wchar_t const * dir)
def MaxPlus.PathManager_SetAutobackDir | ( | args | ) |
PathManager_SetAutobackDir(wchar_t const * dir)
def MaxPlus.PathManager_SetAutodeskCloudDir | ( | args | ) |
PathManager_SetAutodeskCloudDir(wchar_t const * dir)
def MaxPlus.PathManager_SetCFDDir | ( | args | ) |
PathManager_SetCFDDir(wchar_t const * dir)
def MaxPlus.PathManager_SetDownloadDir | ( | args | ) |
PathManager_SetDownloadDir(wchar_t const * dir)
def MaxPlus.PathManager_SetDriversDir | ( | args | ) |
PathManager_SetDriversDir(wchar_t const * dir)
def MaxPlus.PathManager_SetExportDir | ( | args | ) |
PathManager_SetExportDir(wchar_t const * dir)
def MaxPlus.PathManager_SetExpressionDir | ( | args | ) |
PathManager_SetExpressionDir(wchar_t const * dir)
def MaxPlus.PathManager_SetFluidSimulationDir | ( | args | ) |
PathManager_SetFluidSimulationDir(wchar_t const * dir)
def MaxPlus.PathManager_SetFontDir | ( | args | ) |
PathManager_SetFontDir(wchar_t const * dir)
def MaxPlus.PathManager_SetHelpDir | ( | args | ) |
PathManager_SetHelpDir(wchar_t const * dir)
def MaxPlus.PathManager_SetImageDir | ( | args | ) |
PathManager_SetImageDir(wchar_t const * dir)
def MaxPlus.PathManager_SetImportDir | ( | args | ) |
PathManager_SetImportDir(wchar_t const * dir)
def MaxPlus.PathManager_SetManagedAssembliesDir | ( | args | ) |
PathManager_SetManagedAssembliesDir(wchar_t const * dir)
def MaxPlus.PathManager_SetMarketDefaultsDir | ( | args | ) |
PathManager_SetMarketDefaultsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetMatlibDir | ( | args | ) |
PathManager_SetMatlibDir(wchar_t const * dir)
def MaxPlus.PathManager_SetMaxdataDir | ( | args | ) |
PathManager_SetMaxdataDir(wchar_t const * dir)
def MaxPlus.PathManager_SetMaxstartDir | ( | args | ) |
PathManager_SetMaxstartDir(wchar_t const * dir)
def MaxPlus.PathManager_SetMaxSysRootDir | ( | args | ) |
PathManager_SetMaxSysRootDir(wchar_t const * dir)
def MaxPlus.PathManager_SetNonLocalizedPluginCfg | ( | args | ) |
PathManager_SetNonLocalizedPluginCfg(wchar_t const * dir)
def MaxPlus.PathManager_SetNonLocalizedUIDataDir | ( | args | ) |
PathManager_SetNonLocalizedUIDataDir(wchar_t const * dir)
def MaxPlus.PathManager_SetPageFileDir | ( | args | ) |
PathManager_SetPageFileDir(wchar_t const * dir)
def MaxPlus.PathManager_SetPhotometricDir | ( | args | ) |
PathManager_SetPhotometricDir(wchar_t const * dir)
def MaxPlus.PathManager_SetPlugcfgDir | ( | args | ) |
PathManager_SetPlugcfgDir(wchar_t const * dir)
def MaxPlus.PathManager_SetPreviewDir | ( | args | ) |
PathManager_SetPreviewDir(wchar_t const * dir)
def MaxPlus.PathManager_SetProjectFolderDir | ( | args | ) |
PathManager_SetProjectFolderDir(wchar_t const * dir)
def MaxPlus.PathManager_SetProxiesDir | ( | args | ) |
PathManager_SetProxiesDir(wchar_t const * dir)
def MaxPlus.PathManager_SetRenderAssetsDir | ( | args | ) |
PathManager_SetRenderAssetsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetRenderOutputDir | ( | args | ) |
PathManager_SetRenderOutputDir(wchar_t const * dir)
def MaxPlus.PathManager_SetRenderPresetsDir | ( | args | ) |
PathManager_SetRenderPresetsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSceneDir | ( | args | ) |
PathManager_SetSceneDir(wchar_t const * dir)
def MaxPlus.PathManager_SetScriptsDir | ( | args | ) |
PathManager_SetScriptsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetShaderCacheDir | ( | args | ) |
PathManager_SetShaderCacheDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSoundDir | ( | args | ) |
PathManager_SetSoundDir(wchar_t const * dir)
def MaxPlus.PathManager_SetStartupscriptsDir | ( | args | ) |
PathManager_SetStartupscriptsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSystemCFDDir | ( | args | ) |
PathManager_SetSystemCFDDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSystemImageDir | ( | args | ) |
PathManager_SetSystemImageDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSystemPhotometricDir | ( | args | ) |
PathManager_SetSystemPhotometricDir(wchar_t const * dir)
def MaxPlus.PathManager_SetSystemSoundDir | ( | args | ) |
PathManager_SetSystemSoundDir(wchar_t const * dir)
def MaxPlus.PathManager_SetTempDir | ( | args | ) |
PathManager_SetTempDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUiDir | ( | args | ) |
PathManager_SetUiDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserIconsDir | ( | args | ) |
PathManager_SetUserIconsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserMacrosDir | ( | args | ) |
PathManager_SetUserMacrosDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserScriptsDir | ( | args | ) |
PathManager_SetUserScriptsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserSettingsDir | ( | args | ) |
PathManager_SetUserSettingsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserStartupscriptsDir | ( | args | ) |
PathManager_SetUserStartupscriptsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserStartupTemplatesDir | ( | args | ) |
PathManager_SetUserStartupTemplatesDir(wchar_t const * dir)
def MaxPlus.PathManager_SetUserToolsDir | ( | args | ) |
PathManager_SetUserToolsDir(wchar_t const * dir)
def MaxPlus.PathManager_SetVpostDir | ( | args | ) |
PathManager_SetVpostDir(wchar_t const * dir)
def MaxPlus.PluginManager_GetClassInfo | ( | args | ) |
PluginManager_GetClassInfo(int n) -> ClassInfo
def MaxPlus.PluginManager_GetClassList | ( | ) |
PluginManager_GetClassList() -> ClassList
def MaxPlus.PluginManager_GetNumClasses | ( | ) |
PluginManager_GetNumClasses() -> int
def MaxPlus.PluginManager_GetNumPluginDlls | ( | ) |
PluginManager_GetNumPluginDlls() -> int
def MaxPlus.PluginManager_GetPluginDll | ( | args | ) |
PluginManager_GetPluginDll(int n) -> PluginDll
def MaxPlus.Point2__CreateWrapper | ( | args | ) |
Point2__CreateWrapper(void * point2_pointer) -> Point2
def MaxPlus.Point2__CreateWrapperFromFPValue | ( | args | ) |
Point2__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Point2
def MaxPlus.Point2_GetOrigin | ( | ) |
Point2_GetOrigin() -> Point2
def MaxPlus.Point2_GetXAxis | ( | ) |
Point2_GetXAxis() -> Point2
def MaxPlus.Point2_GetYAxis | ( | ) |
Point2_GetYAxis() -> Point2
def MaxPlus.Point3__CreateWrapper | ( | args | ) |
Point3__CreateWrapper(void * point3_pointer) -> Point3
def MaxPlus.Point3__CreateWrapperFromFPValue | ( | args | ) |
Point3__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Point3
def MaxPlus.Point3_GetOrigin | ( | ) |
Point3_GetOrigin() -> Point3
def MaxPlus.Point3_GetXAxis | ( | ) |
Point3_GetXAxis() -> Point3
def MaxPlus.Point3_GetYAxis | ( | ) |
Point3_GetYAxis() -> Point3
def MaxPlus.Point3_GetZAxis | ( | ) |
Point3_GetZAxis() -> Point3
def MaxPlus.Point4__CreateWrapper | ( | args | ) |
Point4__CreateWrapper(void * point4_pointer) -> Point4
def MaxPlus.Point4__CreateWrapperFromFPValue | ( | args | ) |
Point4__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Point4
def MaxPlus.Point4_GetOrigin | ( | ) |
Point4_GetOrigin() -> Point4
def MaxPlus.Point4_GetWAxis | ( | ) |
Point4_GetWAxis() -> Point4
def MaxPlus.Point4_GetXAxis | ( | ) |
Point4_GetXAxis() -> Point4
def MaxPlus.Point4_GetYAxis | ( | ) |
Point4_GetYAxis() -> Point4
def MaxPlus.Point4_GetZAxis | ( | ) |
Point4_GetZAxis() -> Point4
def MaxPlus.PolyLine__CastFrom | ( | args | ) |
PolyLine__CastFrom(InterfaceServer b) -> PolyLine
def MaxPlus.PolyObject__CastFrom | ( | args | ) |
PolyObject__CastFrom(InterfaceServer b) -> PolyObject
def MaxPlus.PolyShape__CastFrom | ( | args | ) |
PolyShape__CastFrom(InterfaceServer b) -> PolyShape
def MaxPlus.PosInfinity | ( | ) |
PosInfinity() -> TimeValue
def MaxPlus.PreferencesFileEncoding_CodePageForLanguage | ( | args | ) |
PreferencesFileEncoding_CodePageForLanguage(LANGID id) -> UINT
def MaxPlus.PreferencesFileEncoding_DefaultTextLoadCodePage | ( | ) |
PreferencesFileEncoding_DefaultTextLoadCodePage() -> UINT
def MaxPlus.PreferencesFileEncoding_DefaultTextSaveCodePage | ( | allow_utf8 = False | ) |
DefaultTextSaveCodePage(bool allow_utf8=False) -> UINT PreferencesFileEncoding_DefaultTextSaveCodePage() -> UINT
def MaxPlus.PreferencesFileEncoding_LanguageToUseForFileIO | ( | ) |
PreferencesFileEncoding_LanguageToUseForFileIO() -> LANGID
def MaxPlus.PreferencesFileEncoding_LegacyFilesCanBeStoredUsingUTF8 | ( | ) |
PreferencesFileEncoding_LegacyFilesCanBeStoredUsingUTF8() -> bool
def MaxPlus.PreferencesFileEncoding_OverrideLanguageSpecifiedInSceneFile | ( | ) |
PreferencesFileEncoding_OverrideLanguageSpecifiedInSceneFile() -> bool
def MaxPlus.PreferencesFileEncoding_SetLanguageToUseForFileIO | ( | args | ) |
PreferencesFileEncoding_SetLanguageToUseForFileIO(LANGID id) -> bool
def MaxPlus.PreferencesFileEncoding_SetLegacyFilesCanBeStoredUsingUTF8 | ( | args | ) |
PreferencesFileEncoding_SetLegacyFilesCanBeStoredUsingUTF8(bool allowUTF8)
def MaxPlus.PreferencesFileEncoding_SetOverrideLanguageSpecifiedInSceneFile | ( | args | ) |
PreferencesFileEncoding_SetOverrideLanguageSpecifiedInSceneFile(bool overrideFileLangID)
def MaxPlus.PreferencesFileEncoding_SetUseCodePageSpecifiedInSceneFile | ( | args | ) |
PreferencesFileEncoding_SetUseCodePageSpecifiedInSceneFile(bool useFileCodePage)
def MaxPlus.PreferencesFileEncoding_UseCodePageSpecifiedInSceneFile | ( | ) |
PreferencesFileEncoding_UseCodePageSpecifiedInSceneFile() -> bool
def MaxPlus.PreferencesRendering_GetRendDither256 | ( | ) |
PreferencesRendering_GetRendDither256() -> bool
def MaxPlus.PreferencesRendering_GetRendDitherTrue | ( | ) |
PreferencesRendering_GetRendDitherTrue() -> bool
def MaxPlus.PreferencesRendering_GetRendFieldOrder | ( | ) |
PreferencesRendering_GetRendFieldOrder() -> int
def MaxPlus.PreferencesRendering_GetRendMultiThread | ( | ) |
PreferencesRendering_GetRendMultiThread() -> bool
def MaxPlus.PreferencesRendering_GetRendNThSerial | ( | ) |
PreferencesRendering_GetRendNThSerial() -> bool
def MaxPlus.PreferencesRendering_GetRendNTSC_PAL | ( | ) |
PreferencesRendering_GetRendNTSC_PAL() -> int
def MaxPlus.PreferencesRendering_GetRendSuperBlackThresh | ( | ) |
PreferencesRendering_GetRendSuperBlackThresh() -> int
def MaxPlus.PreferencesRendering_GetRendVidCorrectMethod | ( | ) |
PreferencesRendering_GetRendVidCorrectMethod() -> int
def MaxPlus.PreferencesRendering_SetRendDither256 | ( | args | ) |
PreferencesRendering_SetRendDither256(bool onOff)
def MaxPlus.PreferencesRendering_SetRendDitherTrue | ( | args | ) |
PreferencesRendering_SetRendDitherTrue(bool onOff)
def MaxPlus.PreferencesRendering_SetRendFieldOrder | ( | args | ) |
PreferencesRendering_SetRendFieldOrder(int fo)
def MaxPlus.PreferencesRendering_SetRendMultiThread | ( | args | ) |
PreferencesRendering_SetRendMultiThread(bool onOff)
def MaxPlus.PreferencesRendering_SetRendNThSerial | ( | args | ) |
PreferencesRendering_SetRendNThSerial(bool onOff)
def MaxPlus.PreferencesRendering_SetRendNTSC_PAL | ( | args | ) |
PreferencesRendering_SetRendNTSC_PAL(int np)
def MaxPlus.PreferencesRendering_SetRendSuperBlackThresh | ( | args | ) |
PreferencesRendering_SetRendSuperBlackThresh(int sb)
def MaxPlus.PreferencesRendering_SetRendVidCorrectMethod | ( | args | ) |
PreferencesRendering_SetRendVidCorrectMethod(int m)
def MaxPlus.PreviewParams_GetViewportPreview | ( | ) |
PreviewParams_GetViewportPreview() -> PreviewParams
def MaxPlus.QtHelpers_AttachQWidgetToMax | ( | args | ) |
AttachQWidgetToMax(UINT_PTR winId, bool isModelessDlg=True) QtHelpers_AttachQWidgetToMax(UINT_PTR winId)
def MaxPlus.QtHelpers_CreateHIconsFromMultiResIcon | ( | args | ) |
QtHelpers_CreateHIconsFromMultiResIcon(HICONWrapperList hicons, wchar_t const * iconName)
def MaxPlus.QtHelpers_GetQmaxMainWindow | ( | ) |
QtHelpers_GetQmaxMainWindow() -> UINT_PTR
def MaxPlus.QuadMenu__CastFrom | ( | args | ) |
QuadMenu__CastFrom(InterfaceServer b) -> QuadMenu
def MaxPlus.Quat__CreateWrapper | ( | args | ) |
Quat__CreateWrapper(void * quat_pointer) -> Quat
def MaxPlus.Quat__CreateWrapperFromFPValue | ( | args | ) |
Quat__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Quat
def MaxPlus.RadiosityEffect__CastFrom | ( | args | ) |
RadiosityEffect__CastFrom(InterfaceServer b) -> RadiosityEffect
def MaxPlus.Ray__CreateWrapper | ( | args | ) |
Ray__CreateWrapper(void * ray_pointer) -> Ray
def MaxPlus.Ray__CreateWrapperFromFPValue | ( | args | ) |
Ray__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Ray
def MaxPlus.RealWorldMapSizeInterface__CastFrom | ( | args | ) |
RealWorldMapSizeInterface__CastFrom(InterfaceServer b) -> RealWorldMapSizeInterface
def MaxPlus.ReferenceMaker__CastFrom | ( | args | ) |
ReferenceMaker__CastFrom(InterfaceServer b) -> ReferenceMaker
def MaxPlus.ReferenceMaker__CreateWrapper | ( | args | ) |
ReferenceMaker__CreateWrapper(void * referencemaker_pointer) -> ReferenceMaker
def MaxPlus.ReferenceMaker__CreateWrapperFromFPValue | ( | args | ) |
ReferenceMaker__CreateWrapperFromFPValue(void * fpvalue_pointer) -> ReferenceMaker
def MaxPlus.ReferenceTarget__CastFrom | ( | args | ) |
ReferenceTarget__CastFrom(InterfaceServer b) -> ReferenceTarget
def MaxPlus.ReferenceTarget__CreateWrapper | ( | args | ) |
ReferenceTarget__CreateWrapper(void * referencetarget_pointer) -> ReferenceTarget
def MaxPlus.ReferenceTarget__CreateWrapperFromFPValue | ( | args | ) |
ReferenceTarget__CreateWrapperFromFPValue(void * fpvalue_pointer) -> ReferenceTarget
def MaxPlus.RenderElement__CastFrom | ( | args | ) |
RenderElement__CastFrom(InterfaceServer b) -> RenderElement
def MaxPlus.RenderElementMgr__CastFrom | ( | args | ) |
RenderElementMgr__CastFrom(InterfaceServer b) -> RenderElementMgr
def MaxPlus.Renderer__CastFrom | ( | args | ) |
Renderer__CastFrom(InterfaceServer b) -> Renderer
def MaxPlus.RenderExecute_Close | ( | args | ) |
RenderExecute_Close(Renderer pRenderer)
def MaxPlus.RenderExecute_CloseCurrent | ( | ) |
RenderExecute_CloseCurrent()
def MaxPlus.RenderExecute_CreatePreview | ( | args | ) |
CreatePreview(PreviewParams pvp) RenderExecute_CreatePreview()
def MaxPlus.RenderExecute_Open | ( | args | ) |
Open(Renderer pRenderer, INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(Renderer pRenderer, INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(Renderer pRenderer, INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool Open(Renderer pRenderer, INode camNode) -> bool Open(Renderer pRenderer, Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(Renderer pRenderer, Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(Renderer pRenderer, Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool Open(Renderer pRenderer, Viewport view) -> bool Open(Renderer pRenderer, ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(Renderer pRenderer, ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(Renderer pRenderer, ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool Open(Renderer pRenderer, ViewParams vpar) -> bool Open(INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(INode camNode, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool Open(INode camNode) -> bool Open(Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(Viewport view, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool Open(Viewport view) -> bool Open(ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0, int h=0) -> bool Open(ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL, int w=0) -> bool Open(ViewParams vpar, Autodesk::Max::RendType::Type type=(RendType::Type) RENDTYPE_NORMAL) -> bool RenderExecute_Open(ViewParams vpar) -> bool
def MaxPlus.RenderExecute_QuickRender | ( | args | ) |
QuickRender(Bitmap rendbm, TimeValue t=Autodesk::Max::Now()) -> bool QuickRender(Bitmap rendbm) -> bool QuickRender(TimeValue t=Autodesk::Max::Now()) -> bool RenderExecute_QuickRender() -> bool
def MaxPlus.RenderExecute_RenderFrame | ( | args | ) |
RenderFrame(Renderer pRenderer, Bitmap rendbm, TimeValue t=Autodesk::Max::Now(), float frameDur=1.0) -> bool RenderFrame(Renderer pRenderer, Bitmap rendbm, TimeValue t=Autodesk::Max::Now()) -> bool RenderFrame(Renderer pRenderer, Bitmap rendbm) -> bool RenderFrame(Renderer pRenderer, Bitmap rendbm, ViewParams vpar, TimeValue t=Autodesk::Max::Now(), float frameDur=1.0) -> bool RenderFrame(Renderer pRenderer, Bitmap rendbm, ViewParams vpar, TimeValue t=Autodesk::Max::Now()) -> bool RenderFrame(Renderer pRenderer, Bitmap rendbm, ViewParams vpar) -> bool RenderFrame(Bitmap rendbm, TimeValue t=Autodesk::Max::Now(), float frameDur=1.0) -> bool RenderFrame(Bitmap rendbm, TimeValue t=Autodesk::Max::Now()) -> bool RenderFrame(Bitmap rendbm) -> bool RenderFrame(Bitmap rendbm, ViewParams vpar, TimeValue t=Autodesk::Max::Now(), float frameDur=1.0) -> bool RenderFrame(Bitmap rendbm, ViewParams vpar, TimeValue t=Autodesk::Max::Now()) -> bool RenderExecute_RenderFrame(Bitmap rendbm, ViewParams vpar) -> bool
def MaxPlus.RenderSettings_BeginProgressiveMode | ( | ) |
RenderSettings_BeginProgressiveMode()
def MaxPlus.RenderSettings_CancelDialog | ( | ) |
RenderSettings_CancelDialog()
def MaxPlus.RenderSettings_CloseDialog | ( | ) |
RenderSettings_CloseDialog()
def MaxPlus.RenderSettings_ColorById | ( | args | ) |
RenderSettings_ColorById(DWORD id, Color c)
def MaxPlus.RenderSettings_CommitDialogParameters | ( | ) |
RenderSettings_CommitDialogParameters()
def MaxPlus.RenderSettings_CreateDefault | ( | args | ) |
RenderSettings_CreateDefault(Autodesk::Max::RenderSettingID::Type id) -> Renderer
def MaxPlus.RenderSettings_CreateDefaultScanline | ( | ) |
RenderSettings_CreateDefaultScanline() -> IScanRenderer
def MaxPlus.RenderSettings_DialogOpen | ( | ) |
RenderSettings_DialogOpen() -> bool
def MaxPlus.RenderSettings_EndProgressiveMode | ( | ) |
RenderSettings_EndProgressiveMode()
def MaxPlus.RenderSettings_FormatRenderTime | ( | args | ) |
FormatRenderTime(DWORD msec, WStr str, bool hundredths=False) RenderSettings_FormatRenderTime(DWORD msec, WStr str)
def MaxPlus.RenderSettings_Get | ( | args | ) |
Get(Autodesk::Max::RenderSettingID::Type renderSettingID, bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_Get(Autodesk::Max::RenderSettingID::Type renderSettingID) -> Renderer
def MaxPlus.RenderSettings_GetActualMEditRenderer | ( | createRendererIfItDoesntExist = True | ) |
GetActualMEditRenderer(bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_GetActualMEditRenderer() -> Renderer
def MaxPlus.RenderSettings_GetApertureWidth | ( | ) |
RenderSettings_GetApertureWidth() -> float
def MaxPlus.RenderSettings_GetAreaType | ( | ) |
RenderSettings_GetAreaType() -> int
def MaxPlus.RenderSettings_GetAtmosphere | ( | ) |
RenderSettings_GetAtmosphere() -> bool
def MaxPlus.RenderSettings_GetCamera | ( | ) |
RenderSettings_GetCamera() -> INode
def MaxPlus.RenderSettings_GetColorCheck | ( | ) |
RenderSettings_GetColorCheck() -> bool
def MaxPlus.RenderSettings_GetCurrent | ( | createRendererIfItDoesntExist = True | ) |
GetCurrent(bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_GetCurrent() -> Renderer
def MaxPlus.RenderSettings_GetCurrentRenderElementManager | ( | ) |
RenderSettings_GetCurrentRenderElementManager() -> RenderElementMgr
def MaxPlus.RenderSettings_GetCurrentSetting | ( | ) |
RenderSettings_GetCurrentSetting() -> Autodesk::Max::RenderSettingID::Type
def MaxPlus.RenderSettings_GetDefaultRendererClassID | ( | args | ) |
RenderSettings_GetDefaultRendererClassID(Autodesk::Max::RenderSettingID::Type renderSettingID) -> Class_ID
def MaxPlus.RenderSettings_GetDeviceBitmapInfo | ( | ) |
RenderSettings_GetDeviceBitmapInfo() -> BitmapInfo
def MaxPlus.RenderSettings_GetDisplacement | ( | ) |
RenderSettings_GetDisplacement() -> bool
def MaxPlus.RenderSettings_GetDraft | ( | createRendererIfItDoesntExist = True | ) |
GetDraft(bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_GetDraft() -> Renderer
def MaxPlus.RenderSettings_GetEffects | ( | ) |
RenderSettings_GetEffects() -> bool
def MaxPlus.RenderSettings_GetEnd | ( | ) |
RenderSettings_GetEnd() -> TimeValue
def MaxPlus.RenderSettings_GetFileBitmapInfo | ( | ) |
RenderSettings_GetFileBitmapInfo() -> BitmapInfo
def MaxPlus.RenderSettings_GetFileNumberBase | ( | ) |
RenderSettings_GetFileNumberBase() -> int
def MaxPlus.RenderSettings_GetForce2Side | ( | ) |
RenderSettings_GetForce2Side() -> bool
def MaxPlus.RenderSettings_GetFrameList | ( | args | ) |
RenderSettings_GetFrameList(IntList frameNums)
def MaxPlus.RenderSettings_GetHeight | ( | ) |
RenderSettings_GetHeight() -> int
def MaxPlus.RenderSettings_GetHidden | ( | ) |
RenderSettings_GetHidden() -> bool
def MaxPlus.RenderSettings_GetImageAspectRatio | ( | ) |
RenderSettings_GetImageAspectRatio() -> float
def MaxPlus.RenderSettings_GetImageSequenceType | ( | ) |
RenderSettings_GetImageSequenceType() -> int
def MaxPlus.RenderSettings_GetLastRenderedImage | ( | ) |
RenderSettings_GetLastRenderedImage() -> Bitmap
def MaxPlus.RenderSettings_GetLocalPreScript | ( | ) |
RenderSettings_GetLocalPreScript() -> bool
def MaxPlus.RenderSettings_GetMEditRenderer | ( | createRendererIfItDoesntExist = True | ) |
GetMEditRenderer(bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_GetMEditRenderer() -> Renderer
def MaxPlus.RenderSettings_GetMEditRendererLocked | ( | ) |
RenderSettings_GetMEditRendererLocked() -> bool
def MaxPlus.RenderSettings_GetMEditRendererLocked_Default | ( | ) |
RenderSettings_GetMEditRendererLocked_Default() -> bool
def MaxPlus.RenderSettings_GetNThFrame | ( | ) |
RenderSettings_GetNThFrame() -> int
def MaxPlus.RenderSettings_GetOutputFile | ( | ) |
RenderSettings_GetOutputFile() -> wchar_t const *
def MaxPlus.RenderSettings_GetPickFramesString | ( | ) |
RenderSettings_GetPickFramesString() -> WStr
def MaxPlus.RenderSettings_GetPixelAspectRatio | ( | ) |
RenderSettings_GetPixelAspectRatio() -> float
def MaxPlus.RenderSettings_GetPostScriptFile | ( | ) |
RenderSettings_GetPostScriptFile() -> WStr
def MaxPlus.RenderSettings_GetPreScriptFile | ( | ) |
RenderSettings_GetPreScriptFile() -> WStr
def MaxPlus.RenderSettings_GetPresetCount | ( | ) |
RenderSettings_GetPresetCount() -> int
def MaxPlus.RenderSettings_GetPresetDisplayName | ( | args | ) |
RenderSettings_GetPresetDisplayName(int i) -> wchar_t const *
def MaxPlus.RenderSettings_GetPresetFileName | ( | args | ) |
RenderSettings_GetPresetFileName(int i) -> wchar_t const *
def MaxPlus.RenderSettings_GetProduction | ( | createRendererIfItDoesntExist = True | ) |
GetProduction(bool createRendererIfItDoesntExist=True) -> Renderer RenderSettings_GetProduction() -> Renderer
def MaxPlus.RenderSettings_GetRenderElementMgr | ( | args | ) |
RenderSettings_GetRenderElementMgr(Autodesk::Max::RenderSettingID::Type renderSettingID) -> RenderElementMgr
def MaxPlus.RenderSettings_GetSaveFile | ( | ) |
RenderSettings_GetSaveFile() -> bool
def MaxPlus.RenderSettings_GetShowVFB | ( | ) |
RenderSettings_GetShowVFB() -> bool
def MaxPlus.RenderSettings_GetSimplifyAreaLights | ( | ) |
RenderSettings_GetSimplifyAreaLights() -> bool
def MaxPlus.RenderSettings_GetSkipFrames | ( | ) |
RenderSettings_GetSkipFrames() -> bool
def MaxPlus.RenderSettings_GetStart | ( | ) |
RenderSettings_GetStart() -> TimeValue
def MaxPlus.RenderSettings_GetSuperBlack | ( | ) |
RenderSettings_GetSuperBlack() -> bool
def MaxPlus.RenderSettings_GetTimeType | ( | ) |
RenderSettings_GetTimeType() -> int
def MaxPlus.RenderSettings_GetToFields | ( | ) |
RenderSettings_GetToFields() -> bool
def MaxPlus.RenderSettings_GetUseActiveView | ( | ) |
RenderSettings_GetUseActiveView() -> bool
def MaxPlus.RenderSettings_GetUseDevice | ( | ) |
RenderSettings_GetUseDevice() -> bool
def MaxPlus.RenderSettings_GetUseDraft | ( | ) |
RenderSettings_GetUseDraft() -> bool
def MaxPlus.RenderSettings_GetUseImageSequence | ( | ) |
RenderSettings_GetUseImageSequence() -> bool
def MaxPlus.RenderSettings_GetUseIterative | ( | ) |
RenderSettings_GetUseIterative() -> bool
def MaxPlus.RenderSettings_GetUseNet | ( | ) |
RenderSettings_GetUseNet() -> bool
def MaxPlus.RenderSettings_GetUsePostScript | ( | ) |
RenderSettings_GetUsePostScript() -> bool
def MaxPlus.RenderSettings_GetUsePreScript | ( | ) |
RenderSettings_GetUsePreScript() -> bool
def MaxPlus.RenderSettings_GetViewID | ( | ) |
RenderSettings_GetViewID() -> int
def MaxPlus.RenderSettings_GetViewParamsFromNode | ( | args | ) |
RenderSettings_GetViewParamsFromNode(INode vnode, ViewParams vp, TimeValue t)
def MaxPlus.RenderSettings_GetWidth | ( | ) |
RenderSettings_GetWidth() -> int
def MaxPlus.RenderSettings_InProgressiveMode | ( | ) |
RenderSettings_InProgressiveMode() -> bool
def MaxPlus.RenderSettings_IsActive | ( | ) |
RenderSettings_IsActive() -> bool
def MaxPlus.RenderSettings_OpenDialog | ( | ) |
RenderSettings_OpenDialog()
def MaxPlus.RenderSettings_Set | ( | args | ) |
RenderSettings_Set(Autodesk::Max::RenderSettingID::Type renderSettingID, Renderer rend)
def MaxPlus.RenderSettings_SetApertureWidth | ( | args | ) |
RenderSettings_SetApertureWidth(float aw)
def MaxPlus.RenderSettings_SetAreaType | ( | args | ) |
RenderSettings_SetAreaType(int rtype)
def MaxPlus.RenderSettings_SetAtmosphere | ( | args | ) |
RenderSettings_SetAtmosphere(bool onOff)
def MaxPlus.RenderSettings_SetCamera | ( | args | ) |
RenderSettings_SetCamera(INode camNode)
def MaxPlus.RenderSettings_SetColorCheck | ( | args | ) |
RenderSettings_SetColorCheck(bool onOff)
def MaxPlus.RenderSettings_SetCurrent | ( | args | ) |
RenderSettings_SetCurrent(Renderer rend)
def MaxPlus.RenderSettings_SetCurrentSetting | ( | args | ) |
RenderSettings_SetCurrentSetting(Autodesk::Max::RenderSettingID::Type renderSettingID)
def MaxPlus.RenderSettings_SetDefaultRendererClassID | ( | args | ) |
RenderSettings_SetDefaultRendererClassID(Autodesk::Max::RenderSettingID::Type renderSettingID, Class_ID classID)
def MaxPlus.RenderSettings_SetDisplacement | ( | args | ) |
RenderSettings_SetDisplacement(bool onOff)
def MaxPlus.RenderSettings_SetDraft | ( | args | ) |
RenderSettings_SetDraft(Renderer rend)
def MaxPlus.RenderSettings_SetEffects | ( | args | ) |
RenderSettings_SetEffects(bool onOff)
def MaxPlus.RenderSettings_SetEnd | ( | args | ) |
RenderSettings_SetEnd(TimeValue end)
def MaxPlus.RenderSettings_SetFileNumberBase | ( | args | ) |
RenderSettings_SetFileNumberBase(int n)
def MaxPlus.RenderSettings_SetForce2Side | ( | args | ) |
RenderSettings_SetForce2Side(bool onOff)
def MaxPlus.RenderSettings_SetHeight | ( | args | ) |
RenderSettings_SetHeight(int h)
def MaxPlus.RenderSettings_SetHidden | ( | args | ) |
RenderSettings_SetHidden(bool onOff)
def MaxPlus.RenderSettings_SetImageSequenceType | ( | args | ) |
RenderSettings_SetImageSequenceType(int type)
def MaxPlus.RenderSettings_SetLocalPreScript | ( | args | ) |
RenderSettings_SetLocalPreScript(bool onOff)
def MaxPlus.RenderSettings_SetMEditRenderer | ( | args | ) |
RenderSettings_SetMEditRenderer(Renderer renderer)
def MaxPlus.RenderSettings_SetMEditRendererLocked | ( | args | ) |
RenderSettings_SetMEditRendererLocked(bool locked)
def MaxPlus.RenderSettings_SetMEditRendererLocked_Default | ( | args | ) |
RenderSettings_SetMEditRendererLocked_Default(bool locked)
def MaxPlus.RenderSettings_SetNThFrame | ( | args | ) |
RenderSettings_SetNThFrame(int n)
def MaxPlus.RenderSettings_SetOutputFile | ( | args | ) |
RenderSettings_SetOutputFile(wchar_t const * fileName)
def MaxPlus.RenderSettings_SetPixelAspectRatio | ( | args | ) |
RenderSettings_SetPixelAspectRatio(float a)
def MaxPlus.RenderSettings_SetPostScriptFile | ( | args | ) |
RenderSettings_SetPostScriptFile(wchar_t const * filepath)
def MaxPlus.RenderSettings_SetPreScriptFile | ( | args | ) |
RenderSettings_SetPreScriptFile(wchar_t const * filepath)
def MaxPlus.RenderSettings_SetProduction | ( | args | ) |
RenderSettings_SetProduction(Renderer rend)
def MaxPlus.RenderSettings_SetSaveFile | ( | args | ) |
RenderSettings_SetSaveFile(bool onOff)
def MaxPlus.RenderSettings_SetShowVFB | ( | args | ) |
RenderSettings_SetShowVFB(bool onOff)
def MaxPlus.RenderSettings_SetSimplifyAreaLights | ( | args | ) |
RenderSettings_SetSimplifyAreaLights(bool onOff)
def MaxPlus.RenderSettings_SetSkipFrames | ( | args | ) |
RenderSettings_SetSkipFrames(bool onOff)
def MaxPlus.RenderSettings_SetStart | ( | args | ) |
RenderSettings_SetStart(TimeValue start)
def MaxPlus.RenderSettings_SetSuperBlack | ( | args | ) |
RenderSettings_SetSuperBlack(bool onOff)
def MaxPlus.RenderSettings_SetTimeType | ( | args | ) |
RenderSettings_SetTimeType(int type)
def MaxPlus.RenderSettings_SetToFields | ( | args | ) |
RenderSettings_SetToFields(bool onOff)
def MaxPlus.RenderSettings_SetupParameters | ( | args | ) |
SetupParameters(RendParams rp, Viewport vpt, Autodesk::Max::RendType::Type t=(RendType::Type) RENDTYPE_NORMAL) RenderSettings_SetupParameters(RendParams rp, Viewport vpt)
def MaxPlus.RenderSettings_SetUseActiveView | ( | args | ) |
RenderSettings_SetUseActiveView(bool useActiveView)
def MaxPlus.RenderSettings_SetUseDevice | ( | args | ) |
RenderSettings_SetUseDevice(bool onOff)
def MaxPlus.RenderSettings_SetUseDraft | ( | args | ) |
RenderSettings_SetUseDraft(bool b)
def MaxPlus.RenderSettings_SetUseImageSequence | ( | args | ) |
RenderSettings_SetUseImageSequence(bool onOff)
def MaxPlus.RenderSettings_SetUseIterative | ( | args | ) |
RenderSettings_SetUseIterative(bool b)
def MaxPlus.RenderSettings_SetUseNet | ( | args | ) |
RenderSettings_SetUseNet(bool onOff)
def MaxPlus.RenderSettings_SetUsePostScript | ( | args | ) |
RenderSettings_SetUsePostScript(bool onOff)
def MaxPlus.RenderSettings_SetUsePreScript | ( | args | ) |
RenderSettings_SetUsePreScript(bool onOff)
def MaxPlus.RenderSettings_SetViewID | ( | args | ) |
RenderSettings_SetViewID(int n)
def MaxPlus.RenderSettings_SetWidth | ( | args | ) |
RenderSettings_SetWidth(int w)
def MaxPlus.RenderSettings_ShouldContinueOnError | ( | ) |
RenderSettings_ShouldContinueOnError() -> bool
def MaxPlus.RenderSettings_UpdateDialogParameters | ( | ) |
RenderSettings_UpdateDialogParameters()
def MaxPlus.SchematicViews_Close | ( | args | ) |
SchematicViews_Close(wchar_t const * sv_name) -> bool
def MaxPlus.SchematicViews_CloseAll | ( | ) |
SchematicViews_CloseAll()
def MaxPlus.SchematicViews_FlushAll | ( | ) |
SchematicViews_FlushAll()
def MaxPlus.SchematicViews_GetCount | ( | ) |
SchematicViews_GetCount() -> int
def MaxPlus.SchematicViews_GetName | ( | args | ) |
SchematicViews_GetName(int i) -> wchar_t const *
def MaxPlus.SchematicViews_Open | ( | args | ) |
SchematicViews_Open(wchar_t const * sv_name) -> bool
def MaxPlus.SchematicViews_UnFlushAll | ( | ) |
SchematicViews_UnFlushAll()
def MaxPlus.SchematicViews_ZoomSelected | ( | args | ) |
SchematicViews_ZoomSelected(wchar_t const * sv_name) -> bool
def MaxPlus.SecsToTicks | ( | args | ) |
SecsToTicks(float secs) -> int
def MaxPlus.SelectionManager_ClearCurNamedSelSet | ( | ) |
SelectionManager_ClearCurNamedSelSet()
def MaxPlus.SelectionManager_ClearNodeSelection | ( | redraw = True | ) |
ClearNodeSelection(bool redraw=True) SelectionManager_ClearNodeSelection()
def MaxPlus.SelectionManager_DeSelectNode | ( | args | ) |
SelectionManager_DeSelectNode(INode node)
def MaxPlus.SelectionManager_DeselectNodes | ( | args | ) |
SelectionManager_DeselectNodes(INodeTab nodes)
def MaxPlus.SelectionManager_GetCount | ( | ) |
SelectionManager_GetCount() -> int
def MaxPlus.SelectionManager_GetCrossing | ( | ) |
SelectionManager_GetCrossing() -> bool
def MaxPlus.SelectionManager_GetFrozen | ( | ) |
SelectionManager_GetFrozen() -> bool
def MaxPlus.SelectionManager_GetNode | ( | args | ) |
SelectionManager_GetNode(int n) -> INode
def MaxPlus.SelectionManager_GetNodes | ( | ) |
SelectionManager_GetNodes() -> INodeTab
def MaxPlus.SelectionManager_GetNumberSelectFilters | ( | ) |
SelectionManager_GetNumberSelectFilters() -> int
def MaxPlus.SelectionManager_GetSelectFilter | ( | ) |
SelectionManager_GetSelectFilter() -> int
def MaxPlus.SelectionManager_GetSelectFilterName | ( | args | ) |
SelectionManager_GetSelectFilterName(int index) -> wchar_t const *
def MaxPlus.SelectionManager_GetSelectionWorldBox | ( | args | ) |
SelectionManager_GetSelectionWorldBox(TimeValue t, Box3 box)
def MaxPlus.SelectionManager_NamedSelSetListChanged | ( | ) |
SelectionManager_NamedSelSetListChanged()
def MaxPlus.SelectionManager_SelectNode | ( | args | ) |
SelectNode(INode node, bool replaceSelection=True) SelectionManager_SelectNode(INode node)
def MaxPlus.SelectionManager_SelectNodes | ( | args | ) |
SelectionManager_SelectNodes(INodeTab nodes)
def MaxPlus.SelectionManager_SelectNodeTab | ( | args | ) |
SelectNodeTab(INodeTab nodes, bool sel, bool redraw=True) SelectionManager_SelectNodeTab(INodeTab nodes, bool sel)
def MaxPlus.SelectionManager_SetCurNamedSelSet | ( | args | ) |
SelectionManager_SetCurNamedSelSet(wchar_t const * setName)
def MaxPlus.SelectionManager_SetFrozen | ( | b = True | ) |
SetFrozen(bool b=True) SelectionManager_SetFrozen()
def MaxPlus.SelectionManager_SetSelectFilter | ( | args | ) |
SelectionManager_SetSelectFilter(int c)
def MaxPlus.SelectionManager_SetSelectionType | ( | args | ) |
SelectionManager_SetSelectionType(bool autoWinCross, int winCrossOrAutoDir) -> bool
def MaxPlus.SelectionManager_SetTestOnlyFrozen | ( | args | ) |
SelectionManager_SetTestOnlyFrozen(int onOff)
def MaxPlus.ShapeObject__CastFrom | ( | args | ) |
ShapeObject__CastFrom(InterfaceServer b) -> ShapeObject
def MaxPlus.Snaps_GetAngleSnapStatus | ( | ) |
Snaps_GetAngleSnapStatus() -> bool
def MaxPlus.Snaps_GetPercentSnapStatus | ( | ) |
Snaps_GetPercentSnapStatus() -> bool
def MaxPlus.Snaps_GetSnapActive | ( | ) |
Snaps_GetSnapActive() -> bool
def MaxPlus.Snaps_GetSnapAngle | ( | ) |
Snaps_GetSnapAngle() -> float
def MaxPlus.Snaps_GetSnapMode | ( | ) |
Snaps_GetSnapMode() -> int
def MaxPlus.Snaps_GetSnapPercent | ( | ) |
Snaps_GetSnapPercent() -> float
def MaxPlus.Snaps_GetSnapState | ( | ) |
Snaps_GetSnapState() -> bool
def MaxPlus.Snaps_GetSnapType | ( | ) |
Snaps_GetSnapType() -> int
def MaxPlus.Snaps_InvalidateOsnapdraw | ( | ) |
Snaps_InvalidateOsnapdraw()
def MaxPlus.Snaps_SetSnapActive | ( | args | ) |
Snaps_SetSnapActive(bool onOff)
def MaxPlus.Snaps_SetSnapAngle | ( | args | ) |
Snaps_SetSnapAngle(float newVal)
def MaxPlus.Snaps_SetSnapMode | ( | args | ) |
Snaps_SetSnapMode(int mode) -> bool
def MaxPlus.Snaps_SetSnapPercent | ( | args | ) |
Snaps_SetSnapPercent(float newVal)
def MaxPlus.Snaps_SetSnapType | ( | args | ) |
Snaps_SetSnapType(int type)
def MaxPlus.Snaps_SnapAngle | ( | args | ) |
SnapAngle(float angleIn, bool fastSnap=True, bool forceSnap=False) -> float SnapAngle(float angleIn, bool fastSnap=True) -> float Snaps_SnapAngle(float angleIn) -> float
def MaxPlus.Snaps_SnapPercent | ( | args | ) |
Snaps_SnapPercent(float percentIn) -> float
def MaxPlus.Snaps_ToggleAngleSnap | ( | ) |
Snaps_ToggleAngleSnap()
def MaxPlus.Snaps_TogglePercentSnap | ( | ) |
Snaps_TogglePercentSnap()
def MaxPlus.SoundObj__CastFrom | ( | args | ) |
SoundObj__CastFrom(InterfaceServer b) -> SoundObj
def MaxPlus.SpecialFX__CastFrom | ( | args | ) |
SpecialFX__CastFrom(InterfaceServer b) -> SpecialFX
def MaxPlus.Spline3D__CastFrom | ( | args | ) |
Spline3D__CastFrom(InterfaceServer b) -> Spline3D
def MaxPlus.SplineShape__CastFrom | ( | args | ) |
SplineShape__CastFrom(InterfaceServer b) -> SplineShape
def MaxPlus.SplineShape_GetClassID | ( | ) |
SplineShape_GetClassID() -> Class_ID
def MaxPlus.StatusPanel_DisableStatusXYZ | ( | ) |
StatusPanel_DisableStatusXYZ()
def MaxPlus.StatusPanel_DisplayTempPrompt | ( | args | ) |
DisplayTempPrompt(wchar_t const * s, int msec=1000) StatusPanel_DisplayTempPrompt(wchar_t const * s)
def MaxPlus.StatusPanel_EnableStatusXYZ | ( | ) |
StatusPanel_EnableStatusXYZ()
def MaxPlus.StatusPanel_GetPrompt | ( | ) |
StatusPanel_GetPrompt() -> WStr
def MaxPlus.StatusPanel_PopPrompt | ( | ) |
StatusPanel_PopPrompt()
def MaxPlus.StatusPanel_ProgressEnd | ( | ) |
StatusPanel_ProgressEnd()
def MaxPlus.StatusPanel_ProgressStart | ( | args | ) |
ProgressStart(wchar_t const * title, bool dispBar=True) -> bool StatusPanel_ProgressStart(wchar_t const * title) -> bool
def MaxPlus.StatusPanel_ProgressUpdate | ( | args | ) |
ProgressUpdate(int pct, bool showPct, wchar_t const * title) ProgressUpdate(int pct, bool showPct=True) StatusPanel_ProgressUpdate(int pct)
def MaxPlus.StatusPanel_PushPrompt | ( | args | ) |
StatusPanel_PushPrompt(wchar_t const * s)
def MaxPlus.StatusPanel_RemoveTempPrompt | ( | ) |
StatusPanel_RemoveTempPrompt()
def MaxPlus.StatusPanel_RepaintTimeSlider | ( | ) |
StatusPanel_RepaintTimeSlider()
def MaxPlus.StatusPanel_ReplacePrompt | ( | args | ) |
StatusPanel_ReplacePrompt(wchar_t const * s)
def MaxPlus.StatusPanel_SetStatusXYZ | ( | args | ) |
SetStatusXYZ(Point3 xyz, int type) StatusPanel_SetStatusXYZ(AngAxis aa)
def MaxPlus.StdMat__CastFrom | ( | args | ) |
StdMat__CastFrom(InterfaceServer b) -> StdMat
def MaxPlus.SubObjHitList__CastFrom | ( | args | ) |
SubObjHitList__CastFrom(InterfaceServer b) -> SubObjHitList
def MaxPlus.Texmap__CastFrom | ( | args | ) |
Texmap__CastFrom(InterfaceServer b) -> Texmap
def MaxPlus.Texmap__CreateWrapper | ( | args | ) |
Texmap__CreateWrapper(void * texmap_pointer) -> Texmap
def MaxPlus.Texmap__CreateWrapperFromFPValue | ( | args | ) |
Texmap__CreateWrapperFromFPValue(void * fpvalue_pointer) -> Texmap
def MaxPlus.TextureOutput__CastFrom | ( | args | ) |
TextureOutput__CastFrom(InterfaceServer b) -> TextureOutput
def MaxPlus.TicksToSecs | ( | args | ) |
TicksToSecs(int ticks) -> float
def MaxPlus.ToneOperator__CastFrom | ( | args | ) |
ToneOperator__CastFrom(InterfaceServer b) -> ToneOperator
def MaxPlus.TrackView_ClearFilter | ( | args | ) |
ClearFilter(wchar_t const * tv_name, DWORD mask, int which, bool redraw=True) -> bool TrackView_ClearFilter(wchar_t const * tv_name, DWORD mask, int which) -> bool
def MaxPlus.TrackView_Close | ( | args | ) |
TrackView_Close(wchar_t const * tv_name) -> bool
def MaxPlus.TrackView_CloseAll | ( | ) |
TrackView_CloseAll()
def MaxPlus.TrackView_FlushAll | ( | ) |
TrackView_FlushAll()
def MaxPlus.TrackView_GetCount | ( | ) |
TrackView_GetCount() -> int
def MaxPlus.TrackView_GetName | ( | args | ) |
TrackView_GetName(int i) -> wchar_t const *
def MaxPlus.TrackView_Open | ( | args | ) |
Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), int width=-1, int height=-1, int dock=TV_FLOAT) -> bool Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), int width=-1, int height=-1) -> bool Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f), int width=-1) -> bool Open(wchar_t const * tv_name, wchar_t const * layoutName=None, Point2 pos=Autodesk::Max::Point2(-1.0f, -1.0f)) -> bool Open(wchar_t const * tv_name, wchar_t const * layoutName=None) -> bool TrackView_Open(wchar_t const * tv_name) -> bool
def MaxPlus.TrackView_SendToTop | ( | args | ) |
TrackView_SendToTop(wchar_t const * tv_name) -> bool
def MaxPlus.TrackView_SetFilter | ( | args | ) |
SetFilter(wchar_t const * tv_name, DWORD mask, int which, bool redraw=True) -> bool TrackView_SetFilter(wchar_t const * tv_name, DWORD mask, int which) -> bool
def MaxPlus.TrackView_TestFilter | ( | args | ) |
TrackView_TestFilter(wchar_t const * tv_name, DWORD mask, int which) -> DWORD
def MaxPlus.TrackView_UnFlush | ( | ) |
TrackView_UnFlush()
def MaxPlus.TrackView_Zoom | ( | args | ) |
TrackView_Zoom(wchar_t const * tv_name, Animatable parent, int subNum) -> bool
def MaxPlus.TrackView_ZoomSelected | ( | args | ) |
TrackView_ZoomSelected(wchar_t const * tv_name) -> bool
def MaxPlus.TransformGizmos_Deactivate | ( | ) |
TransformGizmos_Deactivate()
def MaxPlus.TransformGizmos_GetEnabled | ( | ) |
TransformGizmos_GetEnabled() -> bool
def MaxPlus.TransformGizmos_GetRestoreAxis | ( | ) |
TransformGizmos_GetRestoreAxis() -> bool
def MaxPlus.TransformGizmos_GetTransformMatrix | ( | ) |
TransformGizmos_GetTransformMatrix() -> Matrix3
def MaxPlus.TransformGizmos_SetEnabled | ( | args | ) |
TransformGizmos_SetEnabled(bool onOff)
def MaxPlus.TransformGizmos_SetRestoreAxis | ( | args | ) |
TransformGizmos_SetRestoreAxis(bool bOnOff)
def MaxPlus.TriObject__CastFrom | ( | args | ) |
TriObject__CastFrom(InterfaceServer b) -> TriObject
def MaxPlus.TriObject_GetNumTriFaces | ( | args | ) |
GetNumTriFaces(Object pObj, TimeValue t=Autodesk::Max::Now()) -> int TriObject_GetNumTriFaces(Object pObj) -> int
def MaxPlus.TriObject_GetNumTriVerts | ( | args | ) |
GetNumTriVerts(Object pObj, TimeValue t=Autodesk::Max::Now()) -> int TriObject_GetNumTriVerts(Object pObj) -> int
def MaxPlus.UISettings_GetUIScaleFactor | ( | args | ) |
GetUIScaleFactor(int monitorID=-1) -> float UISettings_GetUIScaleFactor() -> float
def MaxPlus.UISettings_GetUIUserScaleFactor | ( | ) |
UISettings_GetUIUserScaleFactor() -> float
def MaxPlus.ViewExp__CastFrom | ( | args | ) |
ViewExp__CastFrom(InterfaceServer b) -> ViewExp
def MaxPlus.ViewParams__CastFrom | ( | args | ) |
ViewParams__CastFrom(InterfaceServer b) -> ViewParams
def MaxPlus.Viewport__CastFrom | ( | args | ) |
Viewport__CastFrom(InterfaceServer b) -> Viewport
def MaxPlus.ViewportManager_ActivateTexture | ( | args | ) |
ActivateTexture(MtlBase tx, Mtl mtl, int subNum=-1) ViewportManager_ActivateTexture(MtlBase tx, Mtl mtl)
def MaxPlus.ViewportManager_DeactivateTexture | ( | args | ) |
DeactivateTexture(MtlBase tx, Mtl mtl, int subNum=-1) ViewportManager_DeactivateTexture(MtlBase tx, Mtl mtl)
def MaxPlus.ViewportManager_DisableSceneRedraw | ( | ) |
ViewportManager_DisableSceneRedraw()
def MaxPlus.ViewportManager_DisplayActiveCameraViewWithMultiPassEffect | ( | ) |
ViewportManager_DisplayActiveCameraViewWithMultiPassEffect() -> bool
def MaxPlus.ViewportManager_DisplayViewportConfigDialogPage | ( | args | ) |
ViewportManager_DisplayViewportConfigDialogPage(int i)
def MaxPlus.ViewportManager_EnableSceneRedraw | ( | ) |
ViewportManager_EnableSceneRedraw()
def MaxPlus.ViewportManager_ForceCompleteRedraw | ( | doDisabled = True | ) |
ForceCompleteRedraw(bool doDisabled=True) ViewportManager_ForceCompleteRedraw()
def MaxPlus.ViewportManager_GetActiveViewport | ( | ) |
ViewportManager_GetActiveViewport() -> Viewport
def MaxPlus.ViewportManager_GetActiveViewportIndex | ( | ) |
ViewportManager_GetActiveViewportIndex() -> int
def MaxPlus.ViewportManager_getActiveViewportLabel | ( | ) |
ViewportManager_getActiveViewportLabel() -> wchar_t const *
def MaxPlus.ViewportManager_GetActiveViewportRenderLevel | ( | ) |
ViewportManager_GetActiveViewportRenderLevel() -> int
def MaxPlus.ViewportManager_GetActiveViewportShowEdgeFaces | ( | ) |
ViewportManager_GetActiveViewportShowEdgeFaces() -> bool
def MaxPlus.ViewportManager_GetActiveViewportTransparencyLevel | ( | ) |
ViewportManager_GetActiveViewportTransparencyLevel() -> int
def MaxPlus.ViewportManager_GetBlowupRect | ( | args | ) |
ViewportManager_GetBlowupRect(int index) -> Box2
def MaxPlus.ViewportManager_GetBlowupRect2 | ( | args | ) |
ViewportManager_GetBlowupRect2(int index) -> Box2
def MaxPlus.ViewportManager_GetCrossHairCur | ( | ) |
ViewportManager_GetCrossHairCur() -> bool
def MaxPlus.ViewportManager_GetDualPlanes | ( | ) |
ViewportManager_GetDualPlanes() -> bool
def MaxPlus.ViewportManager_GetExtendedDisplayMode | ( | ) |
ViewportManager_GetExtendedDisplayMode() -> int
def MaxPlus.ViewportManager_GetImageAspectRatio | ( | ) |
ViewportManager_GetImageAspectRatio() -> float
def MaxPlus.ViewportManager_GetImportZoomExtents | ( | ) |
ViewportManager_GetImportZoomExtents() -> bool
def MaxPlus.ViewportManager_GetLockImageAspectRatio | ( | ) |
ViewportManager_GetLockImageAspectRatio() -> bool
def MaxPlus.ViewportManager_GetLockPixelAspectRatio | ( | ) |
ViewportManager_GetLockPixelAspectRatio() -> bool
def MaxPlus.ViewportManager_GetMoveModeType | ( | ) |
ViewportManager_GetMoveModeType() -> int
def MaxPlus.ViewportManager_GetNumViewports | ( | ) |
ViewportManager_GetNumViewports() -> int
def MaxPlus.ViewportManager_GetPaintSelBrushSize | ( | ) |
ViewportManager_GetPaintSelBrushSize() -> int
def MaxPlus.ViewportManager_GetPerspMouseSpeed | ( | ) |
ViewportManager_GetPerspMouseSpeed() -> float
def MaxPlus.ViewportManager_GetPixelAspectRatio | ( | ) |
ViewportManager_GetPixelAspectRatio() -> float
def MaxPlus.ViewportManager_GetRegionRect | ( | args | ) |
ViewportManager_GetRegionRect(int index) -> Box2
def MaxPlus.ViewportManager_GetRegionRect2 | ( | args | ) |
ViewportManager_GetRegionRect2(int index) -> Box2
def MaxPlus.ViewportManager_GetRotationIncrement | ( | ) |
ViewportManager_GetRotationIncrement() -> float
def MaxPlus.ViewportManager_GetViewport | ( | args | ) |
ViewportManager_GetViewport(int n) -> Viewport
def MaxPlus.ViewportManager_GetViewportByID | ( | args | ) |
ViewportManager_GetViewportByID(int n) -> Viewport
def MaxPlus.ViewportManager_GetViewportGridVisible | ( | args | ) |
ViewportManager_GetViewportGridVisible(int index) -> bool
def MaxPlus.ViewportManager_getViewportLabel | ( | args | ) |
ViewportManager_getViewportLabel(int index) -> wchar_t const *
def MaxPlus.ViewportManager_GetViewportLayout | ( | ) |
ViewportManager_GetViewportLayout() -> int
def MaxPlus.ViewportManager_InvalidateAllViewportRects | ( | ) |
ViewportManager_InvalidateAllViewportRects()
def MaxPlus.ViewportManager_IsConstructionPlaneEdgeOnInView | ( | ) |
ViewportManager_IsConstructionPlaneEdgeOnInView() -> bool
def MaxPlus.ViewportManager_IsSceneRedrawDisabled | ( | ) |
ViewportManager_IsSceneRedrawDisabled() -> int
def MaxPlus.ViewportManager_IsViewportMaxed | ( | ) |
ViewportManager_IsViewportMaxed() -> bool
def MaxPlus.ViewportManager_MakeExtendedViewportActive | ( | args | ) |
ViewportManager_MakeExtendedViewportActive(HWND hWnd)
def MaxPlus.ViewportManager_RedrawViewportsLater | ( | args | ) |
RedrawViewportsLater(TimeValue t, DWORD vpFlags=VP_DONT_SIMPLIFY) ViewportManager_RedrawViewportsLater(TimeValue t)
def MaxPlus.ViewportManager_RedrawViewportsNow | ( | args | ) |
RedrawViewportsNow(TimeValue t, DWORD vpFlags=VP_DONT_SIMPLIFY) ViewportManager_RedrawViewportsNow(TimeValue t)
def MaxPlus.ViewportManager_RedrawViews | ( | args | ) |
RedrawViews(TimeValue t, DWORD vpFlags=REDRAW_NORMAL) RedrawViews(TimeValue t) ViewportManager_RedrawViews(TimeValue t, DWORD vpFlags, ReferenceTarget change)
def MaxPlus.ViewportManager_ResetAllViews | ( | ) |
ViewportManager_ResetAllViews()
def MaxPlus.ViewportManager_SetActiveViewport | ( | args | ) |
ViewportManager_SetActiveViewport(int index) -> bool
def MaxPlus.ViewportManager_SetActiveViewportRenderLevel | ( | args | ) |
ViewportManager_SetActiveViewportRenderLevel(int level)
def MaxPlus.ViewportManager_SetActiveViewportShowEdgeFaces | ( | args | ) |
ViewportManager_SetActiveViewportShowEdgeFaces(bool show)
def MaxPlus.ViewportManager_SetActiveViewportTransparencyDisplay | ( | args | ) |
ViewportManager_SetActiveViewportTransparencyDisplay(int transType) -> bool
def MaxPlus.ViewportManager_SetActiveViewportTransparencyLevel | ( | args | ) |
ViewportManager_SetActiveViewportTransparencyLevel(int level)
def MaxPlus.ViewportManager_SetBlowupRect | ( | args | ) |
ViewportManager_SetBlowupRect(int index, Box2 r)
def MaxPlus.ViewportManager_SetBlowupRect2 | ( | args | ) |
ViewportManager_SetBlowupRect2(int index, Box2 r)
def MaxPlus.ViewportManager_SetCrossHairCur | ( | args | ) |
ViewportManager_SetCrossHairCur(bool onOff)
def MaxPlus.ViewportManager_SetDualPlanes | ( | args | ) |
ViewportManager_SetDualPlanes(bool b)
def MaxPlus.ViewportManager_SetExtendedDisplayMode | ( | args | ) |
ViewportManager_SetExtendedDisplayMode(int flags)
def MaxPlus.ViewportManager_SetHWNDAsActiveViewport | ( | args | ) |
ViewportManager_SetHWNDAsActiveViewport(HWND hwnd) -> bool
def MaxPlus.ViewportManager_SetImageAspectRatio | ( | args | ) |
ViewportManager_SetImageAspectRatio(float on)
def MaxPlus.ViewportManager_SetImportZoomExtents | ( | args | ) |
ViewportManager_SetImportZoomExtents(bool onOff)
def MaxPlus.ViewportManager_SetLockImageAspectRatio | ( | args | ) |
ViewportManager_SetLockImageAspectRatio(bool on)
def MaxPlus.ViewportManager_SetLockPixelAspectRatio | ( | args | ) |
ViewportManager_SetLockPixelAspectRatio(bool on)
def MaxPlus.ViewportManager_SetMoveModeType | ( | args | ) |
ViewportManager_SetMoveModeType(int moveType)
def MaxPlus.ViewportManager_SetPaintSelBrushSize | ( | args | ) |
ViewportManager_SetPaintSelBrushSize(int size)
def MaxPlus.ViewportManager_SetPerspMouseSpeed | ( | args | ) |
ViewportManager_SetPerspMouseSpeed(float speed)
def MaxPlus.ViewportManager_SetPixelAspectRatio | ( | args | ) |
ViewportManager_SetPixelAspectRatio(float on)
def MaxPlus.ViewportManager_SetRegionRect | ( | args | ) |
ViewportManager_SetRegionRect(int index, Box2 r)
def MaxPlus.ViewportManager_SetRegionRect2 | ( | args | ) |
ViewportManager_SetRegionRect2(int index, Box2 r)
def MaxPlus.ViewportManager_SetRotationIncrement | ( | args | ) |
ViewportManager_SetRotationIncrement(float inc)
def MaxPlus.ViewportManager_SetViewportGridVisible | ( | args | ) |
ViewportManager_SetViewportGridVisible(int index, bool state)
def MaxPlus.ViewportManager_SetViewportLayout | ( | args | ) |
ViewportManager_SetViewportLayout(int layout)
def MaxPlus.ViewportManager_SetViewportMax | ( | args | ) |
ViewportManager_SetViewportMax(bool max)
def MaxPlus.ViewportManager_ViewportInvalidate | ( | args | ) |
ViewportManager_ViewportInvalidate(int index)
def MaxPlus.ViewportManager_ViewportInvalidateBkgImage | ( | args | ) |
ViewportManager_ViewportInvalidateBkgImage(int index)
def MaxPlus.ViewportManager_ViewportZoomExtents | ( | args | ) |
ViewportZoomExtents(bool doAll, bool skipPersp=False) ViewportManager_ViewportZoomExtents(bool doAll)
def MaxPlus.ViewportManager_ZoomToBounds | ( | args | ) |
ViewportManager_ZoomToBounds(bool doAll, Box3 box)
def MaxPlus.ViewportsBackground_GetColor | ( | args | ) |
GetColor(TimeValue t, Interval valid) -> Point3 ViewportsBackground_GetColor() -> Point3
def MaxPlus.ViewportsBackground_GetColorController | ( | ) |
ViewportsBackground_GetColorController() -> Control
def MaxPlus.ViewportsBackground_GetFrameNumber | ( | args | ) |
ViewportsBackground_GetFrameNumber(TimeValue t) -> int
def MaxPlus.ViewportsBackground_GetFrameRange | ( | args | ) |
ViewportsBackground_GetFrameRange(int which) -> int
def MaxPlus.ViewportsBackground_GetImageAnimate | ( | ) |
ViewportsBackground_GetImageAnimate() -> bool
def MaxPlus.ViewportsBackground_GetImageAspect | ( | ) |
ViewportsBackground_GetImageAspect() -> int
def MaxPlus.ViewportsBackground_GetImageAsset | ( | ) |
ViewportsBackground_GetImageAsset() -> Asset
def MaxPlus.ViewportsBackground_GetOutOfRangeType | ( | args | ) |
ViewportsBackground_GetOutOfRangeType(int which) -> int
def MaxPlus.ViewportsBackground_GetStartTime | ( | ) |
ViewportsBackground_GetStartTime() -> TimeValue
def MaxPlus.ViewportsBackground_GetSyncFrame | ( | ) |
ViewportsBackground_GetSyncFrame() -> int
def MaxPlus.ViewportsBackground_SetColor | ( | args | ) |
SetColor(TimeValue t, Point3 color) ViewportsBackground_SetColor(Point3 color)
def MaxPlus.ViewportsBackground_SetColorController | ( | args | ) |
ViewportsBackground_SetColorController(Control c)
def MaxPlus.ViewportsBackground_SetFrameRange | ( | args | ) |
SetFrameRange(int start, int end, int step=1) ViewportsBackground_SetFrameRange(int start, int end)
def MaxPlus.ViewportsBackground_SetImageAnimate | ( | args | ) |
ViewportsBackground_SetImageAnimate(bool onOff)
def MaxPlus.ViewportsBackground_SetImageAspect | ( | args | ) |
ViewportsBackground_SetImageAspect(int t)
def MaxPlus.ViewportsBackground_SetImageAsset | ( | args | ) |
ViewportsBackground_SetImageAsset(Asset asset) -> bool
def MaxPlus.ViewportsBackground_SetOutOfRangeType | ( | args | ) |
ViewportsBackground_SetOutOfRangeType(int which, int type)
def MaxPlus.ViewportsBackground_SetStartTime | ( | args | ) |
ViewportsBackground_SetStartTime(TimeValue t)
def MaxPlus.ViewportsBackground_SetSyncFrame | ( | args | ) |
ViewportsBackground_SetSyncFrame(int f)
def MaxPlus.Win32_GetCheckBox | ( | args | ) |
Win32_GetCheckBox(HWND hw, int id) -> bool
def MaxPlus.Win32_GetMAXHWnd | ( | ) |
Win32_GetMAXHWnd() -> HWND
def MaxPlus.Win32_GetStatusPanelHWnd | ( | ) |
Win32_GetStatusPanelHWnd() -> HWND
def MaxPlus.Win32_GetViewPortHWnd | ( | ) |
Win32_GetViewPortHWnd() -> HWND
def MaxPlus.Win32_IsHovering | ( | args | ) |
IsHovering(HWND hWnd) -> bool Win32_IsHovering(HWND hWnd, int x, int y) -> bool
def MaxPlus.Win32_IsVistaAeroEnabled | ( | ) |
Win32_IsVistaAeroEnabled() -> bool
def MaxPlus.Win32_MakeButton2State | ( | args | ) |
Win32_MakeButton2State(HWND hCtrl)
def MaxPlus.Win32_MakeButton3State | ( | args | ) |
Win32_MakeButton3State(HWND hCtrl)
def MaxPlus.Win32_RegisterDialogWindow | ( | args | ) |
Win32_RegisterDialogWindow(HWND hDlg)
def MaxPlus.Win32_RevealInExplorer | ( | args | ) |
Win32_RevealInExplorer(WStr path) -> bool
def MaxPlus.Win32_SetCheckBox | ( | args | ) |
Win32_SetCheckBox(HWND hw, int id, bool b)
def MaxPlus.Win32_UnRegisterDialogWindow | ( | args | ) |
Win32_UnRegisterDialogWindow(HWND hDlg) -> bool
def MaxPlus.WSModifier__CastFrom | ( | args | ) |
WSModifier__CastFrom(InterfaceServer b) -> WSModifier
def MaxPlus.WStr__CreateWrapper | ( | args | ) |
WStr__CreateWrapper(void * wstr_pointer) -> WStr
def MaxPlus.WStr__CreateWrapperFromFPValue | ( | args | ) |
WStr__CreateWrapperFromFPValue(void * fpvalue_pointer) -> WStr
def MaxPlus.WStr_MatchPattern | ( | args | ) |
MatchPattern(WStr s, WStr ptrn, bool ignoreCase=TRUE) -> bool WStr_MatchPattern(WStr s, WStr ptrn) -> bool
def MaxPlus.WStr_MaxAlphaNumCompare | ( | args | ) |
WStr_MaxAlphaNumCompare(wchar_t const * a, wchar_t const * b) -> bool
def MaxPlus.WStr_MaxAlphaNumCompareNoCase | ( | args | ) |
WStr_MaxAlphaNumCompareNoCase(wchar_t const * a, wchar_t const * b) -> bool
def MaxPlus.XRefs_GetIncludeInHierarchy | ( | ) |
XRefs_GetIncludeInHierarchy() -> bool
def MaxPlus.XRefs_IsAutoUpdateSuspended | ( | ) |
XRefs_IsAutoUpdateSuspended() -> bool
def MaxPlus.XRefs_SceneSetIgnoreFlag | ( | args | ) |
XRefs_SceneSetIgnoreFlag(int index, DWORD f, bool onOff)
def MaxPlus.XRefs_SetAutoUpdateSuspended | ( | args | ) |
XRefs_SetAutoUpdateSuspended(bool onOff)
def MaxPlus.XRefs_SetIncludeInHierarchy | ( | args | ) |
XRefs_SetIncludeInHierarchy(bool onOff)
def MaxPlus.XRefs_UpdateSceneXRefState | ( | ) |
XRefs_UpdateSceneXRefState()