Object that describes a triangle.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
The Cog3DPointCloudTriangle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DPointCloudTriangle |
Construct
Cog3DPointCloudTriangle from supplied values.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Properties
| Name | Description | |
|---|---|---|
| PointIndex1 |
Gets the zero based the first point index.
| |
| PointIndex2 |
Gets the zero based the second point index.
| |
| PointIndex3 |
Gets the zero based the third point index.
| |
| PositionX1 |
Gets the first point's X value.
| |
| PositionX2 |
Gets the second point's X value.
| |
| PositionX3 |
Gets the third point's X value.
| |
| PositionY1 |
Gets the first point's Y value.
| |
| PositionY2 |
Gets the second point's Y value.
| |
| PositionY3 |
Gets the third point's Y value.
| |
| PositionZ1 |
Gets the first point's Z value.
| |
| PositionZ2 |
Gets the second point's Z value.
| |
| PositionZ3 |
Gets the third point's Z value.
| |
| RootIndex |
Gets the zero based root index.
| |
| TriangleIndex |
Gets the zero based triangle index.
|
See Also