A generic camera object used as a base class for many plug-in cameras.
Inheritance diagram for GenCamera:Static Public Attributes | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from CameraObject | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Object | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from BaseObject | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from ReferenceTarget | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from ReferenceMaker | |
| tuple | NumRefs = _swig_property(GetNumRefs) |
| tuple | Refs = _swig_property(lambda self: (self.GetReference(i) for i in xrange(self.GetNumRefs()))) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Animatable | |
| tuple | AnimHandle = _swig_property(GetAnimHandle) |
| tuple | ClassID = _swig_property(GetClassID) |
| tuple | ClearFlagInAllAnimatables = staticmethod(ClearFlagInAllAnimatables) |
| tuple | GetAnimByHandle = staticmethod(GetAnimByHandle) |
| tuple | KeyTimes = _swig_property(lambda self: (self.GetKeyTime(i) for i in xrange(self.GetNumKeys()))) |
| tuple | NodeName = _swig_property(GetNodeName) |
| tuple | NumSubAnims = _swig_property(GetNumSubAnims) |
| tuple | ParameterBlock = _swig_property(GetParameterBlock) |
| tuple | SubAnimNames = _swig_property(lambda self: (self.GetSubAnimName(i) for i in xrange(self.GetNumSubAnims()))) |
| tuple | SubAnims = _swig_property(lambda self: (self.GetSubAnim(i) for i in xrange(self.GetNumSubAnims()))) |
| tuple | SuperClassID = _swig_property(GetSuperClassID) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from InterfaceServer | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Public Attributes inherited from Wrapper | |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| def Enable | ( | self, | |
| args | |||
| ) |
Enable(GenCamera self, bool enab)
| def GetCameraType | ( | self | ) |
GetCameraType(GenCamera self) -> int
| def GetConeState | ( | self | ) |
GetConeState(GenCamera self) -> bool
| def GetDOFEnable | ( | self, | |
| args | |||
| ) |
GetDOFEnable(GenCamera self, TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Interval(0, 0)) -> bool GetDOFEnable(GenCamera self, TimeValue t=Autodesk::Max::Now()) -> bool GetDOFEnable(GenCamera self) -> bool
| def GetDOFFStop | ( | self, | |
| args | |||
| ) |
GetDOFFStop(GenCamera self, TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Interval(0, 0)) -> float GetDOFFStop(GenCamera self, TimeValue t=Autodesk::Max::Now()) -> float GetDOFFStop(GenCamera self) -> float
| def GetFOVControl | ( | self | ) |
GetFOVControl(GenCamera self) -> Control
| def GetFOVType | ( | self | ) |
GetFOVType(GenCamera self) -> int
| def GetHorizontalLineState | ( | self | ) |
GetHorizontalLineState(GenCamera self) -> bool
| def NewCamera | ( | self, | |
| args | |||
| ) |
NewCamera(GenCamera self, int type) -> GenCamera
| def SetCameraType | ( | self, | |
| args | |||
| ) |
SetCameraType(GenCamera self, int tp)
| def SetConeState | ( | self, | |
| args | |||
| ) |
SetConeState(GenCamera self, bool s)
| def SetDOFEnable | ( | self, | |
| args | |||
| ) |
SetDOFEnable(GenCamera self, bool onOff, TimeValue t=Autodesk::Max::Now()) SetDOFEnable(GenCamera self, bool onOff)
| def SetDOFFStop | ( | self, | |
| args | |||
| ) |
SetDOFFStop(GenCamera self, float fs, TimeValue t=Autodesk::Max::Now()) SetDOFFStop(GenCamera self, float fs)
| def SetFOVControl | ( | self, | |
| args | |||
| ) |
SetFOVControl(GenCamera self, Control c) -> bool
| def SetFOVType | ( | self, | |
| args | |||
| ) |
SetFOVType(GenCamera self, int ft)
| def SetHorizontalLineState | ( | self, | |
| args | |||
| ) |
SetHorizontalLineState(GenCamera self, bool s)