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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax
The ICog3DVolume type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeDistanceVolume |
Determines the distance from ComputeNearestPointVolume(point3D)
to the specified point point3D.
| |
| ComputeNearestPointVolume |
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.
| |
| ComputeVolume |
Determines the volume of this shape.
|
Properties
| Name | Description | |
|---|---|---|
| IsDegenerateVolume |
Determines whether or not this volume shape is degenerate. This occurs
when volume shapes have a volume of 0.
|
See Also