Skip to content

Commit

Permalink
Generator: TFISingle
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Nov 3, 2024
1 parent b63e746 commit e4bc6eb
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 57 deletions.
4 changes: 2 additions & 2 deletions Cassiopee/Generator/Generator/Generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import numpy
import Converter as C

from .TFIs import allTFI, TFI, TFITri, TFIO, TFIHalfO, TFIMono, TFIStar, TFIStar2
from .TFIs import allTFI, TFI, TFITri, TFITri2, TFIO, TFIHalfO, TFIMono, TFIStar, TFIStar2

__all__ = ['cart', 'cartr1', 'cartr2', 'cartHexa', 'cartTetra', 'cartPenta',
'cartPyra', 'cartNGon', 'cylinder', 'cylinder2', 'cylinder3', 'delaunay',
Expand All @@ -20,7 +20,7 @@
'mapCurvature', 'refine', 'defineSizeMapForMMGs', 'mmgs', 'densify',
'hyper2D', 'hyper2D2', 'hyper2D3', 'hyper2D4', 'close', 'closeLegacy', 'zip',
'pointedHat', 'stitchedHat', 'plaster', 'selectInsideElts', 'grow', 'stack',
'allTFI', 'TFI', 'TFITri', 'TFIO', 'TFIHalfO', 'TFIMono',
'allTFI', 'TFI', 'TFITri', 'TFITri2', 'TFIO', 'TFIHalfO', 'TFIMono',
'TFIStar', 'TFIStar2',
'TTM', 'bboxOfCells', 'getCellPlanarity', 'getVolumeMap',
'getCellCenters', 'getFaceCentersAndAreas', 'getNormalMap',
Expand Down
Loading

0 comments on commit e4bc6eb

Please sign in to comment.