Class PoMeshLimit

  • All Implemented Interfaces:
    SafeDisposable

    public class PoMeshLimit
    extends PoMesh2D
    Representation of the limits of a surface mesh. Class to build the limits of the current surface mesh. The exterior and the interior boundaries of the mesh are displayed. See PoMesh for more explanations about the current mesh. If the current mesh is an indexed mesh (class PbIndexedMesh2D, PoIndexedMesh2D and derived), the limit is defined by the list of edges which are referred by only one cell.

    Even if the current mesh has a 2D geometry, a 3D surface can be obtained if the field PoMesh2D.zValuesIndex is defined (i.e., >= 0) and if the corresponding scalar data set exist in the mesh.

    If the current mesh has a 3D geometry, its z coordinates are used if the field PoMesh2D.zValuesIndex is undefined (i.e., <0).

    Data mapping is not supported. The representation uses only one inherited color, independent of the field's value PoMesh.coloringType.

    The vector data of the mesh for this representation is unused. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <link REL="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <title></title> </head> <BODY> <h1></h1> <h4> <A NAME="Heading973">CATALOG PARTS</A></h4> <ul><b>PoMeshLimit</b> {</ul> <ul><ul><b>Separator</b> <tt>alternateRep</tt> (from PoBase) {<br> </ul></ul> <ul><ul><ul><b>AppearanceKit</b> <tt>appearance</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Specifies the appearance of all the kit. By default lightModel.model=BASE_COLOR.</i></ul></ul></ul> <ul><ul><ul><b>MatrixTransform</b> <tt>domainTransform</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Corresponds to the domain transformation.</i></ul></ul></ul> <ul><ul><ul><ul></ul></ul></ul></ul> <ul><ul><ul><b>Group</b> <tt>groupLimit</tt></ul></ul></ul> <ul><ul><ul><i>Contains an SoLineSet shape to draw the limit of the mesh.</i></ul></ul></ul> <ul><ul>}</ul></ul> <ul>}</ul> <ul><ul><br> </ul></ul> </body> </html>

    • Constructor Detail

      • PoMeshLimit

        public PoMeshLimit()
        Constructor.