MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PolylineProjectionResult3Arg Class Reference
+ Inheritance diagram for mrmeshpy.PolylineProjectionResult3Arg:

Public Member Functions

None __init__ (self)
 
VertId pointId (self)
 
None pointId (self, VertId arg1)
 
- Public Member Functions inherited from mrmeshpy.PolylineProjectionResult3
bool __bool__ (self)
 
bool valid (self)
 
float distSq (self)
 
None distSq (self, float arg1)
 
UndirectedEdgeId line (self)
 
None line (self, UndirectedEdgeId arg1)
 
Vector3f point (self)
 
None point (self, Vector3f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_pointId = 20
 
- Static Protected Attributes inherited from mrmeshpy.PolylineProjectionResult3
typing _offsetof_distSq = 16
 
typing _offsetof_line = 0
 
typing _offsetof_point = 4
 

Detailed Description

Generated from:  MR::PolylineProjectionResult3Arg

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

None mrmeshpy.PolylineProjectionResult3Arg.__init__ ( self)

Member Function Documentation

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ pointId() [1/2]

VertId mrmeshpy.PolylineProjectionResult3Arg.pointId ( self)
id of source point from which closest point was searched

◆ pointId() [2/2]

None mrmeshpy.PolylineProjectionResult3Arg.pointId ( self,
VertId arg1 )

Member Data Documentation

◆ _offsetof_pointId

typing mrmeshpy.PolylineProjectionResult3Arg._offsetof_pointId = 20
staticprotected

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