Cog3DPointCloudTriangle StructureCognex VisionPro 9.5
Object that describes a triangle.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

[SerializableAttribute]
public struct Cog3DPointCloudTriangle

The Cog3DPointCloudTriangle type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPointCloudTriangle
Construct Cog3DPointCloudTriangle from supplied values.
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
Properties

  NameDescription
Public propertyPointIndex1
Gets the zero based the first point index.
Public propertyPointIndex2
Gets the zero based the second point index.
Public propertyPointIndex3
Gets the zero based the third point index.
Public propertyPositionX1
Gets the first point's X value.
Public propertyPositionX2
Gets the second point's X value.
Public propertyPositionX3
Gets the third point's X value.
Public propertyPositionY1
Gets the first point's Y value.
Public propertyPositionY2
Gets the second point's Y value.
Public propertyPositionY3
Gets the third point's Y value.
Public propertyPositionZ1
Gets the first point's Z value.
Public propertyPositionZ2
Gets the second point's Z value.
Public propertyPositionZ3
Gets the third point's Z value.
Public propertyRootIndex
Gets the zero based root index.
Public propertyTriangleIndex
Gets the zero based triangle index.
Top
See Also