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

Public Member Functions

def CopyFrom (self, *args)
 
def GetAux (self, *args)
 
def GetPoint (self)
 
def SetAux (self, *args)
 
def SetPoint (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')
 
- 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

Provides the vertex-level point information for the Spline3D class.

Member Function Documentation

◆ CopyFrom()

def CopyFrom (   self,
args 
)
CopyFrom(SplinePoint self, SplinePoint fromSP)

◆ GetAux()

def GetAux (   self,
args 
)
GetAux(SplinePoint self, int index) -> int

◆ GetPoint()

def GetPoint (   self)
GetPoint(SplinePoint self) -> Point3

◆ SetAux()

def SetAux (   self,
args 
)
SetAux(SplinePoint self, int index, int a)

◆ SetPoint()

def SetPoint (   self,
args 
)
SetPoint(SplinePoint self, Point3 p)