![]() |
Face Class |
Namespace: Karamba.Utilities.KMesh
The Face type exposes the following members.
Name | Description | |
---|---|---|
![]() | Face(Int32) |
Initializes a new instance of the Face class.
create new face from array of node indexes.
|
![]() | Face(Int32, Int32, Int32) |
Initializes a new instance of the Face class.
create a new mesh face.
|
Name | Description | |
---|---|---|
![]() | A | Gets the vertex A. |
![]() | B | Gets the vertex B. |
![]() | C | Gets the vertex C. |
![]() | characteristicValue |
gets the sensitivity of the face.
|
![]() | height |
Gets or sets the height of the face.
|
![]() | sensitivity |
gets the sensitivity of the face.
|
![]() | solid |
Gets or sets a value indicating whether a face has solid status.
|
![]() | vert_inds |
Gets the vertex indexes of the face vertices.
|
Name | Description | |
---|---|---|
![]() | center |
Return the position of the center of the face.
|
![]() | CompareTo |
Compare this face to another one for sorting in the context of the BESO-procedure according to sensitivity.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | faceArea |
determine the area of a mesh face.
|
![]() | faceVolume |
determine the volume of a mesh face.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | updateCharacteristicValue |
updates the characteristic value of the face in the context of the BESO-procedure.
|
![]() | updateSensititivy |
update the face's sensitivity number in the context of the BESO-procedure.
|
Name | Description | |
---|---|---|
![]() | characteristic_value_ |
characteristic value of the face in the context of the BESO-procedure.
|
![]() | height_ |
height of the face cross section.
|
![]() | sensitivity_ |
sensitivity number of the face in the context of the BESO-procedure.
|
![]() | solid_ |
true if face is solid.
|