Cog3DModelFeatureGeneratorUsingCrsp2D3DsResult GetFeatureModel3D Method Cognex VisionPro 9.21
Gets a deep copy of the generated 3D model feature.

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

public Object GetFeatureModel3D()

Return Value

Type: Object
Deep copy of the generated 3D model feature.
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
Remarks

The return object type will be one of Cog3DVect3, Cog3DCircle, Cog3DLine, Cog3DLineSeg, or Cog3DCylinder.
See Also