<ttclass="descname">buildMeshedAvatar</tt><big>(</big><em>model</em>, <em>material</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.buildMeshedAvatar"title="Permalink to this definition">¶</a></dt>
<p>this function builds a meshed avatar from the mesh.</p>
<p>parameters:</p>
<ulclass="simple">
<li>self: the mesh itself</li>
<li>model: a given model</li>
<li>material: a given material</li>
</ul>
<dtid="pylmgc90.pre_lmgc.mesh.computeNormal">
<ttclass="descname">computeNormal</tt><big>(</big><em>n</em>, <em>e</em>, <em>reverse</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.computeNormal"title="Permalink to this definition">¶</a></dt>
<ttclass="descname">extrudePhysicalEntity</tt><big>(</big><em>pE</em>, <em>length</em>, <em>reverse=False</em><big>)</big><aclass="headerlink"href="#pylmgc90.pre_lmgc.mesh.extrudePhysicalEntity"title="Permalink to this definition">¶</a></dt>
<dd><p>Extrude an external layer of mesh.</p>
<p>This functions use the nodes of a physical entity
to create the node extrusion and the corresponding element
in the mesh. Linear elements only !!! Physical entities are
created with prefix ‘E’ for the extruded elements and ‘P’
for the projected nodes.</p>
<p>To work, the rankRenumbering function must have been called beforehand,
and the elements correctly oriented. At this time only ‘S2xxx’ and ‘T3xxx’
element are supported.</p>
<p>parameters:
- pE : physical entity name to extrude from
- length : size of extrusion along the computed normals</p>
@@ -324,23 +324,29 @@ bodies read from BODIES.DAT and initialize property sets.</p>
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniDof">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniDof</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniDof"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniDof"title="Permalink to this definition">¶</a></dt>
<dd><p>Read DOF.INI file in DATBOX directory.</p>
<p>Must be called after LoadBehaviours.</p>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniDof</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniDof"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniDof"title="Permalink to this definition">¶</a></dt>
<dd><p>Read DOF file.
If step > 0 read OUTBOX/DOF.OUT.step file,
otherwise read DATBOX/DOF.INI file
Must be called after LoadBehaviours.</p>
</dd></dl>
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniGPV">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniGPV</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniGPV"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniGPV"title="Permalink to this definition">¶</a></dt>
<dd><p>Read GPV.INI file in DATBOX directory.</p>
<p>Must be called after LoadModels.</p>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniGPV</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniGPV"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniGPV"title="Permalink to this definition">¶</a></dt>
<dd><p>Read GPV.INI.
If step > 0 read OUTBOX/GPV.OUT.step file,
otherwise read DATBOX/GPV.INI file
Must be called after LoadModels.</p>
</dd></dl>
<dlclass="function">
<dtid="pylmgc90.chipy.chipy.ReadIniVlocRloc">
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniVlocRloc</tt><big>(</big><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniVlocRloc"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniVlocRloc"title="Permalink to this definition">¶</a></dt>
<dd><p>Read VlocRloc.INI file in DATBOX directory.</p>
<p>Must be called after LoadTactors.</p>
<ttclass="descclassname">pylmgc90.chipy.chipy.</tt><ttclass="descname">ReadIniVlocRloc</tt><big>(</big><em>step=0</em><big>)</big><aclass="reference internal"href="_modules/pylmgc90/chipy/chipy.html#ReadIniVlocRloc"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pylmgc90.chipy.chipy.ReadIniVlocRloc"title="Permalink to this definition">¶</a></dt>
<dd><p>Read VlocRloc file.
If step > 0 read OUTBOX/VlocRloc.OUT.step file,