Object describes an attribute with three floating values and a byte value to indicate if the attribute is valid.
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
The Cog3DPointCloudAttribute3F type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DPointCloudAttribute3F |
Construct
Cog3DPointCloudAttribute3F
with the supplied X,Y,Z and Validity 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 | |
|---|---|---|
| Validity |
Gets the Validity value.
| |
| X |
Gets the X coordinate value.
| |
| Y |
Gets the Y coordinate value.
| |
| Z |
Gets the Z coordinate value.
|
See Also