Sets the name of the operators producing LineSegment and Point.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 79.0.0.0
public void SetLineSegmentPointUsingOperators(
Cog3DRangeImageCrossSectionOperatorsParams parentCollection,
Cog3DRangeImageCrossSectionOperatorBase lineSegOp,
Cog3DRangeImageCrossSectionOperatorBase pointOp
)
public void SetLineSegmentPointUsingOperators(
Cog3DRangeImageCrossSectionOperatorsParams parentCollection,
Cog3DRangeImageCrossSectionOperatorBase lineSegOp,
Cog3DRangeImageCrossSectionOperatorBase pointOp
)
Public Sub SetLineSegmentPointUsingOperators (
parentCollection As Cog3DRangeImageCrossSectionOperatorsParams,
lineSegOp As Cog3DRangeImageCrossSectionOperatorBase,
pointOp As Cog3DRangeImageCrossSectionOperatorBase
)
Public Sub SetLineSegmentPointUsingOperators (
parentCollection As Cog3DRangeImageCrossSectionOperatorsParams,
lineSegOp As Cog3DRangeImageCrossSectionOperatorBase,
pointOp As Cog3DRangeImageCrossSectionOperatorBase
)
public:
void SetLineSegmentPointUsingOperators(
Cog3DRangeImageCrossSectionOperatorsParams^ parentCollection,
Cog3DRangeImageCrossSectionOperatorBase^ lineSegOp,
Cog3DRangeImageCrossSectionOperatorBase^ pointOp
)
public:
void SetLineSegmentPointUsingOperators(
Cog3DRangeImageCrossSectionOperatorsParams^ parentCollection,
Cog3DRangeImageCrossSectionOperatorBase^ lineSegOp,
Cog3DRangeImageCrossSectionOperatorBase^ pointOp
)
| Exception | Condition |
|---|
| ArgumentException |
If lineSegOp and/or pointOp were not found
in the parentCollection provided.
|
| ArgumentNullException |
If the parentCollection in null.
|
This is a convenience setter for programmatic users to specify
the line segment and the point using the operators' objects.
The operators are not held internally, they are used to extract
the internal unique ids of the operators. The ids are used
by this operator at run time.
The method can be called before the operator is
added to the collection.