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

Public Member Functions

None __init__ (self)
 
None __init__ (self, FaceNormals faceNormals, VertCoords vertNormals)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_faceNormals = 0
 
typing _offsetof_vertNormals = 24
 

Detailed Description

Generated from:  MR::MeshNormals

\\defgroup MeshNormalsGroup Mesh Normals
\\ingroup MeshAlgorithmGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.MeshNormals.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MeshNormals.__init__ ( self,
FaceNormals faceNormals,
VertCoords vertNormals )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_faceNormals

typing mrmeshpy.MeshNormals._offsetof_faceNormals = 0
staticprotected

◆ _offsetof_vertNormals

typing mrmeshpy.MeshNormals._offsetof_vertNormals = 24
staticprotected

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