mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-18 20:26:03 +08:00
Publish!
Generated from v6.0.11315.11111-test10
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.14"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>openNURBS SDK Help: ON_ParseSettings Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -22,6 +22,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">openNURBS SDK Help
|
||||
 <span id="projectnumber">6.0</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -29,21 +30,18 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.14 -->
|
||||
<!-- Generated by Doxygen 1.8.13 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="../../menudata.js"></script>
|
||||
<script type="text/javascript" src="../../menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||
$(function() {
|
||||
initMenu('../../',true,false,'search.php','Search');
|
||||
$(document).ready(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */</script>
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
@@ -960,7 +958,7 @@ Static Public Attributes</h2></td></tr>
|
||||
</div>
|
||||
</div>
|
||||
<a id="af1b849ddf90e0f060e88b38d212da87a"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af1b849ddf90e0f060e88b38d212da87a">◆ </a></span>operator &=()</h2>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#af1b849ddf90e0f060e88b38d212da87a">◆ </a></span>operator &=()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -1720,8 +1718,7 @@ Static Public Attributes</h2></td></tr>
|
||||
</div><div class="memdoc">
|
||||
<p>Returns: True if a number may use scientific E notation to specify mulitiplication by a power of 10. Example: If parsing scientific E notation is enables, then the string "2.99792458e8" will be parsed as 2999792458. Remarks:</p><ul>
|
||||
<li>The default value is true.</li>
|
||||
<li>The "E" may be 'e', 'E', unicode decimal exponent symbol (code point 0x23E8). <br />
|
||||
See Also: ON_ParseSettings::ParseScientificDNotation. </li>
|
||||
<li>The "E" may be 'e', 'E', unicode decimal exponent symbol (code point 0x23E8). See Also: ON_ParseSettings::ParseScientificDNotation. </li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -2056,8 +2053,7 @@ See Also: ON_ParseSettings::ParseScientificDNotation. </li>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>Description: Set every possible expression parsing setting to false. Remarks: This is a simple way to disable all possible parsing of expressions. This function calls this->SetParseExplicitFormulaExpression(false); this->SetParseArithmeticExpression(false); this->SetParseMultiplication(false); this->SetParseDivision(false); <br />
|
||||
this->SetParseAddition(false); this->SetParseSubtraction(false); this->SetParseMathFunctions(false); this->SetParseMathFunctions(false); this->SetParsePairedParentheses(false); </p>
|
||||
<p>Description: Set every possible expression parsing setting to false. Remarks: This is a simple way to disable all possible parsing of expressions. This function calls this->SetParseExplicitFormulaExpression(false); this->SetParseArithmeticExpression(false); this->SetParseMultiplication(false); this->SetParseDivision(false); this->SetParseAddition(false); this->SetParseSubtraction(false); this->SetParseMathFunctions(false); this->SetParseMathFunctions(false); this->SetParsePairedParentheses(false); </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -3196,8 +3192,8 @@ See Also: ON_ParseSettings::ParseScientificDNotation. </li>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<p>Description:</p><ul>
|
||||
<li>The default settings parse just about everything in a reasonable way. <br />
|
||||
- Any angle values with unspecified units will be treated as radians. Angles without units can be encountered while parsing formulas, lengths and points and need to be thoughtfully considered in most parsing situations. </li>
|
||||
<li>The default settings parse just about everything in a reasonable way.</li>
|
||||
<li>Any angle values with unspecified units will be treated as radians. Angles without units can be encountered while parsing formulas, lengths and points and need to be thoughtfully considered in most parsing situations. </li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -3372,9 +3368,9 @@ See Also: ON_ParseSettings::ParseScientificDNotation. </li>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Fri Jan 26 2018 12:38:22 for openNURBS SDK Help by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Fri Jan 26 2018 04:54:32 for openNURBS SDK Help by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.14
|
||||
</a> 1.8.13
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user