Cog3DAlignedBox MapRigid Method Cognex VisionPro 9.5
Maps this aligned box through the specified rigid transform and returns a Cog3DBox.

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

public Cog3DBox MapRigid(
	Cog3DTransformRigid newFromOld
)

Parameters

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

Return Value

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

ExceptionCondition
ArgumentNullException If newFromOld is null.
See Also