This module provides access to GTS from insisde pyFormex.
Classes defined in module pyformex_gts
Functions defined in module pyformex_gts
Perform a boolean operation with another surface.
Boolean operations between surfaces are a basic operation in free surface modeling. Both surfaces should be closed orientable non-intersecting manifolds. Use the check() method to find out.
The boolean operations are set operations on the enclosed volumes: union(‘+’), difference(‘-‘) or intersection(‘*’).
Parameters:
Returns: a closed manifold TriSurface
Return the intersection curve of two surfaces.
Boolean operations between surfaces are a basic operation in free surface modeling. Both surfaces should be closed orientable non-intersecting manifolds. Use the check() method to find out.
Parameters:
Returns: a list of intersection curves.
Test which of the points pts are inside the surface.
Parameters:
Returns an integer array with the indices of the points that are inside the surface. The indices refer to the onedimensional list of points as obtained from pts.points().