IndexLineEx Class

Fem line definition.
Public Class IndexLineEx 
Inherits IndexLine
This language is not supported or no code example is available.
public class IndexLineEx : IndexLine
This language is not supported or no code example is available.
Name Description
Protected constructor IndexLineEx(IndexLineEx)
Public constructor IndexLineEx(int, int, int) Element index and vertex indices constructor
Top
Name Description
Public property ElementIndex Gets the parent element index.
Public property Item(int) Gets or sets the element at the specified index. (inherited from IndexLine).
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this index line. (inherited from IndexLine).
Public method ConvertToSurrogate()
Public method Equals(IndexLine) (inherited from IndexLine).
Public method Equals(object) Determines whether the specified object is equal to the current object. (inherited from IndexLine).
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 IndexLine).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToArray() Returns an array of line's vertex indices. (inherited from IndexLine).
Public method ToString() Returns a string that represents the current object. (inherited from IndexLine).
Top
Name Description
Operator Static Equality (inherited from IndexLine).
Operator Static Inequality (inherited from IndexLine).
Top
Fields
 
Name Description
Public field V1 First vertex index. (inherited from IndexLine).
Public field V2 Second vertex index. (inherited from IndexLine).
Top

.NET Framework

Supported in: 4.8

In this article

Definition