Cog3DModelFeatureGeneratorUsingCrsp2D3DsResult GetResidualsPhys3D Method Cognex VisionPro 9.7
Gets the List of Phys3D residual statistics for this 3D model feature result indexed by part pose.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public List<Cog3DResiduals> GetResidualsPhys3D()

Field Value

Type: List Cog3DResiduals 
The List of residual statistics of this result in Phys3D space for all the part poses.
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also