QuadraticTriangle Class

Six noded triangle class definition.
Public Class QuadraticTriangle 
Inherits IndexTriangle
This language is not supported or no code example is available.
public class QuadraticTriangle : IndexTriangle
This language is not supported or no code example is available.
Name Description
Public property Item(int) Gets or sets the element at the specified index. (inherited from IndexTriangle).
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this IndexTriangle.
Public method ConvertToSurrogate() (inherited from IndexTriangle).
Public method Equals(IndexTriangle) (inherited from IndexTriangle).
Public method Equals(object) Determines whether the specified object is equal to the current object. (inherited from IndexTriangle).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function. (inherited from IndexTriangle).
Public method GetThirdVertex(int, int) (inherited from IndexTriangle).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetXElement() (inherited from IndexTriangle).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Quality(IList<Point3D>) Computes the triangle quality. (inherited from IndexTriangle).
Public method ReplaceVertexIndex(int, int) (inherited from IndexTriangle).
Public method ToArray() Returns an array of triangle's vertex indices. (inherited from IndexTriangle).
Public method ToString() Returns a string that represents the current object.
Top
Name Description
Operator Static Equality (inherited from IndexTriangle).
Operator Static Inequality (inherited from IndexTriangle).
Top
Fields
 
Name Description
Public field V1 First vertex index. (inherited from IndexLine).
Public field V2 Second vertex index. (inherited from IndexLine).
Public field V3 Third verted index. (inherited from IndexTriangle).
Public field V4
Public field V5
Public field V6
Top

.NET Framework

Supported in: 4.8

In this article

Definition