Maps this ray through the specified rigid transform and
return a Cog3DRay.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to use when mapping this ray.
Return Value
Type: Cog3DRayThe Cog3DRay resulting from mapping this ray through the specified rigid transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If transform is null. |
See Also