Cog3DCylinder Height Property Cognex VisionPro
Gets/sets the height of this cylinder.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public virtual double Height { get; set; }

Property Value

Type: Double
The height of this cylinder.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfHeight
  • SfGetEndCircle
  • SfComputeArea
  • SfComputeVolume
  • SfComputeBoundingBox
  • SfIsDegenerateVolume
Exceptions

ExceptionCondition
ArgumentException If value is less than 0.
See Also