Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SearchPathSettings arg0) |
None | __init__ (self, GeodesicPathApprox geodesicPathApprox, int maxReduceIters) |
GeodesicPathApprox | geodesicPathApprox (self) |
None | geodesicPathApprox (self, GeodesicPathApprox arg1) |
int | maxReduceIters (self) |
None | maxReduceIters (self, int arg1) |
Generated from: MR::SearchPathSettings Geo path search settings
None meshlib.mrmeshpy.SearchPathSettings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
SearchPathSettings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
GeodesicPathApprox | geodesicPathApprox, | ||
int | maxReduceIters ) |
Implicit aggregate constructor.
GeodesicPathApprox meshlib.mrmeshpy.SearchPathSettings.geodesicPathApprox | ( | self | ) |
the algorithm to compute approximately geodesic path
None meshlib.mrmeshpy.SearchPathSettings.geodesicPathApprox | ( | self, | |
GeodesicPathApprox | arg1 ) |
int meshlib.mrmeshpy.SearchPathSettings.maxReduceIters | ( | self | ) |
the maximum number of iterations to reduce approximate path length and convert it in geodesic path
None meshlib.mrmeshpy.SearchPathSettings.maxReduceIters | ( | self, | |
int | arg1 ) |