PolyPt Class Reference

Class Description

A single point of a PolyLine.
+ Inheritance diagram for PolyPt:

Public Member Functions

def GetAux
 
def GetFlags
 
def GetFlags2
 
def GetMatID
 
def GetPoint
 
def SetAux
 
def SetFlags
 
def SetFlags2
 
def SetMatID
 
def SetPoint
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

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')
 

Member Function Documentation

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)