Functions | |
| def | LengthNearVertex |
| Defines "SegmentLengthAroundVertex" hypothesis. | |
| def | CompareLengthNearVertex |
| Checks if the given "LengthNearVertex" hypothesis has the same parameters as the given arguments. | |
| def LengthNearVertex | ( | self, | |
| length, | |||
vertex = 0, |
|||
UseExisting = 0 |
|||
| ) | [inherited] |
Defines "SegmentLengthAroundVertex" hypothesis.
| length | for the segment length |
| vertex | for the length localization: the vertex index [0,1] | vertex object. Any other integer value means that the hypothesis will be set on the whole 1D shape, where Mesh_Segment algorithm is assigned. |
| UseExisting | if ==true - searches for an existing hypothesis created with the same parameters, else (default) - creates a new one |
| def CompareLengthNearVertex | ( | self, | |
| hyp, | |||
| args | |||
| ) | [inherited] |
Checks if the given "LengthNearVertex" hypothesis has the same parameters as the given arguments.