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

Public Member Functions

bool __bool__ (self)
 
None __init__ (self)
 
None __init__ (self, PointOnFace arg0)
 
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)
 

Detailed Description

Generated from:  MR::PointOnFace

a point located on some mesh's face

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PointOnFace.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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 )

◆ 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

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