Cog3DPlane MapRigid Method Cognex VisionPro
Maps this plane through the specified rigid transform and returns a Cog3DPlane.

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

public Cog3DPlane MapRigid(
	Cog3DTransformRigid newFromOld
)

Parameters

newFromOld
Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to use when mapping this plane.

Return Value

Type: Cog3DPlane
The Cog3DPlane resulting from mapping this plane through the specified rigid transform.
Exceptions

ExceptionCondition
ArgumentNullException If newFromOld is null.
See Also