MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.CurveFunc Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, CurveFunc arg0)
 
None __init__ (self, func_CurvePoint_from_float func, float totalLength)
 
func_CurvePoint_from_float func (self)
 
None func (self, func_CurvePoint_from_float arg1)
 
float totalLength (self)
 
None totalLength (self, float arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
CurveFunc operator (*args, **kwargs)
 
CurveFunc operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_func = 0
 
typing _offsetof_totalLength = 32
 

Detailed Description

Generated from:  MR::CurveFunc

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.CurveFunc.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.CurveFunc.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.CurveFunc.__init__ ( self,
CurveFunc arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.CurveFunc.__init__ ( self,
func_CurvePoint_from_float func,
float totalLength )
Implicit aggregate constructor.

Member Function Documentation

◆ func() [1/2]

func_CurvePoint_from_float mrmeshpy.CurveFunc.func ( self)
curve given as a function: position along curve -> point

◆ func() [2/2]

None mrmeshpy.CurveFunc.func ( self,
func_CurvePoint_from_float arg1 )

◆ operator() [1/2]

CurveFunc mrmeshpy.CurveFunc.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

CurveFunc mrmeshpy.CurveFunc.operator ( * args,
** kwargs )
static

◆ totalLength() [1/2]

float mrmeshpy.CurveFunc.totalLength ( self)
total length of the given curve

◆ totalLength() [2/2]

None mrmeshpy.CurveFunc.totalLength ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_func

typing mrmeshpy.CurveFunc._offsetof_func = 0
staticprotected

◆ _offsetof_totalLength

typing mrmeshpy.CurveFunc._offsetof_totalLength = 32
staticprotected

The documentation for this class was generated from the following file: