FPValue Class Reference

Class Description

Contains a single value used in a parameter block, as part of the function publishing system, or when evaluating MAXScript expressions.
+ Inheritance diagram for FPValue:

Public Member Functions

def Free (self)
 
def GetAColor
 
def GetAColorList
 
def GetAngAxis
 
def GetAngAxisList
 
def GetBezierShape
 
def GetBitArray
 
def GetBitArrayList
 
def GetBitmap
 
def GetBitmapList
 
def GetBool
 
def GetBoolList
 
def GetBox3
 
def GetBox3List
 
def GetClassDesc
 
def GetClassDescList
 
def GetColor
 
def GetColorList
 
def GetControl
 
def GetControlList
 
def GetDouble
 
def GetDoubleList
 
def GetDWORD
 
def GetDWORDList
 
def GetFloat
 
def GetFloatList
 
def GetFPInterface
 
def GetFPInterfaceList
 
def GetFPValueList
 
def GetInt
 
def GetInt64
 
def GetInt64List
 
def GetInterval
 
def GetIntervalList
 
def GetIntList
 
def GetIObject
 
def GetIObjectList
 
def GetIParamBlock2
 
def GetIParamBlock2List
 
def GetIPoint2
 
def GetIPoint2List
 
def GetMatrix3
 
def GetMatrix3List
 
def GetMesh
 
def GetMeshList
 
def GetMtl
 
def GetMtlList
 
def GetNode
 
def GetNodeList
 
def GetObject
 
def GetObjectList
 
def GetParamDimension (self)
 
def GetPChar
 
def GetPCharList
 
def GetPoint2
 
def GetPoint2List
 
def GetPoint3
 
def GetPoint3List
 
def GetPoint4
 
def GetPoint4List
 
def GetQuat
 
def GetQuatList
 
def GetRay
 
def GetRayList
 
def GetReferenceTarget
 
def GetReferenceTargetList
 
def GetStr
 
def GetStrList
 
def GetTexmap
 
def GetTexmapList
 
def GetValueType (self)
 
def Init (self)
 
def InitTab (self, args)
 
def IsPointerBasedType (self)
 
def IsTabType (self)
 
def Set (self, args)
 
def SetValueType (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple Type = _swig_property(GetValueType)
 
- 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')
 

Member Function Documentation

def Free (   self)
Free(FPValue self)
def GetAColor (   self,
  performScaling = False 
)
GetAColor(FPValue self, bool performScaling=False) -> AColor
GetAColor(FPValue self) -> AColor
def GetAColorList (   self,
  performScaling = False 
)
GetAColorList(FPValue self, bool performScaling=False) -> AColorList
GetAColorList(FPValue self) -> AColorList
def GetAngAxis (   self,
  performScaling = False 
)
GetAngAxis(FPValue self, bool performScaling=False) -> AngAxis
GetAngAxis(FPValue self) -> AngAxis
def GetAngAxisList (   self,
  performScaling = False 
)
GetAngAxisList(FPValue self, bool performScaling=False) -> AngAxisList
GetAngAxisList(FPValue self) -> AngAxisList
def GetBezierShape (   self,
  performScaling = False 
)
GetBezierShape(FPValue self, bool performScaling=False) -> BezierShape
GetBezierShape(FPValue self) -> BezierShape
def GetBitArray (   self,
  performScaling = False 
)
GetBitArray(FPValue self, bool performScaling=False) -> BitArray
GetBitArray(FPValue self) -> BitArray
def GetBitArrayList (   self,
  performScaling = False 
)
GetBitArrayList(FPValue self, bool performScaling=False) -> BitArrayList
GetBitArrayList(FPValue self) -> BitArrayList
def GetBitmap (   self,
  performScaling = False 
)
GetBitmap(FPValue self, bool performScaling=False) -> PBBitmap
GetBitmap(FPValue self) -> PBBitmap
def GetBitmapList (   self,
  performScaling = False 
)
GetBitmapList(FPValue self, bool performScaling=False) -> BitmapList
GetBitmapList(FPValue self) -> BitmapList
def GetBool (   self,
  performScaling = False 
)
GetBool(FPValue self, bool performScaling=False) -> bool
GetBool(FPValue self) -> bool
def GetBoolList (   self,
  performScaling = False 
)
GetBoolList(FPValue self, bool performScaling=False) -> BoolList
GetBoolList(FPValue self) -> BoolList
def GetBox3 (   self,
  performScaling = False 
)
GetBox3(FPValue self, bool performScaling=False) -> Box3
GetBox3(FPValue self) -> Box3
def GetBox3List (   self,
  performScaling = False 
)
GetBox3List(FPValue self, bool performScaling=False) -> Autodesk::Max::Box3List
GetBox3List(FPValue self) -> Autodesk::Max::Box3List
def GetClassDesc (   self,
  performScaling = False 
)
GetClassDesc(FPValue self, bool performScaling=False) -> ClassDesc
GetClassDesc(FPValue self) -> ClassDesc
def GetClassDescList (   self,
  performScaling = False 
)
GetClassDescList(FPValue self, bool performScaling=False) -> ClassDescList
GetClassDescList(FPValue self) -> ClassDescList
def GetColor (   self,
  performScaling = False 
)
GetColor(FPValue self, bool performScaling=False) -> Color
GetColor(FPValue self) -> Color
def GetColorList (   self,
  performScaling = False 
)
GetColorList(FPValue self, bool performScaling=False) -> ColorList
GetColorList(FPValue self) -> ColorList
def GetControl (   self,
  performScaling = False 
)
GetControl(FPValue self, bool performScaling=False) -> Control
GetControl(FPValue self) -> Control
def GetControlList (   self,
  performScaling = False 
)
GetControlList(FPValue self, bool performScaling=False) -> ControlList
GetControlList(FPValue self) -> ControlList
def GetDouble (   self,
  performScaling = False 
)
GetDouble(FPValue self, bool performScaling=False) -> double
GetDouble(FPValue self) -> double
def GetDoubleList (   self,
  performScaling = False 
)
GetDoubleList(FPValue self, bool performScaling=False) -> DoubleList
GetDoubleList(FPValue self) -> DoubleList
def GetDWORD (   self,
  performScaling = False 
)
GetDWORD(FPValue self, bool performScaling=False) -> DWORD
GetDWORD(FPValue self) -> DWORD
def GetDWORDList (   self,
  performScaling = False 
)
GetDWORDList(FPValue self, bool performScaling=False) -> DWORDList
GetDWORDList(FPValue self) -> DWORDList
def GetFloat (   self,
  performScaling = False 
)
GetFloat(FPValue self, bool performScaling=False) -> float
GetFloat(FPValue self) -> float
def GetFloatList (   self,
  performScaling = False 
)
GetFloatList(FPValue self, bool performScaling=False) -> FloatList
GetFloatList(FPValue self) -> FloatList
def GetFPInterface (   self,
  performScaling = False 
)
GetFPInterface(FPValue self, bool performScaling=False) -> FPInterface
GetFPInterface(FPValue self) -> FPInterface
def GetFPInterfaceList (   self,
  performScaling = False 
)
GetFPInterfaceList(FPValue self, bool performScaling=False) -> FPInterfaceList
GetFPInterfaceList(FPValue self) -> FPInterfaceList
def GetFPValueList (   self,
  performScaling = False 
)
GetFPValueList(FPValue self, bool performScaling=False) -> FPValueList
GetFPValueList(FPValue self) -> FPValueList
def GetInt (   self,
  performScaling = False 
)
GetInt(FPValue self, bool performScaling=False) -> int
GetInt(FPValue self) -> int
def GetInt64 (   self,
  performScaling = False 
)
GetInt64(FPValue self, bool performScaling=False) -> INT64
GetInt64(FPValue self) -> INT64
def GetInt64List (   self,
  performScaling = False 
)
GetInt64List(FPValue self, bool performScaling=False) -> Int64List
GetInt64List(FPValue self) -> Int64List
def GetInterval (   self,
  performScaling = False 
)
GetInterval(FPValue self, bool performScaling=False) -> Interval
GetInterval(FPValue self) -> Interval
def GetIntervalList (   self,
  performScaling = False 
)
GetIntervalList(FPValue self, bool performScaling=False) -> IntervalList
GetIntervalList(FPValue self) -> IntervalList
def GetIntList (   self,
  performScaling = False 
)
GetIntList(FPValue self, bool performScaling=False) -> IntList
GetIntList(FPValue self) -> IntList
def GetIObject (   self,
  performScaling = False 
)
GetIObject(FPValue self, bool performScaling=False) -> IObject
GetIObject(FPValue self) -> IObject
def GetIObjectList (   self,
  performScaling = False 
)
GetIObjectList(FPValue self, bool performScaling=False) -> IObjectList
GetIObjectList(FPValue self) -> IObjectList
def GetIParamBlock2 (   self,
  performScaling = False 
)
GetIParamBlock2(FPValue self, bool performScaling=False) -> IParamBlock2
GetIParamBlock2(FPValue self) -> IParamBlock2
def GetIParamBlock2List (   self,
  performScaling = False 
)
GetIParamBlock2List(FPValue self, bool performScaling=False) -> IParamBlock2List
GetIParamBlock2List(FPValue self) -> IParamBlock2List
def GetIPoint2 (   self,
  performScaling = False 
)
GetIPoint2(FPValue self, bool performScaling=False) -> IPoint2
GetIPoint2(FPValue self) -> IPoint2
def GetIPoint2List (   self,
  performScaling = False 
)
GetIPoint2List(FPValue self, bool performScaling=False) -> IPoint2List
GetIPoint2List(FPValue self) -> IPoint2List
def GetMatrix3 (   self,
  performScaling = False 
)
GetMatrix3(FPValue self, bool performScaling=False) -> Matrix3
GetMatrix3(FPValue self) -> Matrix3
def GetMatrix3List (   self,
  performScaling = False 
)
GetMatrix3List(FPValue self, bool performScaling=False) -> Matrix3List
GetMatrix3List(FPValue self) -> Matrix3List
def GetMesh (   self,
  performScaling = False 
)
GetMesh(FPValue self, bool performScaling=False) -> Mesh
GetMesh(FPValue self) -> Mesh
def GetMeshList (   self,
  performScaling = False 
)
GetMeshList(FPValue self, bool performScaling=False) -> MeshList
GetMeshList(FPValue self) -> MeshList
def GetMtl (   self,
  performScaling = False 
)
GetMtl(FPValue self, bool performScaling=False) -> Mtl
GetMtl(FPValue self) -> Mtl
def GetMtlList (   self,
  performScaling = False 
)
GetMtlList(FPValue self, bool performScaling=False) -> MtlList
GetMtlList(FPValue self) -> MtlList
def GetNode (   self,
  performScaling = False 
)
GetNode(FPValue self, bool performScaling=False) -> INode
GetNode(FPValue self) -> INode
def GetNodeList (   self,
  performScaling = False 
)
GetNodeList(FPValue self, bool performScaling=False) -> INodeList
GetNodeList(FPValue self) -> INodeList
def GetObject (   self,
  performScaling = False 
)
GetObject(FPValue self, bool performScaling=False) -> Object
GetObject(FPValue self) -> Object
def GetObjectList (   self,
  performScaling = False 
)
GetObjectList(FPValue self, bool performScaling=False) -> ObjectList
GetObjectList(FPValue self) -> ObjectList
def GetParamDimension (   self)
GetParamDimension(FPValue self) -> ::ParamDimension *
def GetPChar (   self,
  performScaling = False 
)
GetPChar(FPValue self, bool performScaling=False) -> wchar_t const
GetPChar(FPValue self) -> wchar_t const *
def GetPCharList (   self,
  performScaling = False 
)
GetPCharList(FPValue self, bool performScaling=False) -> PCharList
GetPCharList(FPValue self) -> PCharList
def GetPoint2 (   self,
  performScaling = False 
)
GetPoint2(FPValue self, bool performScaling=False) -> Point2
GetPoint2(FPValue self) -> Point2
def GetPoint2List (   self,
  performScaling = False 
)
GetPoint2List(FPValue self, bool performScaling=False) -> Point2List
GetPoint2List(FPValue self) -> Point2List
def GetPoint3 (   self,
  performScaling = False 
)
GetPoint3(FPValue self, bool performScaling=False) -> Point3
GetPoint3(FPValue self) -> Point3
def GetPoint3List (   self,
  performScaling = False 
)
GetPoint3List(FPValue self, bool performScaling=False) -> Point3List
GetPoint3List(FPValue self) -> Point3List
def GetPoint4 (   self,
  performScaling = False 
)
GetPoint4(FPValue self, bool performScaling=False) -> Point4
GetPoint4(FPValue self) -> Point4
def GetPoint4List (   self,
  performScaling = False 
)
GetPoint4List(FPValue self, bool performScaling=False) -> Point4List
GetPoint4List(FPValue self) -> Point4List
def GetQuat (   self,
  performScaling = False 
)
GetQuat(FPValue self, bool performScaling=False) -> Quat
GetQuat(FPValue self) -> Quat
def GetQuatList (   self,
  performScaling = False 
)
GetQuatList(FPValue self, bool performScaling=False) -> QuatList
GetQuatList(FPValue self) -> QuatList
def GetRay (   self,
  performScaling = False 
)
GetRay(FPValue self, bool performScaling=False) -> Ray
GetRay(FPValue self) -> Ray
def GetRayList (   self,
  performScaling = False 
)
GetRayList(FPValue self, bool performScaling=False) -> RayList
GetRayList(FPValue self) -> RayList
def GetReferenceTarget (   self,
  performScaling = False 
)
GetReferenceTarget(FPValue self, bool performScaling=False) -> ReferenceTarget
GetReferenceTarget(FPValue self) -> ReferenceTarget
def GetReferenceTargetList (   self,
  performScaling = False 
)
GetReferenceTargetList(FPValue self, bool performScaling=False) -> ReferenceTargetList
GetReferenceTargetList(FPValue self) -> ReferenceTargetList
def GetStr (   self,
  performScaling = False 
)
GetStr(FPValue self, bool performScaling=False) -> WStr
GetStr(FPValue self) -> WStr
def GetStrList (   self,
  performScaling = False 
)
GetStrList(FPValue self, bool performScaling=False) -> StrList
GetStrList(FPValue self) -> StrList
def GetTexmap (   self,
  performScaling = False 
)
GetTexmap(FPValue self, bool performScaling=False) -> Texmap
GetTexmap(FPValue self) -> Texmap
def GetTexmapList (   self,
  performScaling = False 
)
GetTexmapList(FPValue self, bool performScaling=False) -> TexmapList
GetTexmapList(FPValue self) -> TexmapList
def GetValueType (   self)
GetValueType(FPValue self) -> int
def Init (   self)
Init(FPValue self)
def InitTab (   self,
  args 
)
InitTab(FPValue self, ParamType2 type, int size)
def IsPointerBasedType (   self)
IsPointerBasedType(FPValue self) -> bool
def IsTabType (   self)
IsTabType(FPValue self) -> bool
def Set (   self,
  args 
)
Set(FPValue self, int x, bool performScaling=False)
Set(FPValue self, int x)
Set(FPValue self, float x, bool performScaling=False)
Set(FPValue self, float x)
Set(FPValue self, DWORD x, bool performScaling=False)
Set(FPValue self, DWORD x)
Set(FPValue self, bool x, bool performScaling=False)
Set(FPValue self, bool x)
Set(FPValue self, INT64 x, bool performScaling=False)
Set(FPValue self, INT64 x)
Set(FPValue self, double x, bool performScaling=False)
Set(FPValue self, double x)
Set(FPValue self, Point3 x, bool performScaling=False)
Set(FPValue self, Point3 x)
Set(FPValue self, Point4 x, bool performScaling=False)
Set(FPValue self, Point4 x)
Set(FPValue self, wchar_t const * x, bool performScaling=False)
Set(FPValue self, wchar_t const * x)
Set(FPValue self, WStr x, bool performScaling=False)
Set(FPValue self, WStr x)
Set(FPValue self, PBBitmap x, bool performScaling=False)
Set(FPValue self, PBBitmap x)
Set(FPValue self, Mtl x, bool performScaling=False)
Set(FPValue self, Mtl x)
Set(FPValue self, Texmap x, bool performScaling=False)
Set(FPValue self, Texmap x)
Set(FPValue self, INode x, bool performScaling=False)
Set(FPValue self, INode x)
Set(FPValue self, ReferenceTarget x, bool performScaling=False)
Set(FPValue self, ReferenceTarget x)
Set(FPValue self, Object x, bool performScaling=False)
Set(FPValue self, Object x)
Set(FPValue self, Control x, bool performScaling=False)
Set(FPValue self, Control x)
Set(FPValue self, IPoint2 x, bool performScaling=False)
Set(FPValue self, IPoint2 x)
Set(FPValue self, IParamBlock2 x, bool performScaling=False)
Set(FPValue self, IParamBlock2 x)
Set(FPValue self, Matrix3 x, bool performScaling=False)
Set(FPValue self, Matrix3 x)
Set(FPValue self, AngAxis x, bool performScaling=False)
Set(FPValue self, AngAxis x)
Set(FPValue self, Quat x, bool performScaling=False)
Set(FPValue self, Quat x)
Set(FPValue self, Ray x, bool performScaling=False)
Set(FPValue self, Ray x)
Set(FPValue self, Point2 x, bool performScaling=False)
Set(FPValue self, Point2 x)
Set(FPValue self, BitArray x, bool performScaling=False)
Set(FPValue self, BitArray x)
Set(FPValue self, ClassDesc x, bool performScaling=False)
Set(FPValue self, ClassDesc x)
Set(FPValue self, Mesh x, bool performScaling=False)
Set(FPValue self, Mesh x)
Set(FPValue self, BezierShape x, bool performScaling=False)
Set(FPValue self, BezierShape x)
Set(FPValue self, Interval x, bool performScaling=False)
Set(FPValue self, Interval x)
Set(FPValue self, IObject x, bool performScaling=False)
Set(FPValue self, IObject x)
Set(FPValue self, FPInterface x, bool performScaling=False)
Set(FPValue self, FPInterface x)
Set(FPValue self, Color x, bool performScaling=False)
Set(FPValue self, Color x)
Set(FPValue self, AColor x, bool performScaling=False)
Set(FPValue self, AColor x)
Set(FPValue self, Box3 x, bool performScaling=False)
Set(FPValue self, Box3 x)
Set(FPValue self, IntList x, bool performScaling=False)
Set(FPValue self, IntList x)
Set(FPValue self, FloatList x, bool performScaling=False)
Set(FPValue self, FloatList x)
Set(FPValue self, DWORDList x, bool performScaling=False)
Set(FPValue self, DWORDList x)
Set(FPValue self, BoolList x, bool performScaling=False)
Set(FPValue self, BoolList x)
Set(FPValue self, Int64List x, bool performScaling=False)
Set(FPValue self, Int64List x)
Set(FPValue self, DoubleList x, bool performScaling=False)
Set(FPValue self, DoubleList x)
Set(FPValue self, Point3List x, bool performScaling=False)
Set(FPValue self, Point3List x)
Set(FPValue self, Point4List x, bool performScaling=False)
Set(FPValue self, Point4List x)
Set(FPValue self, PCharList x, bool performScaling=False)
Set(FPValue self, PCharList x)
Set(FPValue self, StrList x, bool performScaling=False)
Set(FPValue self, StrList x)
Set(FPValue self, BitmapList x, bool performScaling=False)
Set(FPValue self, BitmapList x)
Set(FPValue self, IParamBlock2List x, bool performScaling=False)
Set(FPValue self, IParamBlock2List x)
Set(FPValue self, MtlList x, bool performScaling=False)
Set(FPValue self, MtlList x)
Set(FPValue self, TexmapList x, bool performScaling=False)
Set(FPValue self, TexmapList x)
Set(FPValue self, INodeList x, bool performScaling=False)
Set(FPValue self, INodeList x)
Set(FPValue self, ReferenceTargetList x, bool performScaling=False)
Set(FPValue self, ReferenceTargetList x)
Set(FPValue self, ObjectList x, bool performScaling=False)
Set(FPValue self, ObjectList x)
Set(FPValue self, ControlList x, bool performScaling=False)
Set(FPValue self, ControlList x)
Set(FPValue self, IPoint2List x, bool performScaling=False)
Set(FPValue self, IPoint2List x)
Set(FPValue self, Matrix3List x, bool performScaling=False)
Set(FPValue self, Matrix3List x)
Set(FPValue self, AngAxisList x, bool performScaling=False)
Set(FPValue self, AngAxisList x)
Set(FPValue self, QuatList x, bool performScaling=False)
Set(FPValue self, QuatList x)
Set(FPValue self, RayList x, bool performScaling=False)
Set(FPValue self, RayList x)
Set(FPValue self, Point2List x, bool performScaling=False)
Set(FPValue self, Point2List x)
Set(FPValue self, BitArrayList x, bool performScaling=False)
Set(FPValue self, BitArrayList x)
Set(FPValue self, ClassDescList x, bool performScaling=False)
Set(FPValue self, ClassDescList x)
Set(FPValue self, MeshList x, bool performScaling=False)
Set(FPValue self, MeshList x)
Set(FPValue self, Autodesk::Max::BezierShapeList const & x, bool performScaling=False)
Set(FPValue self, Autodesk::Max::BezierShapeList const & x)
Set(FPValue self, IntervalList x, bool performScaling=False)
Set(FPValue self, IntervalList x)
Set(FPValue self, IObjectList x, bool performScaling=False)
Set(FPValue self, IObjectList x)
Set(FPValue self, FPInterfaceList x, bool performScaling=False)
Set(FPValue self, FPInterfaceList x)
Set(FPValue self, ColorList x, bool performScaling=False)
Set(FPValue self, ColorList x)
Set(FPValue self, FPValueList x, bool performScaling=False)
Set(FPValue self, FPValueList x)
Set(FPValue self, AColorList x, bool performScaling=False)
Set(FPValue self, AColorList x)
Set(FPValue self, Autodesk::Max::Box3List const & x, bool performScaling=False)
Set(FPValue self, Autodesk::Max::Box3List const & x)
Set(FPValue self, int x, int targetType, bool performScaling=False)
Set(FPValue self, int x, int targetType)
Set(FPValue self, float x, int targetType, bool performScaling=False)
Set(FPValue self, float x, int targetType)
Set(FPValue self, DWORD x, int targetType, bool performScaling=False)
Set(FPValue self, DWORD x, int targetType)
Set(FPValue self, bool x, int targetType, bool performScaling=False)
Set(FPValue self, bool x, int targetType)
Set(FPValue self, INT64 x, int targetType, bool performScaling=False)
Set(FPValue self, INT64 x, int targetType)
Set(FPValue self, double x, int targetType, bool performScaling=False)
Set(FPValue self, double x, int targetType)
Set(FPValue self, Point3 x, int targetType, bool performScaling=False)
Set(FPValue self, Point3 x, int targetType)
Set(FPValue self, Point4 x, int targetType, bool performScaling=False)
Set(FPValue self, Point4 x, int targetType)
Set(FPValue self, wchar_t const * x, int targetType, bool performScaling=False)
Set(FPValue self, wchar_t const * x, int targetType)
Set(FPValue self, WStr x, int targetType, bool performScaling=False)
Set(FPValue self, WStr x, int targetType)
Set(FPValue self, PBBitmap x, int targetType, bool performScaling=False)
Set(FPValue self, PBBitmap x, int targetType)
Set(FPValue self, Mtl x, int targetType, bool performScaling=False)
Set(FPValue self, Mtl x, int targetType)
Set(FPValue self, Texmap x, int targetType, bool performScaling=False)
Set(FPValue self, Texmap x, int targetType)
Set(FPValue self, INode x, int targetType, bool performScaling=False)
Set(FPValue self, INode x, int targetType)
Set(FPValue self, ReferenceTarget x, int targetType, bool performScaling=False)
Set(FPValue self, ReferenceTarget x, int targetType)
Set(FPValue self, Object x, int targetType, bool performScaling=False)
Set(FPValue self, Object x, int targetType)
Set(FPValue self, Control x, int targetType, bool performScaling=False)
Set(FPValue self, Control x, int targetType)
Set(FPValue self, IPoint2 x, int targetType, bool performScaling=False)
Set(FPValue self, IPoint2 x, int targetType)
Set(FPValue self, IParamBlock2 x, int targetType, bool performScaling=False)
Set(FPValue self, IParamBlock2 x, int targetType)
Set(FPValue self, Matrix3 x, int targetType, bool performScaling=False)
Set(FPValue self, Matrix3 x, int targetType)
Set(FPValue self, AngAxis x, int targetType, bool performScaling=False)
Set(FPValue self, AngAxis x, int targetType)
Set(FPValue self, Quat x, int targetType, bool performScaling=False)
Set(FPValue self, Quat x, int targetType)
Set(FPValue self, Ray x, int targetType, bool performScaling=False)
Set(FPValue self, Ray x, int targetType)
Set(FPValue self, Point2 x, int targetType, bool performScaling=False)
Set(FPValue self, Point2 x, int targetType)
Set(FPValue self, BitArray x, int targetType, bool performScaling=False)
Set(FPValue self, BitArray x, int targetType)
Set(FPValue self, ClassDesc x, int targetType, bool performScaling=False)
Set(FPValue self, ClassDesc x, int targetType)
Set(FPValue self, Mesh x, int targetType, bool performScaling=False)
Set(FPValue self, Mesh x, int targetType)
Set(FPValue self, BezierShape x, int targetType, bool performScaling=False)
Set(FPValue self, BezierShape x, int targetType)
Set(FPValue self, Interval x, int targetType, bool performScaling=False)
Set(FPValue self, Interval x, int targetType)
Set(FPValue self, IObject x, int targetType, bool performScaling=False)
Set(FPValue self, IObject x, int targetType)
Set(FPValue self, FPInterface x, int targetType, bool performScaling=False)
Set(FPValue self, FPInterface x, int targetType)
Set(FPValue self, Color x, int targetType, bool performScaling=False)
Set(FPValue self, Color x, int targetType)
Set(FPValue self, AColor x, int targetType, bool performScaling=False)
Set(FPValue self, AColor x, int targetType)
Set(FPValue self, Box3 x, int targetType, bool performScaling=False)
Set(FPValue self, Box3 x, int targetType)
Set(FPValue self, Wrapper arg2, int targetType, bool performScaling=False)
Set(FPValue self, Wrapper arg2, int targetType)
Set(FPValue self, IntList x, int targetType, bool performScaling=False)
Set(FPValue self, IntList x, int targetType)
Set(FPValue self, FloatList x, int targetType, bool performScaling=False)
Set(FPValue self, FloatList x, int targetType)
Set(FPValue self, DWORDList x, int targetType, bool performScaling=False)
Set(FPValue self, DWORDList x, int targetType)
Set(FPValue self, BoolList x, int targetType, bool performScaling=False)
Set(FPValue self, BoolList x, int targetType)
Set(FPValue self, Int64List x, int targetType, bool performScaling=False)
Set(FPValue self, Int64List x, int targetType)
Set(FPValue self, DoubleList x, int targetType, bool performScaling=False)
Set(FPValue self, DoubleList x, int targetType)
Set(FPValue self, Point3List x, int targetType, bool performScaling=False)
Set(FPValue self, Point3List x, int targetType)
Set(FPValue self, Point4List x, int targetType, bool performScaling=False)
Set(FPValue self, Point4List x, int targetType)
Set(FPValue self, PCharList x, int targetType, bool performScaling=False)
Set(FPValue self, PCharList x, int targetType)
Set(FPValue self, StrList x, int targetType, bool performScaling=False)
Set(FPValue self, StrList x, int targetType)
Set(FPValue self, BitmapList x, int targetType, bool performScaling=False)
Set(FPValue self, BitmapList x, int targetType)
Set(FPValue self, IParamBlock2List x, int targetType, bool performScaling=False)
Set(FPValue self, IParamBlock2List x, int targetType)
Set(FPValue self, MtlList x, int targetType, bool performScaling=False)
Set(FPValue self, MtlList x, int targetType)
Set(FPValue self, TexmapList x, int targetType, bool performScaling=False)
Set(FPValue self, TexmapList x, int targetType)
Set(FPValue self, INodeList x, int targetType, bool performScaling=False)
Set(FPValue self, INodeList x, int targetType)
Set(FPValue self, ReferenceTargetList x, int targetType, bool performScaling=False)
Set(FPValue self, ReferenceTargetList x, int targetType)
Set(FPValue self, ObjectList x, int targetType, bool performScaling=False)
Set(FPValue self, ObjectList x, int targetType)
Set(FPValue self, ControlList x, int targetType, bool performScaling=False)
Set(FPValue self, ControlList x, int targetType)
Set(FPValue self, IPoint2List x, int targetType, bool performScaling=False)
Set(FPValue self, IPoint2List x, int targetType)
Set(FPValue self, Matrix3List x, int targetType, bool performScaling=False)
Set(FPValue self, Matrix3List x, int targetType)
Set(FPValue self, AngAxisList x, int targetType, bool performScaling=False)
Set(FPValue self, AngAxisList x, int targetType)
Set(FPValue self, QuatList x, int targetType, bool performScaling=False)
Set(FPValue self, QuatList x, int targetType)
Set(FPValue self, RayList x, int targetType, bool performScaling=False)
Set(FPValue self, RayList x, int targetType)
Set(FPValue self, Point2List x, int targetType, bool performScaling=False)
Set(FPValue self, Point2List x, int targetType)
Set(FPValue self, BitArrayList x, int targetType, bool performScaling=False)
Set(FPValue self, BitArrayList x, int targetType)
Set(FPValue self, ClassDescList x, int targetType, bool performScaling=False)
Set(FPValue self, ClassDescList x, int targetType)
Set(FPValue self, MeshList x, int targetType, bool performScaling=False)
Set(FPValue self, MeshList x, int targetType)
Set(FPValue self, IntervalList x, int targetType, bool performScaling=False)
Set(FPValue self, IntervalList x, int targetType)
Set(FPValue self, IObjectList x, int targetType, bool performScaling=False)
Set(FPValue self, IObjectList x, int targetType)
Set(FPValue self, FPInterfaceList x, int targetType, bool performScaling=False)
Set(FPValue self, FPInterfaceList x, int targetType)
Set(FPValue self, ColorList x, int targetType, bool performScaling=False)
Set(FPValue self, ColorList x, int targetType)
Set(FPValue self, FPValueList x, int targetType, bool performScaling=False)
Set(FPValue self, FPValueList x, int targetType)
Set(FPValue self, AColorList x, int targetType, bool performScaling=False)
Set(FPValue self, AColorList x, int targetType)
Set(FPValue self, Autodesk::Max::Box3List const & x, int targetType, bool performScaling=False)
Set(FPValue self, Autodesk::Max::Box3List const & x, int targetType)
def SetValueType (   self,
  args 
)
SetValueType(FPValue self, int type)