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

Public Member Functions

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

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_id = 0
 
typing _offsetof_pt = 4
 

Detailed Description

Generated from:  MR::PreciseVertCoord

\\ingroup MathGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.PreciseVertCoord.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.PreciseVertCoord.__init__ ( self,
VertId id,
int pt )
Implicit aggregate constructor.

Member Function Documentation

◆ id() [1/2]

VertId mrmeshpy.PreciseVertCoord.id ( self)
unique id of the vertex (in both contours)

◆ id() [2/2]

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ pt() [1/2]

int mrmeshpy.PreciseVertCoord.pt ( self)
coordinate

◆ pt() [2/2]

None mrmeshpy.PreciseVertCoord.pt ( self,
int arg1 )

Member Data Documentation

◆ _offsetof_id

typing mrmeshpy.PreciseVertCoord._offsetof_id = 0
staticprotected

◆ _offsetof_pt

typing mrmeshpy.PreciseVertCoord._offsetof_pt = 4
staticprotected

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