Click or drag to resize
MiLineCell Interface

Note: This API is now obsolete.

Defines a cell of a line mesh.

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
[ObsoleteAttribute("MeshVizXLM.NET is no longer supported. This interface will be removed in the next major release.")]
public interface MiLineCell : MiCell

The MiLineCell type exposes the following members.

Methods
  NameDescription
Public methodGetCenter
Gets the center of this cell.
(Inherited from MiCell.)
Public methodGetNodeIndex
Gets the index (in the mesh) of a node.
(Inherited from MiCell.)
Public methodGetRelativeSize
Gets the relative size of the cell.
(Inherited from MiCell.)
Public methodIsPointInsideCell
Checks if a point is inside or outside this cell.
(Inherited from MiCell.)
Top
Properties
  NameDescription
Public propertyNumNodes
Gets the number of nodes.
(Inherited from MiCell.)
Top
Remarks
Defines a cell of a line mesh.

A line cell is an edge element that connects adjacent nodes of a line mesh.

See Also

Reference

com.openinventor.meshvizxlm.meshextracted.cell.MeXLineCell