Defines the extension to element or node IDs for DM and CM pairs. :param pairExt: list with extensions for paired nodes. :type pairExt: list
(self, pairExt)
| 577 | return |
| 578 | |
| 579 | def setPairExt(self, pairExt): |
| 580 | """ |
| 581 | Defines the extension to element or node IDs for DM and CM pairs. |
| 582 | |
| 583 | :param pairExt: list with extensions for paired nodes. |
| 584 | |
| 585 | :type pairExt: list |
| 586 | """ |
| 587 | if self.checkPairExt(pairExt) == 0: |
| 588 | self.pairExt = pairExt |
| 589 | return |
| 590 | |
| 591 | def checkPairExt(self, pairExt): |
| 592 | """ |
nothing calls this directly
no test coverage detected