Cog3DLine MapRigid Method Cognex VisionPro 9.5
Maps this line through the specified rigid transform and returns a Cog3DLine.

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

public Cog3DLine MapRigid(
	Cog3DTransformRigid transform
)

Parameters

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

Return Value

Type: Cog3DLine
The Cog3DLine resulting from mapping this Line through the specified rigid transform.
Exceptions

ExceptionCondition
ArgumentNullException If transform is null.
See Also