Cog3DRectangle MapRigid Method Cognex VisionPro 9.8 SR1
Maps this rectangle through the specified rigid transform and returns a new Cog3DRectangle.

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

public Cog3DRectangle MapRigid(
	Cog3DTransformRigid newFromOld
)

Parameters

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

Return Value

Type: Cog3DRectangle
The Cog3DRectangle resulting from mapping this shape through the specified rigid transform.
Exceptions

ExceptionCondition
ArgumentNullException If newFromOld is null.
See Also