Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, ShellVertexInfo arg0) |
None | __init__ (self, bool inRange, bool projOnBd, bool rightSide) |
bool | valid (self) |
bool | inRange (self) |
None | inRange (self, bool arg1) |
bool | projOnBd (self) |
None | projOnBd (self, bool arg1) |
bool | rightSide (self) |
None | rightSide (self, bool arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::ShellVertexInfo information about shell vertex
None mrmeshpy.ShellVertexInfo.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.ShellVertexInfo.__init__ | ( | self, | |
ShellVertexInfo | arg0 ) |
Implicit copy constructor.
None mrmeshpy.ShellVertexInfo.__init__ | ( | self, | |
bool | inRange, | ||
bool | projOnBd, | ||
bool | rightSide ) |
Implicit aggregate constructor.
|
staticprotected |
bool mrmeshpy.ShellVertexInfo.inRange | ( | self | ) |
true when shell vertex is within settings.maxDist from source mesh
None mrmeshpy.ShellVertexInfo.inRange | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.ShellVertexInfo.projOnBd | ( | self | ) |
shell vertex projects on source mesh boundary (never true for winding rule mode)
None mrmeshpy.ShellVertexInfo.projOnBd | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.ShellVertexInfo.rightSide | ( | self | ) |
whether shell vertex is on requested side of source mesh
None mrmeshpy.ShellVertexInfo.rightSide | ( | self, | |
bool | arg1 ) |
bool mrmeshpy.ShellVertexInfo.valid | ( | self | ) |
returns true if shell vertex is in range, does not project on boundary and located on proper side