MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float Class Reference

Public Member Functions

bool __bool__ (self)
 
MeshOrPoints.ProjectionResult __call__ (self, Vector3f arg0)
 
None __init__ (self)
 
None __init__ (self, None arg0)
 
None __init__ (self, func_MeshOrPoints_ProjectionResult_from_Vector3_float arg0)
 
None __init__ (self, typing.Callable[[Vector3f], MeshOrPoints.ProjectionResult] arg0)
 
bool can_be_created_from_python (self)
 
bool holds_cpp_function (self)
 

Constructor & Destructor Documentation

◆ __init__() [1/4]

None meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__init__ ( self)

◆ __init__() [2/4]

None meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__init__ ( self,
None arg0 )

◆ __init__() [3/4]

None meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__init__ ( self,
func_MeshOrPoints_ProjectionResult_from_Vector3_float arg0 )

◆ __init__() [4/4]

None meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__init__ ( self,
typing.Callable[[Vector3f], MeshOrPoints.ProjectionResult] arg0 )

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__bool__ ( self)

◆ __call__()

MeshOrPoints.ProjectionResult meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.__call__ ( self,
Vector3f arg0 )

◆ can_be_created_from_python()

bool meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.can_be_created_from_python ( self)
If false, this function type can't hold a Python function, and can only be created from C++.

◆ holds_cpp_function()

bool meshlib.mrmeshpy.func_MeshOrPoints_ProjectionResult_from_Vector3_float.holds_cpp_function ( self)
Does this object currentlyhold a C++ function? As opposed to a Python one.

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