This interface is used to represent a 3D Surface or a shape
composed/represented by a set of 3D Surfaces. It defines
the common methods for such shapes. In this context, surface means a
2 dimensional shape representation e.g. circle, box, plane, etc.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
The ICog3DSurface type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeArea |
Determines the area of this shape.
For an infinite shape, like Cog3DPlane, the area is 0.
| |
| ComputeDistanceSurface |
Determines the distance from ComputeNearestPointSurface(point3D)
to the specified point point3D.
| |
| ComputeNearestPointSurface |
Determines the point on this surface shape that is nearest to the specified point.
If the nearest point on this surface shape is not unique, returns one of the nearest points.
|
Properties
| Name | Description | |
|---|---|---|
| IsDegenerateSurface |
Determines whether or not this surface shape is degenerate. This occurs
when surface shapes have an area of 0.
|
See Also