A single point of a PolyLine.
Inheritance diagram for PolyPt:Public Member Functions | |
| def | GetAux (self) |
| def | GetFlags (self) |
| def | GetFlags2 (self) |
| def | GetMatID (self) |
| def | GetPoint (self) |
| def | SetAux (self, args) |
| def | SetFlags (self, args) |
| def | SetFlags2 (self, args) |
| def | SetMatID (self, args) |
| def | SetPoint (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') |
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 GetAux | ( | self | ) |
GetAux(PolyPt self) -> int
| def GetFlags | ( | self | ) |
GetFlags(PolyPt self) -> DWORD
| def GetFlags2 | ( | self | ) |
GetFlags2(PolyPt self) -> DWORD
| def GetMatID | ( | self | ) |
GetMatID(PolyPt self) -> MtlID
| def GetPoint | ( | self | ) |
GetPoint(PolyPt self) -> Point3
| def SetAux | ( | self, | |
| args | |||
| ) |
SetAux(PolyPt self, int value)
| def SetFlags | ( | self, | |
| args | |||
| ) |
SetFlags(PolyPt self, DWORD value)
| def SetFlags2 | ( | self, | |
| args | |||
| ) |
SetFlags2(PolyPt self, DWORD value)
| def SetMatID | ( | self, | |
| args | |||
| ) |
SetMatID(PolyPt self, MtlID id)
| def SetPoint | ( | self, | |
| args | |||
| ) |
SetPoint(PolyPt self, Point3 value)