![]() |
Face Class |
Namespace: Karamba.Utilities.KMesh
The Face type exposes the following members.
Name | Description | |
---|---|---|
![]() | Face(Int32) |
create new face from array of node indexes
|
![]() | Face(Int32, Int32, Int32) |
create a new mesh face
|
Name | Description | |
---|---|---|
![]() | A | vertex A |
![]() | B | vertex B |
![]() | C | vertex C |
![]() | characteristicValue |
gets the sensitivity of the face
|
![]() | height |
sets/gets height of the face
|
![]() | sensitivity |
gets the sensitivity of the face
|
![]() | solid |
sets/gets status of the face
|
![]() | vert_inds |
vertex indexes of the face vertices
|
Name | Description | |
---|---|---|
![]() | center |
return the position of the center of the face
|
![]() | CompareTo |
compares 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
|