Uses of Record Class
simpa.core.api.utils.Triangulation
Packages that use Triangulation
Package
Description
This package contains all the interfaces and classes related to the creation and setting up of components
to construct accelerators.
This package contains all utils that can be used to set up the SIMPA Core library.
-
Uses of Triangulation in simpa.acc.api.create
Methods in simpa.acc.api.create that return TriangulationModifier and TypeMethodDescriptionBeamRegion.getTriangulation()
Gets triangles of the boundary of the beam region. -
Uses of Triangulation in simpa.core.api.utils
Methods in simpa.core.api.utils that return TriangulationModifier and TypeMethodDescriptionSimpleTriangulator.getSurface()
SimpleTriangulator.getSurfaceWithEndCups()
Create a triangulation with end cups.SimpleTriangulator.triangulateProfile
(Profile profile, boolean entry) Create a triangulation by connecting the center point of the profile with the points of the profile.Methods in simpa.core.api.utils with parameters of type TriangulationModifier and TypeMethodDescriptionstatic void
TextStlWriter.writeSTLTextFile
(Triangulation t, String file)