Cog3DPointCloudAttribute3F StructureCognex VisionPro 9.5

Object describes an attribute with three floating values and a byte value to indicate if the attribute is valid.

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

[SerializableAttribute]
public struct Cog3DPointCloudAttribute3F

The Cog3DPointCloudAttribute3F type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPointCloudAttribute3F
Construct Cog3DPointCloudAttribute3F with the supplied X,Y,Z and Validity 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 propertyValidity
Gets the Validity value.
Public propertyX
Gets the X coordinate value.
Public propertyY
Gets the Y coordinate value.
Public propertyZ
Gets the Z coordinate value.
Top
See Also