SplinePoint Class Reference

Class Description

Provides the vertex-level point information for the Spline3D class.
+ 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

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 CopyFrom (   self,
  args 
)
CopyFrom(SplinePoint self, SplinePoint fromSP)
def GetAux (   self,
  args 
)
GetAux(SplinePoint self, int index) -> int
def GetPoint (   self)
GetPoint(SplinePoint self) -> Point3
def SetAux (   self,
  args 
)
SetAux(SplinePoint self, int index, int a)
def SetPoint (   self,
  args 
)
SetPoint(SplinePoint self, Point3 p)