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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertId id, Vector3i pt)
 
VertId id (self)
 
None id (self, VertId arg1)
 
Vector3i pt (self)
 
None pt (self, Vector3i arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_id = 0
 
typing _offsetof_pt = 4
 

Detailed Description

Generated from:  MR::PreciseVertCoords

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.PreciseVertCoords.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PreciseVertCoords.__init__ ( self,
VertId id,
Vector3i pt )
Implicit aggregate constructor.

Member Function Documentation

◆ id() [1/2]

VertId mrmeshpy.PreciseVertCoords.id ( self)
unique id of the vertex (in both meshes)

◆ id() [2/2]

None mrmeshpy.PreciseVertCoords.id ( self,
VertId arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ pt() [1/2]

Vector3i mrmeshpy.PreciseVertCoords.pt ( self)
integer coordinates of the vertex

◆ pt() [2/2]

None mrmeshpy.PreciseVertCoords.pt ( self,
Vector3i arg1 )

Member Data Documentation

◆ _offsetof_id

typing mrmeshpy.PreciseVertCoords._offsetof_id = 0
staticprotected

◆ _offsetof_pt

typing mrmeshpy.PreciseVertCoords._offsetof_pt = 4
staticprotected

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