SplineKnot Class Reference
A single knot in a spline.
|
| def | ClearFlag (self, args) |
| |
| def | ClearNoSnap (self) |
| |
| def | GetAux (self) |
| |
| def | GetAux2 (self) |
| |
| def | GetAux3 (self) |
| |
| def | GetFlag (self, args) |
| |
| def | GetFlags (self) |
| |
| def | GetInAux (self) |
| |
| def | GetInAux2 (self) |
| |
| def | GetInAux3 (self) |
| |
| def | GetInVec (self) |
| |
| def | GetKtype (self) |
| |
| def | GetLtype (self) |
| |
| def | GetMatID (self) |
| |
| def | GetOutAux (self) |
| |
| def | GetOutAux2 (self) |
| |
| def | GetOutAux3 (self) |
| |
| def | GetOutVec (self) |
| |
| def | Hide (self) |
| |
| def | IsHidden (self) |
| |
| def | IsNoSnap (self) |
| |
| def | SetAux (self, args) |
| |
| def | SetAux2 (self, args) |
| |
| def | SetAux3 (self, args) |
| |
| def | SetFlag (self, args) |
| |
| def | SetInAux (self, args) |
| |
| def | SetInAux2 (self, args) |
| |
| def | SetInAux3 (self, args) |
| |
| def | SetInVec (self, args) |
| |
| def | SetKnot (self, args) |
| |
| def | SetKtype (self, args) |
| |
| def | SetLtype (self, args) |
| |
| def | SetMatID (self, args) |
| |
| def | SetNoSnap (self) |
| |
| def | SetOutAux (self, args) |
| |
| def | SetOutAux2 (self, args) |
| |
| def | SetOutAux3 (self, args) |
| |
| def | SetOutVec (self, args) |
| |
| def | Unhide (self) |
| |
| def | GetUnwrappedPtr (self) |
| |
|
|
| AutoKnot = _MaxPlus.SplineKnot_AutoKnot |
| |
|
| BezierCornerKnot = _MaxPlus.SplineKnot_BezierCornerKnot |
| |
|
| BezierKnot = _MaxPlus.SplineKnot_BezierKnot |
| |
|
| CornerKnot = _MaxPlus.SplineKnot_CornerKnot |
| |
|
| CurveLineType = _MaxPlus.SplineKnot_CurveLineType |
| |
|
| LineLineType = _MaxPlus.SplineKnot_LineLineType |
| |
|
| ResetKnot = _MaxPlus.SplineKnot_ResetKnot |
| |
|
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 ClearFlag |
( |
|
self, |
|
|
|
args |
|
) |
| |
ClearFlag(SplineKnot self, DWORD fl)
ClearNoSnap(SplineKnot self)
GetAux(SplineKnot self) -> int
GetAux2(SplineKnot self) -> int
GetAux3(SplineKnot self) -> int
| def GetFlag |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetFlag(SplineKnot self, DWORD fl) -> bool
GetFlags(SplineKnot self) -> DWORD
GetInAux(SplineKnot self) -> int
GetInAux2(SplineKnot self) -> int
GetInAux3(SplineKnot self) -> int
GetInVec(SplineKnot self) -> Point3
GetKtype(SplineKnot self) -> Autodesk::Max::SplineKnot::KnotType
GetLtype(SplineKnot self) -> Autodesk::Max::SplineKnot::LineType
GetMatID(SplineKnot self) -> MtlID
GetOutAux(SplineKnot self) -> int
GetOutAux2(SplineKnot self) -> int
GetOutAux3(SplineKnot self) -> int
GetOutVec(SplineKnot self) -> Point3
IsHidden(SplineKnot self) -> bool
IsNoSnap(SplineKnot self) -> bool
| def SetAux |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetAux(SplineKnot self, int a)
| def SetAux2 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetAux2(SplineKnot self, int a)
| def SetAux3 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetAux3(SplineKnot self, int a)
| def SetFlag |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetFlag(SplineKnot self, DWORD fl, bool val=TRUE)
SetFlag(SplineKnot self, DWORD fl)
| def SetInAux |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetInAux(SplineKnot self, int a)
| def SetInAux2 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetInAux2(SplineKnot self, int a)
| def SetInAux3 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetInAux3(SplineKnot self, int a)
| def SetInVec |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetInVec(SplineKnot self, Point3 p)
| def SetKnot |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetKnot(SplineKnot self, Point3 p)
| def SetKtype |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetKtype(SplineKnot self, Autodesk::Max::SplineKnot::KnotType t)
| def SetLtype |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetLtype(SplineKnot self, Autodesk::Max::SplineKnot::LineType t)
| def SetMatID |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetMatID(SplineKnot self, MtlID id)
SetNoSnap(SplineKnot self)
| def SetOutAux |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetOutAux(SplineKnot self, int a)
| def SetOutAux2 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetOutAux2(SplineKnot self, int a)
| def SetOutAux3 |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetOutAux3(SplineKnot self, int a)
| def SetOutVec |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetOutVec(SplineKnot self, Point3 p)