Gets or sets the search region. Only the portion of the 3D input
that lies within this region will be searched by 3DPatMax. If the
supplied region object is null, the entire input vision data will be searched.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Property Value
Type: ICog3DShapeThe search region. Default value is null.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Remarks
You can use a search region to control what part of the input vision data is searched by the 3DPatMax tool. The tool will only attempt to match the pattern to 3D data points that fall inside the 3D shape specified by the SearchRegion property. If this search region is null, the entire input vision data will be searched.
The only allowed shape for the search region is a Cog3DBox. The 3DPatMax tool will completely ignore any 3D input points that fall outside of the specified box.
See Also