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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertColors colors, func_bool_from_float callback)
 
func_bool_from_float callback (self)
 
None callback (self, func_bool_from_float arg1)
 
VertColors colors (self)
 
None colors (self, VertColors arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_callback = 8
 
typing _offsetof_colors = 0
 

Detailed Description

Generated from:  MR::LinesLoadSettings

setting for polyline loading from external format, and locations of optional output data

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.LinesLoadSettings.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.LinesLoadSettings.__init__ ( self,
VertColors colors,
func_bool_from_float callback )
Implicit aggregate constructor.

Member Function Documentation

◆ callback() [1/2]

func_bool_from_float mrmeshpy.LinesLoadSettings.callback ( self)
callback for set progress and stop process

◆ callback() [2/2]

None mrmeshpy.LinesLoadSettings.callback ( self,
func_bool_from_float arg1 )

◆ colors() [1/2]

VertColors mrmeshpy.LinesLoadSettings.colors ( self)
optional load artifact: per-vertex color map

◆ colors() [2/2]

None mrmeshpy.LinesLoadSettings.colors ( self,
VertColors arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_callback

typing mrmeshpy.LinesLoadSettings._offsetof_callback = 8
staticprotected

◆ _offsetof_colors

typing mrmeshpy.LinesLoadSettings._offsetof_colors = 0
staticprotected

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