Cog3DSphere MapShape Method Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

public virtual 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.

Implements

ICog3DShape MapShape(ICog3DTransform)
Exceptions

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