Maps this cylinder through the specified rigid transform and
returns a new Cog3DCylinder.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 80.0.0.0
Syntax
Parameters
- newFromOld
- Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to use when mapping this cylinder.
Return Value
Type: Cog3DCylinderThe Cog3DCylinder resulting from mapping this shape through the specified rigid transform.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If newFromOld is null. |
See Also