|
|
Face3 Structure |
Namespace: Karamba.Geometry
The Face3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Face3(SerializationInfo, StreamingContext) |
Initializes a new instance of the Face3 struct.
Deserialize MeshLoad.
| |
| Face3(Int32, Int32, Int32) |
Initializes a new instance of the Face3 struct.
Create triangle.
| |
| Face3(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Face3 struct.
Create triangle.
|
| Name | Description | |
|---|---|---|
| A |
Gets or sets the index of node A of the face.
| |
| B |
Gets or sets the index of node B of the face.
| |
| C |
Gets or sets the index of node C of the face.
| |
| D |
Gets or sets the index of node D of the face.
| |
| IsQuad |
Gets a value indicating whether the face is a quadrangle.
| |
| IsTriangle |
Gets a value indicating whether the face is a triangle.
| |
| Item |
Get or set face vertex by index.
|
| Name | Description | |
|---|---|---|
| Edges |
Iterate through the segments of the closed polygon.
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetObjectData |
Serialize MeshLoad.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |