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

Public Member Functions

bool __bool__ (self)
 
None __init__ (self, PointOnObject arg0)
 
None __init__ (self)
 
None __init__ (self, FaceId face, Vector3f point)
 
str __repr__ (self)
 
typing.Any __rlshift__ (self, typing.Any pof)
 
typing.Any __rrshift__ (self, typing.Any pof)
 
bool valid (self)
 
FaceId face (self)
 
None face (self, FaceId arg1)
 
Vector3f point (self)
 
None point (self, Vector3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_face = 0
 
typing _offsetof_point = 4
 

Detailed Description

Generated from:  MR::PointOnFace

a point located on some mesh's face

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.PointOnFace.__init__ ( self,
PointOnObject arg0 )

◆ __init__() [3/4]

None mrmeshpy.PointOnFace.__init__ ( self)

◆ __init__() [4/4]

None mrmeshpy.PointOnFace.__init__ ( self,
FaceId face,
Vector3f point )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.PointOnFace.__bool__ ( self)

◆ __repr__()

str mrmeshpy.PointOnFace.__repr__ ( self)

◆ __rlshift__()

typing.Any mrmeshpy.PointOnFace.__rlshift__ ( self,
typing.Any pof )
=====================================================================
PointOnFace

◆ __rrshift__()

typing.Any mrmeshpy.PointOnFace.__rrshift__ ( self,
typing.Any pof )

◆ face() [1/2]

FaceId mrmeshpy.PointOnFace.face ( self)
mesh's face containing the point

◆ face() [2/2]

None mrmeshpy.PointOnFace.face ( self,
FaceId arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ point() [1/2]

Vector3f mrmeshpy.PointOnFace.point ( self)
a point of the mesh's face

◆ point() [2/2]

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

◆ valid()

bool mrmeshpy.PointOnFace.valid ( self)
check for validity, otherwise the point is not defined

Member Data Documentation

◆ _offsetof_face

typing mrmeshpy.PointOnFace._offsetof_face = 0
staticprotected

◆ _offsetof_point

typing mrmeshpy.PointOnFace._offsetof_point = 4
staticprotected

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