FPInterface Class Reference
The base class for defining function published interface classes. Function published interfaces are exposed automatically to MAXScript
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | Id = _swig_property(GetID) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def EnableActions |
( |
|
self, |
|
|
|
args |
|
) |
| |
EnableActions(FPInterface self, bool onOff)
def FindFn |
( |
|
self, |
|
|
|
args |
|
) |
| |
FindFn(FPInterface self, wchar_t const * name) -> FunctionID
GetDesc(FPInterface self) -> FPInterfaceDesc
def Invoke |
( |
|
self, |
|
|
|
args |
|
) |
| |
Invoke(FPInterface self, FunctionID fid, TimeValue t=0) -> int
Invoke(FPInterface self, FunctionID fid) -> int
def IsChecked |
( |
|
self, |
|
|
|
args |
|
) |
| |
IsChecked(FPInterface self, FunctionID actionID) -> bool
def IsEnabled |
( |
|
self, |
|
|
|
args |
|
) |
| |
IsEnabled(FPInterface self, FunctionID actionID) -> bool
def IsVisible |
( |
|
self, |
|
|
|
args |
|
) |
| |
IsVisible(FPInterface self, FunctionID actionID) -> bool