Returns an interator that will step through the Normal attributes of
every point in this point cloud. If no Normal data is available this
method returns a null.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
Return Value
Type: IEnumerator Cog3DPointCloudAttribute3FA reference to a Cog3DPointCloudMesh NormalAccessor.
Implements
ICog3DPointCloud GetNormalEnumeratorExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If there is less than one root in this point cloud. |
Remarks
See Also