Cog3DLineSeg MapRigid Method Cognex VisionPro 9.7
Maps this LineSeg through the specified rigid transform and returns a Cog3DLineSeg.

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

public Cog3DLineSeg MapRigid(
	Cog3DTransformRigid transform
)

Parameters

transform
Type: Cognex.VisionPro3D Cog3DTransformRigid
The rigid transform to use when mapping this lineSeg.

Return Value

Type: Cog3DLineSeg
The Cog3DLineSeg resulting from mapping this lineSeg through the specified rigid transform.
Exceptions

ExceptionCondition
ArgumentNullException If transform is null.
See Also