|
|
| ClearFilter = staticmethod(ClearFilter) |
| |
|
| Close = staticmethod(Close) |
| |
|
| CloseAll = staticmethod(CloseAll) |
| |
|
| FlushAll = staticmethod(FlushAll) |
| |
|
| GetCount = staticmethod(GetCount) |
| |
|
| GetName = staticmethod(GetName) |
| |
|
| Open = staticmethod(Open) |
| |
|
| SendToTop = staticmethod(SendToTop) |
| |
|
| SetFilter = staticmethod(SetFilter) |
| |
|
| TestFilter = staticmethod(TestFilter) |
| |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
| UnFlush = staticmethod(UnFlush) |
| |
|
| Zoom = staticmethod(Zoom) |
| |
|
| ZoomSelected = staticmethod(ZoomSelected) |
| |
Track view utility functions.
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
Open(wchar_t const * tv_name) -> bool