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

Public Member Functions

None __init__ (self)
 
None __init__ (self, Vector3f voxelSize, float offsetCount, AffineXf3f worldXf, AffineXf3f outXf, func_bool_from_float cb)
 
float offsetCount (self)
 
None offsetCount (self, float arg1)
 
AffineXf3f outXf (self)
 
None outXf (self, AffineXf3f arg1)
 
AffineXf3f worldXf (self)
 
None worldXf (self, AffineXf3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_cb = 72
 
typing _offsetof_offsetCount = 12
 
typing _offsetof_outXf = 64
 
typing _offsetof_voxelSize = 0
 
typing _offsetof_worldXf = 16
 

Detailed Description

Generated from:  MR::PolylineToDistanceVolumeParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.PolylineToDistanceVolumeParams.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PolylineToDistanceVolumeParams.__init__ ( self,
Vector3f voxelSize,
float offsetCount,
AffineXf3f worldXf,
AffineXf3f outXf,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ offsetCount() [1/2]

float mrmeshpy.PolylineToDistanceVolumeParams.offsetCount ( self)
offsetCount - the number of voxels around polyline to calculate distance in (should be positive)

◆ offsetCount() [2/2]

None mrmeshpy.PolylineToDistanceVolumeParams.offsetCount ( self,
float arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ outXf() [1/2]

AffineXf3f mrmeshpy.PolylineToDistanceVolumeParams.outXf ( self)
optional output: xf to original mesh (respecting worldXf)

◆ outXf() [2/2]

None mrmeshpy.PolylineToDistanceVolumeParams.outXf ( self,
AffineXf3f arg1 )

◆ worldXf() [1/2]

AffineXf3f mrmeshpy.PolylineToDistanceVolumeParams.worldXf ( self)
line initial transform

◆ worldXf() [2/2]

None mrmeshpy.PolylineToDistanceVolumeParams.worldXf ( self,
AffineXf3f arg1 )

Member Data Documentation

◆ _offsetof_cb

typing mrmeshpy.PolylineToDistanceVolumeParams._offsetof_cb = 72
staticprotected

◆ _offsetof_offsetCount

typing mrmeshpy.PolylineToDistanceVolumeParams._offsetof_offsetCount = 12
staticprotected

◆ _offsetof_outXf

typing mrmeshpy.PolylineToDistanceVolumeParams._offsetof_outXf = 64
staticprotected

◆ _offsetof_voxelSize

typing mrmeshpy.PolylineToDistanceVolumeParams._offsetof_voxelSize = 0
staticprotected

◆ _offsetof_worldXf

typing mrmeshpy.PolylineToDistanceVolumeParams._offsetof_worldXf = 16
staticprotected

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