Creates a new shape by mapping this shape through the specified transform.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro3D ICog3DTransform
The transform to use when mapping this shape.
Return Value
Type: ICog3DShapeThe new shape that results from mapping this shape through the specified transform.
Implements
ICog3DShape MapShape(ICog3DTransform)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If transform is null. |
| ArgumentException | If the specified transform is not a Cog3DTransformRigid. |
See Also