Cog3DRangeImageCrossSectionAreaResult ClassCognex VisionPro 9.23
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro3D Cog3DRangeImageCrossSectionAreaResult

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

[SerializableAttribute]
public class Cog3DRangeImageCrossSectionAreaResult : CogSerializableObjectBase, 
	IDisposable

The Cog3DRangeImageCrossSectionAreaResult type exposes the following members.

Constructors

  NameDescription
Public methodCog3DRangeImageCrossSectionAreaResult(Cog3DRangeImageCrossSectionAreaResult)
Copy constructs a Cog3DRangeImageCrossSectionAreaResult object. This is a deep copy.
Protected methodCog3DRangeImageCrossSectionAreaResult(SerializationInfo, StreamingContext)
Serialization construct a Cog3DRangeImageCrossSectionAreaResult object.
Public methodCog3DRangeImageCrossSectionAreaResult(Double, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2)
Constructs a Cog3DRangeImageCrossSectionAreaResult object.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Destruct this Cog3DRangeImageCrossSectionAreaResult.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyArea
Gets the calculated area value. The value of the area depends on the measurement position of Positive / Negative / Both
Public propertyClosestPointAboveReferenceProfile
Gets the calculated point (if exists) of the input profile that is above the reference profile and where the difference is the minimum between the input profile and the reference profile The difference is measured in the profile image’s Y direction. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Public propertyClosestPointBelowReferenceProfile
Gets the calculated point (if exists) of the input profile that is below the reference profile and where the difference is the minimum between the input profile and the reference profile The difference is measured in the profile image’s Y direction. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Public propertyFarthestPointAboveReferenceProfile
Gets the calculated point (if exists) of the input profile that is above the reference profile and where the difference is the maximum between the input profile and the reference profile The difference is measured in the profile image’s Y direction. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Public propertyFarthestPointBelowReferenceProfile
Gets the calculated point (if exists) of the input profile that is below the reference profile and where the difference is the maximum between the input profile and the reference profile The difference is measured in the profile image’s Y direction. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Public propertyLeftAndRightPointsAreValid
Returns true when values of the LeftPoint and RightPoint have been successfully computed. Otherwise returns false. When computing these points only those points of the profile are considered valid that are in region and the difference at those points between the profile and the input shapes is outside the height threshold
Public propertyLeftPoint
Gets the calculated leftmost point on the input profile. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Public propertyPointsAboveReferenceProfileAreValid
Returns true when values of the FarthestPointAboveReferenceProfile and ClosestPointAboveReferenceProfile have been successfully computed. Otherwise returns false. When computing these points only those points of the profile are considered valid that are in region and the difference at those points between the profile and the input shapes is outside the height threshold
Public propertyPointsBelowReferenceProfileAreValid
Returns true when values of the FarthestPointBelowReferenceProfile and ClosestPointBelowReferenceProfile have been successfully computed. Otherwise returns false. When computing these points only those points of the profile are considered valid that are in region and the difference at those points between the profile and the input shapes is outside the height threshold
Public propertyRightPoint
Gets the calculated rightmost point on the input profile. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.
Top
See Also