Simulation Specification Functions

Simulation Computation

boolSuccess = objSnSScript.Solve(GUID, Resolution)

This function checks the simulation specification and computes computes the simulation results based on them. Equivalent to the [GO!] button in SnS.

ParameterDescription
String GUIDRhino ID of the object.
Integer ResolutionAn integer from 50 to 200000. Equivalent to setting the resolution slider in SnS.
Return TypeDescription
BooleanTrue if the solution was successfully computed, False otherwise.