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

Public Member Functions

None __init__ (self)
 
None __init__ (self, CutByProjectionSettings arg0)
 
None __init__ (self, Vector3f direction, AffineXf3f cont2mesh)
 
AffineXf3f cont2mesh (self)
 
None cont2mesh (self, AffineXf3f arg1)
 
Vector3f direction (self)
 
None direction (self, Vector3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_cont2mesh = 16
 
typing _offsetof_direction = 0
 

Detailed Description

Generated from:  MR::CutByProjectionSettings

Settings structurer for cutMeshByProjection function

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.CutByProjectionSettings.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.CutByProjectionSettings.__init__ ( self,
Vector3f direction,
AffineXf3f cont2mesh )
Implicit aggregate constructor.

Member Function Documentation

◆ cont2mesh() [1/2]

AffineXf3f mrmeshpy.CutByProjectionSettings.cont2mesh ( self)
if set - used to transform contours form its local space to mesh local space

◆ cont2mesh() [2/2]

None mrmeshpy.CutByProjectionSettings.cont2mesh ( self,
AffineXf3f arg1 )

◆ direction() [1/2]

Vector3f mrmeshpy.CutByProjectionSettings.direction ( self)
direction of projection (in mesh space)

◆ direction() [2/2]

None mrmeshpy.CutByProjectionSettings.direction ( self,
Vector3f arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_cont2mesh

typing mrmeshpy.CutByProjectionSettings._offsetof_cont2mesh = 16
staticprotected

◆ _offsetof_direction

typing mrmeshpy.CutByProjectionSettings._offsetof_direction = 0
staticprotected

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