ICog3DVolume InterfaceCognex VisionPro 9.7
This interface is used to represent a 3D volume or a shape composed/represented by a set of 3D volumes. It defines the common methods for such shapes. In this context, volume means a 3 dimensional shape representation e.g. box, alignedBox, etc.

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

public interface ICog3DVolume

The ICog3DVolume type exposes the following members.

Methods

  NameDescription
Public methodComputeDistanceVolume
Determines the distance from ComputeNearestPointVolume(point3D) to the specified point point3D.
Public methodComputeNearestPointVolume
Determines the point on this volume shape that is nearest to the specified point. If the nearest point on this volume shape is not unique, returns one of the nearest points.
Public methodComputeVolume
Determines the volume of this shape.
Top
Properties

  NameDescription
Public propertyIsDegenerateVolume
Determines whether or not this volume shape is degenerate. This occurs when volume shapes have a volume of 0.
Top
See Also