Click or drag to resize

Face3 Structure

Mesh triangle.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public struct Face3

The Face3 type exposes the following members.

Constructors
  NameDescription
Public methodFace3(Int32, Int32, Int32)
Create triangle.
Public methodFace3(Int32, Int32, Int32, Int32)
Create triangle.
Top
Properties
  NameDescription
Public propertyA
index of node A of the face
Public propertyB
index of node B of the face
Public propertyC
index of node C of the face
Public propertyD
index of node D of the face
Public propertyIsQuad
return true if the face is a quadrangle
Public propertyIsTriangle
return true if the face is a triangle
Public propertyItem
Get or set face vertex by index.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also