ICog3DShape MapShape Method Cognex VisionPro 9.21 SR1
Creates a new shape by mapping this shape through the specified transform.

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

ICog3DShape MapShape(
	ICog3DTransform transform
)

Parameters

transform
Type: Cognex.VisionPro3D ICog3DTransform
The transform to use when mapping this shape.

Return Value

Type: ICog3DShape
The new shape that results from mapping this shape through the specified transform.
Exceptions

ExceptionCondition
ArgumentNullException If transform is null.
ArgumentException If the specified transform is not a Cog3DTransformRigid.
See Also