MaxPlus Python API Reference
FPValue Class Reference
+ Inheritance diagram for FPValue:

Public Member Functions

def Free (self)
 
def GetAColor (self, performScaling=False)
 
def GetAColorList (self, performScaling=False)
 
def GetAngAxis (self, performScaling=False)
 
def GetAngAxisList (self, performScaling=False)
 
def GetBezierShape (self, performScaling=False)
 
def GetBitArray (self, performScaling=False)
 
def GetBitArrayList (self, performScaling=False)
 
def GetBitmap (self, performScaling=False)
 
def GetBitmapList (self, performScaling=False)
 
def GetBool (self, performScaling=False)
 
def GetBoolList (self, performScaling=False)
 
def GetBox3 (self, performScaling=False)
 
def GetBox3List (self, performScaling=False)
 
def GetClassDesc (self, performScaling=False)
 
def GetClassDescList (self, performScaling=False)
 
def GetColor (self, performScaling=False)
 
def GetColorList (self, performScaling=False)
 
def GetControl (self, performScaling=False)
 
def GetControlList (self, performScaling=False)
 
def GetDouble (self, performScaling=False)
 
def GetDoubleList (self, performScaling=False)
 
def GetDWORD (self, performScaling=False)
 
def GetDWORDList (self, performScaling=False)
 
def GetFloat (self, performScaling=False)
 
def GetFloatList (self, performScaling=False)
 
def GetFPInterface (self, performScaling=False)
 
def GetFPInterfaceList (self, performScaling=False)
 
def GetFPValueList (self, performScaling=False)
 
def GetInt (self, performScaling=False)
 
def GetInt64 (self, performScaling=False)
 
def GetInt64List (self, performScaling=False)
 
def GetInterval (self, performScaling=False)
 
def GetIntervalList (self, performScaling=False)
 
def GetIntList (self, performScaling=False)
 
def GetIObject (self, performScaling=False)
 
def GetIObjectList (self, performScaling=False)
 
def GetIParamBlock2 (self, performScaling=False)
 
def GetIParamBlock2List (self, performScaling=False)
 
def GetIPoint2 (self, performScaling=False)
 
def GetIPoint2List (self, performScaling=False)
 
def GetMatrix3 (self, performScaling=False)
 
def GetMatrix3List (self, performScaling=False)
 
def GetMesh (self, performScaling=False)
 
def GetMeshList (self, performScaling=False)
 
def GetMtl (self, performScaling=False)
 
def GetMtlList (self, performScaling=False)
 
def GetNode (self, performScaling=False)
 
def GetNodeList (self, performScaling=False)
 
def GetObject (self, performScaling=False)
 
def GetObjectList (self, performScaling=False)
 
def GetParamDimension (self)
 
def GetPChar (self, performScaling=False)
 
def GetPCharList (self, performScaling=False)
 
def GetPoint2 (self, performScaling=False)
 
def GetPoint2List (self, performScaling=False)
 
def GetPoint3 (self, performScaling=False)
 
def GetPoint3List (self, performScaling=False)
 
def GetPoint4 (self, performScaling=False)
 
def GetPoint4List (self, performScaling=False)
 
def GetQuat (self, performScaling=False)
 
def GetQuatList (self, performScaling=False)
 
def GetRay (self, performScaling=False)
 
def GetRayList (self, performScaling=False)
 
def GetReferenceTarget (self, performScaling=False)
 
def GetReferenceTargetList (self, performScaling=False)
 
def GetStr (self, performScaling=False)
 
def GetStrList (self, performScaling=False)
 
def GetTexmap (self, performScaling=False)
 
def GetTexmapList (self, performScaling=False)
 
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

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 Type = _swig_property(GetValueType)
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Contains a single value used in a parameter block, as part of the function publishing system, or when evaluating MAXScript expressions.

Member Function Documentation

◆ Free()

def Free (   self)
Free(FPValue self)

◆ GetAColor()

def GetAColor (   self,
  performScaling = False 
)
GetAColor(FPValue self, bool performScaling=False) -> AColor
GetAColor(FPValue self) -> AColor

◆ GetAColorList()

def GetAColorList (   self,
  performScaling = False 
)
GetAColorList(FPValue self, bool performScaling=False) -> AColorList
GetAColorList(FPValue self) -> AColorList

◆ GetAngAxis()

def GetAngAxis (   self,
  performScaling = False 
)
GetAngAxis(FPValue self, bool performScaling=False) -> AngAxis
GetAngAxis(FPValue self) -> AngAxis

◆ GetAngAxisList()

def GetAngAxisList (   self,
  performScaling = False 
)
GetAngAxisList(FPValue self, bool performScaling=False) -> AngAxisList
GetAngAxisList(FPValue self) -> AngAxisList

◆ GetBezierShape()

def GetBezierShape (   self,
  performScaling = False 
)
GetBezierShape(FPValue self, bool performScaling=False) -> BezierShape
GetBezierShape(FPValue self) -> BezierShape

◆ GetBitArray()

def GetBitArray (   self,
  performScaling = False 
)
GetBitArray(FPValue self, bool performScaling=False) -> BitArray
GetBitArray(FPValue self) -> BitArray

◆ GetBitArrayList()

def GetBitArrayList (   self,
  performScaling = False 
)
GetBitArrayList(FPValue self, bool performScaling=False) -> BitArrayList
GetBitArrayList(FPValue self) -> BitArrayList

◆ GetBitmap()

def GetBitmap (   self,
  performScaling = False 
)
GetBitmap(FPValue self, bool performScaling=False) -> PBBitmap
GetBitmap(FPValue self) -> PBBitmap

◆ GetBitmapList()

def GetBitmapList (   self,
  performScaling = False 
)
GetBitmapList(FPValue self, bool performScaling=False) -> BitmapList
GetBitmapList(FPValue self) -> BitmapList

◆ GetBool()

def GetBool (   self,
  performScaling = False 
)
GetBool(FPValue self, bool performScaling=False) -> bool
GetBool(FPValue self) -> bool

◆ GetBoolList()

def GetBoolList (   self,
  performScaling = False 
)
GetBoolList(FPValue self, bool performScaling=False) -> BoolList
GetBoolList(FPValue self) -> BoolList

◆ GetBox3()

def GetBox3 (   self,
  performScaling = False 
)
GetBox3(FPValue self, bool performScaling=False) -> Box3
GetBox3(FPValue self) -> Box3

◆ GetBox3List()

def GetBox3List (   self,
  performScaling = False 
)
GetBox3List(FPValue self, bool performScaling=False) -> Autodesk::Max::Box3List
GetBox3List(FPValue self) -> Autodesk::Max::Box3List

◆ GetClassDesc()

def GetClassDesc (   self,
  performScaling = False 
)
GetClassDesc(FPValue self, bool performScaling=False) -> ClassDesc
GetClassDesc(FPValue self) -> ClassDesc

◆ GetClassDescList()

def GetClassDescList (   self,
  performScaling = False 
)
GetClassDescList(FPValue self, bool performScaling=False) -> ClassDescList
GetClassDescList(FPValue self) -> ClassDescList

◆ GetColor()

def GetColor (   self,
  performScaling = False 
)
GetColor(FPValue self, bool performScaling=False) -> Color
GetColor(FPValue self) -> Color

◆ GetColorList()

def GetColorList (   self,
  performScaling = False 
)
GetColorList(FPValue self, bool performScaling=False) -> ColorList
GetColorList(FPValue self) -> ColorList

◆ GetControl()

def GetControl (   self,
  performScaling = False 
)
GetControl(FPValue self, bool performScaling=False) -> Control
GetControl(FPValue self) -> Control

◆ GetControlList()

def GetControlList (   self,
  performScaling = False 
)
GetControlList(FPValue self, bool performScaling=False) -> ControlList
GetControlList(FPValue self) -> ControlList

◆ GetDouble()

def GetDouble (   self,
  performScaling = False 
)
GetDouble(FPValue self, bool performScaling=False) -> double
GetDouble(FPValue self) -> double

◆ GetDoubleList()

def GetDoubleList (   self,
  performScaling = False 
)
GetDoubleList(FPValue self, bool performScaling=False) -> DoubleList
GetDoubleList(FPValue self) -> DoubleList

◆ GetDWORD()

def GetDWORD (   self,
  performScaling = False 
)
GetDWORD(FPValue self, bool performScaling=False) -> DWORD
GetDWORD(FPValue self) -> DWORD

◆ GetDWORDList()

def GetDWORDList (   self,
  performScaling = False 
)
GetDWORDList(FPValue self, bool performScaling=False) -> DWORDList
GetDWORDList(FPValue self) -> DWORDList

◆ GetFloat()

def GetFloat (   self,
  performScaling = False 
)
GetFloat(FPValue self, bool performScaling=False) -> float
GetFloat(FPValue self) -> float

◆ GetFloatList()

def GetFloatList (   self,
  performScaling = False 
)
GetFloatList(FPValue self, bool performScaling=False) -> FloatList
GetFloatList(FPValue self) -> FloatList

◆ GetFPInterface()

def GetFPInterface (   self,
  performScaling = False 
)
GetFPInterface(FPValue self, bool performScaling=False) -> FPInterface
GetFPInterface(FPValue self) -> FPInterface

◆ GetFPInterfaceList()

def GetFPInterfaceList (   self,
  performScaling = False 
)
GetFPInterfaceList(FPValue self, bool performScaling=False) -> FPInterfaceList
GetFPInterfaceList(FPValue self) -> FPInterfaceList

◆ GetFPValueList()

def GetFPValueList (   self,
  performScaling = False 
)
GetFPValueList(FPValue self, bool performScaling=False) -> FPValueList
GetFPValueList(FPValue self) -> FPValueList

◆ GetInt()

def GetInt (   self,
  performScaling = False 
)
GetInt(FPValue self, bool performScaling=False) -> int
GetInt(FPValue self) -> int

◆ GetInt64()

def GetInt64 (   self,
  performScaling = False 
)
GetInt64(FPValue self, bool performScaling=False) -> INT64
GetInt64(FPValue self) -> INT64

◆ GetInt64List()

def GetInt64List (   self,
  performScaling = False 
)
GetInt64List(FPValue self, bool performScaling=False) -> Int64List
GetInt64List(FPValue self) -> Int64List

◆ GetInterval()

def GetInterval (   self,
  performScaling = False 
)
GetInterval(FPValue self, bool performScaling=False) -> Interval
GetInterval(FPValue self) -> Interval

◆ GetIntervalList()

def GetIntervalList (   self,
  performScaling = False 
)
GetIntervalList(FPValue self, bool performScaling=False) -> IntervalList
GetIntervalList(FPValue self) -> IntervalList

◆ GetIntList()

def GetIntList (   self,
  performScaling = False 
)
GetIntList(FPValue self, bool performScaling=False) -> IntList
GetIntList(FPValue self) -> IntList

◆ GetIObject()

def GetIObject (   self,
  performScaling = False 
)
GetIObject(FPValue self, bool performScaling=False) -> IObject
GetIObject(FPValue self) -> IObject

◆ GetIObjectList()

def GetIObjectList (   self,
  performScaling = False 
)
GetIObjectList(FPValue self, bool performScaling=False) -> IObjectList
GetIObjectList(FPValue self) -> IObjectList

◆ GetIParamBlock2()

def GetIParamBlock2 (   self,
  performScaling = False 
)
GetIParamBlock2(FPValue self, bool performScaling=False) -> IParamBlock2
GetIParamBlock2(FPValue self) -> IParamBlock2

◆ GetIParamBlock2List()

def GetIParamBlock2List (   self,
  performScaling = False 
)
GetIParamBlock2List(FPValue self, bool performScaling=False) -> IParamBlock2List
GetIParamBlock2List(FPValue self) -> IParamBlock2List

◆ GetIPoint2()

def GetIPoint2 (   self,
  performScaling = False 
)
GetIPoint2(FPValue self, bool performScaling=False) -> IPoint2
GetIPoint2(FPValue self) -> IPoint2

◆ GetIPoint2List()

def GetIPoint2List (   self,
  performScaling = False 
)
GetIPoint2List(FPValue self, bool performScaling=False) -> IPoint2List
GetIPoint2List(FPValue self) -> IPoint2List

◆ GetMatrix3()

def GetMatrix3 (   self,
  performScaling = False 
)
GetMatrix3(FPValue self, bool performScaling=False) -> Matrix3
GetMatrix3(FPValue self) -> Matrix3

◆ GetMatrix3List()

def GetMatrix3List (   self,
  performScaling = False 
)
GetMatrix3List(FPValue self, bool performScaling=False) -> Matrix3List
GetMatrix3List(FPValue self) -> Matrix3List

◆ GetMesh()

def GetMesh (   self,
  performScaling = False 
)
GetMesh(FPValue self, bool performScaling=False) -> Mesh
GetMesh(FPValue self) -> Mesh

◆ GetMeshList()

def GetMeshList (   self,
  performScaling = False 
)
GetMeshList(FPValue self, bool performScaling=False) -> MeshList
GetMeshList(FPValue self) -> MeshList

◆ GetMtl()

def GetMtl (   self,
  performScaling = False 
)
GetMtl(FPValue self, bool performScaling=False) -> Mtl
GetMtl(FPValue self) -> Mtl

◆ GetMtlList()

def GetMtlList (   self,
  performScaling = False 
)
GetMtlList(FPValue self, bool performScaling=False) -> MtlList
GetMtlList(FPValue self) -> MtlList

◆ GetNode()

def GetNode (   self,
  performScaling = False 
)
GetNode(FPValue self, bool performScaling=False) -> INode
GetNode(FPValue self) -> INode

◆ GetNodeList()

def GetNodeList (   self,
  performScaling = False 
)
GetNodeList(FPValue self, bool performScaling=False) -> INodeList
GetNodeList(FPValue self) -> INodeList

◆ GetObject()

def GetObject (   self,
  performScaling = False 
)
GetObject(FPValue self, bool performScaling=False) -> Object
GetObject(FPValue self) -> Object

◆ GetObjectList()

def GetObjectList (   self,
  performScaling = False 
)
GetObjectList(FPValue self, bool performScaling=False) -> ObjectList
GetObjectList(FPValue self) -> ObjectList

◆ GetParamDimension()

def GetParamDimension (   self)
GetParamDimension(FPValue self) -> ::ParamDimension *

◆ GetPChar()

def GetPChar (   self,
  performScaling = False 
)
GetPChar(FPValue self, bool performScaling=False) -> wchar_t const
GetPChar(FPValue self) -> wchar_t const *

◆ GetPCharList()

def GetPCharList (   self,
  performScaling = False 
)
GetPCharList(FPValue self, bool performScaling=False) -> PCharList
GetPCharList(FPValue self) -> PCharList

◆ GetPoint2()

def GetPoint2 (   self,
  performScaling = False 
)
GetPoint2(FPValue self, bool performScaling=False) -> Point2
GetPoint2(FPValue self) -> Point2

◆ GetPoint2List()

def GetPoint2List (   self,
  performScaling = False 
)
GetPoint2List(FPValue self, bool performScaling=False) -> Point2List
GetPoint2List(FPValue self) -> Point2List

◆ GetPoint3()

def GetPoint3 (   self,
  performScaling = False 
)
GetPoint3(FPValue self, bool performScaling=False) -> Point3
GetPoint3(FPValue self) -> Point3

◆ GetPoint3List()

def GetPoint3List (   self,
  performScaling = False 
)
GetPoint3List(FPValue self, bool performScaling=False) -> Point3List
GetPoint3List(FPValue self) -> Point3List

◆ GetPoint4()

def GetPoint4 (   self,
  performScaling = False 
)
GetPoint4(FPValue self, bool performScaling=False) -> Point4
GetPoint4(FPValue self) -> Point4

◆ GetPoint4List()

def GetPoint4List (   self,
  performScaling = False 
)
GetPoint4List(FPValue self, bool performScaling=False) -> Point4List
GetPoint4List(FPValue self) -> Point4List

◆ GetQuat()

def GetQuat (   self,
  performScaling = False 
)
GetQuat(FPValue self, bool performScaling=False) -> Quat
GetQuat(FPValue self) -> Quat

◆ GetQuatList()

def GetQuatList (   self,
  performScaling = False 
)
GetQuatList(FPValue self, bool performScaling=False) -> QuatList
GetQuatList(FPValue self) -> QuatList

◆ GetRay()

def GetRay (   self,
  performScaling = False 
)
GetRay(FPValue self, bool performScaling=False) -> Ray
GetRay(FPValue self) -> Ray

◆ GetRayList()

def GetRayList (   self,
  performScaling = False 
)
GetRayList(FPValue self, bool performScaling=False) -> RayList
GetRayList(FPValue self) -> RayList

◆ GetReferenceTarget()

def GetReferenceTarget (   self,
  performScaling = False 
)
GetReferenceTarget(FPValue self, bool performScaling=False) -> ReferenceTarget
GetReferenceTarget(FPValue self) -> ReferenceTarget

◆ GetReferenceTargetList()

def GetReferenceTargetList (   self,
  performScaling = False 
)
GetReferenceTargetList(FPValue self, bool performScaling=False) -> ReferenceTargetList
GetReferenceTargetList(FPValue self) -> ReferenceTargetList

◆ GetStr()

def GetStr (   self,
  performScaling = False 
)
GetStr(FPValue self, bool performScaling=False) -> WStr
GetStr(FPValue self) -> WStr

◆ GetStrList()

def GetStrList (   self,
  performScaling = False 
)
GetStrList(FPValue self, bool performScaling=False) -> StrList
GetStrList(FPValue self) -> StrList

◆ GetTexmap()

def GetTexmap (   self,
  performScaling = False 
)
GetTexmap(FPValue self, bool performScaling=False) -> Texmap
GetTexmap(FPValue self) -> Texmap

◆ GetTexmapList()

def GetTexmapList (   self,
  performScaling = False 
)
GetTexmapList(FPValue self, bool performScaling=False) -> TexmapList
GetTexmapList(FPValue self) -> TexmapList

◆ GetValueType()

def GetValueType (   self)
GetValueType(FPValue self) -> int

◆ Init()

def Init (   self)
Init(FPValue self)

◆ InitTab()

def InitTab (   self,
args 
)
InitTab(FPValue self, ParamType2 type, int size)

◆ IsPointerBasedType()

def IsPointerBasedType (   self)
IsPointerBasedType(FPValue self) -> bool

◆ IsTabType()

def IsTabType (   self)
IsTabType(FPValue self) -> bool

◆ Set()

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)

◆ SetValueType()

def SetValueType (   self,
args 
)
SetValueType(FPValue self, int type)