Package com.openinventor.meshviz.data
Class PbQuadrangleCell
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.meshviz.graph.PbBase
com.openinventor.meshviz.data.PbCell
com.openinventor.meshviz.data.PbQuadrangleCell
- All Implemented Interfaces:
Cloneable
Defines a quadrangle cell of a surface mesh.
A quadrangle cell is not necessarily a square, it can be a rectangle or a lozenge.
Nodes and edges are numbered as following :
3-----------2 edge 0 = 01 | | edge 1 = 12 | | edge 2 = 23 | | edge 3 = 30 | | | | 0-----------1
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
ConstructorsConstructorDescriptionPbQuadrangleCell
(PbMesh owner_mesh) Constructor of a default simple cell.Copy constructor. -
Method Summary
Methods inherited from class com.openinventor.meshviz.data.PbCell
getArea, getBoundingBox, getBounds, getCenter, getIndex, getLongestEdgeLength, getNodeCoord, getNodeIndex, getNumEdges, getNumFacets, getNumNodes, getValue, getValue, getValue, getValue, getVolume, locatePoint
Methods inherited from class com.openinventor.meshviz.graph.PbBase
enableConnection, isConnectionEnabled, touch
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
PbQuadrangleCell
Copy constructor. -
PbQuadrangleCell
Constructor of a default simple cell.
-
-
Method Details
-
clone
-
getDerivs
Gets the derivs of a point defined by its parametric coordinates .
-