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

Public Member Functions

None __init__ (self)
 
None __init__ (self, SignedDistanceToMeshResult arg0)
 
None __init__ (self, PointOnFace proj, MeshTriPoint mtp, float dist)
 
float dist (self)
 
None dist (self, float arg1)
 
MeshTriPoint mtp (self)
 
None mtp (self, MeshTriPoint arg1)
 
PointOnFace proj (self)
 
None proj (self, PointOnFace arg1)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::SignedDistanceToMeshResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.SignedDistanceToMeshResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.SignedDistanceToMeshResult.__init__ ( self,
PointOnFace proj,
MeshTriPoint mtp,
float dist )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.SignedDistanceToMeshResult._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ dist() [1/2]

float mrmeshpy.SignedDistanceToMeshResult.dist ( self)
distance from pt to proj (positive - outside, negative - inside the mesh)

◆ dist() [2/2]

None mrmeshpy.SignedDistanceToMeshResult.dist ( self,
float arg1 )

◆ mtp() [1/2]

MeshTriPoint mrmeshpy.SignedDistanceToMeshResult.mtp ( self)
its barycentric representation

◆ mtp() [2/2]

None mrmeshpy.SignedDistanceToMeshResult.mtp ( self,
MeshTriPoint arg1 )

◆ proj() [1/2]

PointOnFace mrmeshpy.SignedDistanceToMeshResult.proj ( self)
the closest point on mesh

◆ proj() [2/2]

None mrmeshpy.SignedDistanceToMeshResult.proj ( self,
PointOnFace arg1 )

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