Cog3DPointCloudMesh SelectedSpaceName3D Property Cognex VisionPro 9.5
Gets or sets the name of the three dimensional coordinate space to be used by tools which process this point cloud.

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

public virtual string SelectedSpaceName3D { get; set; }

Property Value

Type: String
The 3D selected space name for this point cloud. The default value is "@".

Implements

ICog3DPointCloud SelectedSpaceName3D
Events

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

ExceptionCondition
CogSpaceTreeInvalidNameSyntaxException If the supplied space name is not syntactically valid.
See Also