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

Public Member Functions

None __init__ (self, MeshOrPointsXf arg0)
 
None __init__ (self, MeshOrPoints obj, AffineXf3f xf)
 
func_bool_from_Vector3_float_MeshOrPoints_ProjectionResult limitedProjector (self)
 
func_MeshOrPoints_ProjectionResult_from_Vector3_float projector (self)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_obj = 0
 
typing _offsetof_xf = 24
 

Detailed Description

Generated from:  MR::MeshOrPointsXf
Aliases:  std_vector_MeshOrPointsXf_const_reference, Vector_MeshOrPointsXf_ObjId.const_reference, Vector_MeshOrPointsXf_ObjId.value_type, std_vector_MeshOrPointsXf_value_type, Vector_MeshOrPointsXf_ObjId.reference, std_vector_MeshOrPointsXf_reference

an object and its transformation to global space with other objects

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.MeshOrPointsXf.__init__ ( self,
MeshOrPoints obj,
AffineXf3f xf )
Implicit aggregate constructor.

Member Function Documentation

◆ limitedProjector()

func_bool_from_Vector3_float_MeshOrPoints_ProjectionResult mrmeshpy.MeshOrPointsXf.limitedProjector ( self)
returns a function that updates previously known projection (closest) points on this,
the update takes place only if newly found closest point is closer to p than sqrt(res.distSq) given on input

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ projector()

func_MeshOrPoints_ProjectionResult_from_Vector3_float mrmeshpy.MeshOrPointsXf.projector ( self)
returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult

Member Data Documentation

◆ _offsetof_obj

typing mrmeshpy.MeshOrPointsXf._offsetof_obj = 0
staticprotected

◆ _offsetof_xf

typing mrmeshpy.MeshOrPointsXf._offsetof_xf = 24
staticprotected

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