KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...
AppletViewer[javaclass, parameters] displays a window with an applet of the specified JavaClass running in it. AppletViewer["classname", parameters] displays a window running ...
Fields[javaclass] returns a list of the Java declarations for all fields of the specified JavaClass. Fields["classname"] lists the fields for the named class. ...
JavaBlock[expr] causes all new Java objects returned to Mathematica during the evaluation of expr to be released when expr finishes. It is an error to refer to such an object ...
JavaObjectToExpression[javaobject] converts the specified Java object reference into its value as a "native" Mathematica expression.
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
LibraryVersionInformation[lib] returns a list of rules of library version information.
ReleaseCOMObject[obj] releases COM resources held by the specified .NET object.
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. TetGenLink is a Mathematica application that uses Wolfram Library Link to link ...
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.