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

Public Member Functions

None __init__ (self)
 
None __init__ (self, Triangulation tris, VertCoords points)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_points = 24
 
typing _offsetof_tris = 0
 

Detailed Description

Generated from:  MR::TriMesh

very simple structure for storing mesh of triangles only,
without easy navigation between neighbor elements as in Mesh

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.TriMesh.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.TriMesh.__init__ ( self,
Triangulation tris,
VertCoords points )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_points

typing mrmeshpy.TriMesh._offsetof_points = 24
staticprotected

◆ _offsetof_tris

typing mrmeshpy.TriMesh._offsetof_tris = 0
staticprotected

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