ICog3DSurface InterfaceCognex VisionPro 9.8
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.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax

public interface ICog3DSurface

The ICog3DSurface type exposes the following members.

Methods

  NameDescription
Public methodComputeArea
Determines the area of this shape. For an infinite shape, like Cog3DPlane, the area is 0.
Public methodComputeDistanceSurface
Determines the distance from ComputeNearestPointSurface(point3D) to the specified point point3D.
Public methodComputeNearestPointSurface
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.
Top
Properties

  NameDescription
Public propertyIsDegenerateSurface
Determines whether or not this surface shape is degenerate. This occurs when surface shapes have an area of 0.
Top
See Also