mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add unimplemented TorusMixin._get_base_coeffs method
This commit is contained in:
parent
7ff95cfbce
commit
26322e6cd8
1 changed files with 3 additions and 0 deletions
|
|
@ -2143,6 +2143,9 @@ class TorusMixin:
|
|||
def rotate(self, rotation, pivot=(0., 0., 0.), order='xyz', inplace=False):
|
||||
raise NotImplemented('Torus surfaces cannot be rotated.')
|
||||
|
||||
def _get_base_coeffs(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class XTorus(TorusMixin, Surface):
|
||||
"""description.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue