Cog3DPointCloudMesh PropertiesCognex VisionPro 9.7

The Cog3DPointCloudMesh type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCoordinateSpaceTree3D
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyNumRoots
Get the number of roots in this mesh point cloud. May be zero.
Public propertySelectedSpaceName3D
Gets or sets the name of the three dimensional coordinate space to be used by tools which process this point cloud.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also