ReturnAsJavaObject[expr] causes a Java method call or field access during the evaluation of expr to return its result as an object reference (a JavaObject expression), not a ...
$RelaxedTypeChecking is a flag that can be set to True to speed up the validation performed in Mathematica (via pattern tests) on arrays of data being sent as arguments to ...
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.
ReturnAsNETObject[expr] causes a .NET call during the evaluation of expr to return its result as an object reference (i.e., a NETObject expression), not a value.
TetGenGetEdges[expr] gets the edges in a TetGen expression.
TetGenGetFaces[expr] gets the faces in a TetGen expression.
TetGenGetFacetMarkers[expr] returns the facet markers for a TetGen expression.
TetGenGetPoints[expr] returns the points in a TetGen expression.