wiki:sns:snsscript:utilities
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:sns:snsscript:utilities [2017/07/14 09:40] – created zach | wiki:sns:snsscript:utilities [2017/07/14 13:53] (current) – claire | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <html xmlns=" | + | ~~NOTOC~~ |
- | < | + | ====== |
- | <meta http-equiv=" | + | |
- | < | + | |
- | <meta name=" | + | |
- | <meta name=" | + | |
- | <meta name=" | + | |
- | <link href=" | + | |
- | </ | + | |
- | < | + | |
- | <div id=" | + | |
- | <div id=" | + | |
- | < | + | |
- | <h3>boolSuccess = objSnSScript.SetOutputOnOff(On)</ | + | ===== boolSuccess = objSnSScript.SetOutputOnOff(On) ===== |
- | < | + | |
- | <table id=" | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | Turns on/off status output from the SnSScript functions. |
- | < | + | |
- | <table id=" | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | ^Parameter^Description| |
- | < | + | |Boolean On|True to turn on status output, false to turn off status output.| |
- | <table id=" | + | ^Return Type^Description| |
- | < | + | |Boolean|True if output has been set as desired.| |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | ===== boolSuccess |
- | < | + | |
- | <table id=" | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | Removes solution results associated with the specified |
- | < | + | |
- | <table id=" | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | < | + | |
- | </ | + | |
- | < | + | ^Parameter^Description| |
- | < | + | |String GUID|Rhino ID of the object.| |
- | <table id=" | + | ^Return Type^Description| |
- | < | + | |Boolean|True.| |
- | < | + | |
- | </ | + | |
+ | ===== boolSuccess = objSnSScript.Reset(GUID) ===== | ||
- | <div id=" | + | Removes Scan& |
- | < | + | |
- | </ | + | ^Parameter^Description| |
+ | |String GUID|Rhino ID of the object.| | ||
+ | ^Return Type^Description| | ||
+ | |Boolean|True.| | ||
+ | |||
+ | ===== intFaceIndex = objSnSScript.GetNearestFace(GUID, | ||
+ | |||
+ | Returns the index of the face nearest to the specified point. | ||
+ | |||
+ | ^Parameter^Description| | ||
+ | |String GUID|Rhino ID of the object.| | ||
+ | |Array(double) Point|Query point on or near the face to be picked.| | ||
+ | ^Return Type^Description| | ||
+ | |Boolean|The index of the face nearest to the specified point, -1 on failure.| | ||
+ | |||
+ | ===== intEdgeIndex = objSnSScript.GetNearestEdge(GUID, Point) ===== | ||
+ | |||
+ | Returns the index of the edge nearest to the specified point. | ||
+ | |||
+ | ^Parameter^Description| | ||
+ | |String GUID|Rhino ID of the object.| | ||
+ | |Array(double) Point|Query point on or near the edge to be picked.| | ||
+ | ^Return Type^Description| | ||
+ | |Boolean|The index of the edge nearest to the specified point, -1 on failure.| | ||
+ | |||
+ | ===== boolSuccess = objSnSScript.PrintVersion() ===== | ||
+ | |||
+ | Prints the current version of the SnSScript plug-in. | ||
+ | |||
+ | ^Return Type^Description| | ||
+ | |Boolean|True.| | ||
- | </ | ||
- | </ | ||
- | </ |
wiki/sns/snsscript/utilities.1500046853.txt.gz · Last modified: 2017/07/14 09:40 by zach