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

Public Member Functions

None __init__ (self)
 
None __init__ (self, CurvePoint arg0)
 
None __init__ (self, Vector3f pos, Vector3f dir, Vector3f snorm)
 
Vector3f dir (self)
 
None dir (self, Vector3f arg1)
 
Vector3f pos (self)
 
None pos (self, Vector3f arg1)
 
Vector3f snorm (self)
 
None snorm (self, Vector3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_dir = 12
 
typing _offsetof_pos = 0
 
typing _offsetof_snorm = 24
 

Detailed Description

Generated from:  MR::CurvePoint

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.CurvePoint.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.CurvePoint.__init__ ( self,
CurvePoint arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.CurvePoint.__init__ ( self,
Vector3f pos,
Vector3f dir,
Vector3f snorm )
Implicit aggregate constructor.

Member Function Documentation

◆ dir() [1/2]

Vector3f mrmeshpy.CurvePoint.dir ( self)
direction along the curve

◆ dir() [2/2]

None mrmeshpy.CurvePoint.dir ( self,
Vector3f arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ pos() [1/2]

Vector3f mrmeshpy.CurvePoint.pos ( self)
position on the curve

◆ pos() [2/2]

None mrmeshpy.CurvePoint.pos ( self,
Vector3f arg1 )

◆ snorm() [1/2]

Vector3f mrmeshpy.CurvePoint.snorm ( self)
the normal of the surface where the curve is located

◆ snorm() [2/2]

None mrmeshpy.CurvePoint.snorm ( self,
Vector3f arg1 )

Member Data Documentation

◆ _offsetof_dir

typing mrmeshpy.CurvePoint._offsetof_dir = 12
staticprotected

◆ _offsetof_pos

typing mrmeshpy.CurvePoint._offsetof_pos = 0
staticprotected

◆ _offsetof_snorm

typing mrmeshpy.CurvePoint._offsetof_snorm = 24
staticprotected

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