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

Public Member Functions

None __init__ (self)
 
str __repr__ (self)
 
Vector3f point (self)
 
None point (self, Vector3f arg1)
 
float zBuffer (self)
 
None zBuffer (self, float arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_point = 0
 
typing _offsetof_zBuffer = 12
 

Detailed Description

Generated from:  MR::PointOnObject

point located on either
1. face of ObjectMesh
2. line of ObjectLines
3. point of ObjectPoints

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

None mrmeshpy.PointOnObject.__init__ ( self)

Member Function Documentation

◆ __repr__()

str mrmeshpy.PointOnObject.__repr__ ( self)

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ point() [1/2]

Vector3f mrmeshpy.PointOnObject.point ( self)
3D location on the object in local coordinates

◆ point() [2/2]

None mrmeshpy.PointOnObject.point ( self,
Vector3f arg1 )

◆ zBuffer() [1/2]

float mrmeshpy.PointOnObject.zBuffer ( self)
z buffer value

◆ zBuffer() [2/2]

None mrmeshpy.PointOnObject.zBuffer ( self,
float arg1 )

Member Data Documentation

◆ _offsetof_point

typing mrmeshpy.PointOnObject._offsetof_point = 0
staticprotected

◆ _offsetof_zBuffer

typing mrmeshpy.PointOnObject._offsetof_zBuffer = 12
staticprotected

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