CogCADToRange Region Property Cognex VisionPro 9.8
Gets or sets the 3D box region.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 75.1.0.0
Syntax

public Cog3DBox Region { get; set; }

Property Value

Type: Cog3DBox
The 3D box region. Default value is a null.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flags may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
Remarks

Only the portion of the cad-shape that lies within this region is rendered. If the supplied region object is null, the entire cad-shape is rendered. The 3D region is interpreted in Projection3D coordinate space. The SelectedSpaceName3D of the region is ignored.
See Also