Click or drag to resize

Face3 Structure

Mesh triangle.

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

The Face3 type exposes the following members.

Constructors
  NameDescription
Public methodFace3(SerializationInfo, StreamingContext)
Initializes a new instance of the Face3 struct. Deserialize MeshLoad.
Public methodFace3(Int32, Int32, Int32)
Initializes a new instance of the Face3 struct. Create triangle.
Public methodFace3(Int32, Int32, Int32, Int32)
Initializes a new instance of the Face3 struct. Create triangle.
Top
Properties
  NameDescription
Public propertyA
Gets or sets the index of node A of the face.
Public propertyB
Gets or sets the index of node B of the face.
Public propertyC
Gets or sets the index of node C of the face.
Public propertyD
Gets or sets the index of node D of the face.
Public propertyIsQuad
Gets a value indicating whether the face is a quadrangle.
Public propertyIsTriangle
Gets a value indicating whether the face is a triangle.
Public propertyItem
Get or set face vertex by index.
Top
Methods
  NameDescription
Public methodEdges
Iterate through the segments of the closed polygon.
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 methodGetObjectData
Serialize MeshLoad.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
See Also