Chi-Tech
chi_mesh__BooleanLogicalVolumeArgumentPair.h
Go to the documentation of this file.
1/** \defgroup chi_mesh__BooleanLogicalVolumeArgumentPair chi_mesh.BooleanLogicalVolumeArgumentPair
2
3
4\ingroup chi_mesh__BooleanLogicalVolume
5
6
7<B>Note:</B> This object is not constructable
8## Required Input parameters
9\htmlonly
10
11<div style="display: block;">
12<button type="button" class="droppy2" style=
13"
14background-color: #edf0f5;
15color: #9373A5;
16cursor: pointer;
17border: none;
18text-align: left;
19outline: none;
20font-size: 15px;
21margin: 2px 2px;
22border: 2px solid #687372;
23display: block;
24width: 100%;
25vertical-align: middle;
26padding-top: 4px;
27padding-bottom: 0px;
28"
29><span class="arrow" style="padding-left: 0px;">►</span><TT><B>lv</B></TT><span style="color: #c4c1c0;">&nbsp &nbsp &nbsp &nbspHandle to a logical volume</span></button>
30<div class="content" style="display: none;">
31 <p><I>type=</I><span style="color: blue;"><TT>INTEGER</TT></span>. Handle to a logical volume.
32</p>
33</div>
34
35<button type="button" class="droppy2" style=
36"
37background-color: #edf0f5;
38color: #9373A5;
39cursor: pointer;
40border: none;
41text-align: left;
42outline: none;
43font-size: 15px;
44margin: 2px 2px;
45border: 2px solid #687372;
46display: block;
47width: 100%;
48vertical-align: middle;
49padding-top: 4px;
50padding-bottom: 0px;
51"
52><span class="arrow" style="padding-left: 0px;">►</span><TT><B>op</B></TT><span style="color: #c4c1c0;">&nbsp &nbsp &nbsp &nbspBoolean value indicating the volume sense</span></button>
53<div class="content" style="display: none;">
54 <p><I>type=</I><span style="color: blue;"><TT>BOOLEAN</TT></span>. Boolean value indicating the volume sense. True means inside, False means outside
55</p>
56</div>
57
58</div>
59\endhtmlonly
60
61\htmlonly
62
63<script>
64
65{
66 var coll = document.getElementsByClassName("droppy2");
67 var i;
68
69 for (i = 0; i < coll.length; i++) {
70 coll[i].addEventListener("click", function() {
71 this.classList.toggle("active");
72 var content = this.nextElementSibling;
73 if (content.style.display === "block") {
74 content.style.display = "none";
75 this.childNodes[0].innerText = "►"
76 } else {
77 content.style.display = "block";
78 this.children[0].innerText = "▼"
79 }
80 });
81 }
82}</script>
83
84\endhtmlonly
85
86*/