Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro3D Cog3DRangeImageCrossSectionAreaResult
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax
The Cog3DRangeImageCrossSectionAreaResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DRangeImageCrossSectionAreaResult(Cog3DRangeImageCrossSectionAreaResult) |
Copy constructs a Cog3DRangeImageCrossSectionAreaResult object. This is a
deep copy.
| |
| Cog3DRangeImageCrossSectionAreaResult(SerializationInfo, StreamingContext) |
Serialization construct a Cog3DRangeImageCrossSectionAreaResult object.
| |
| Cog3DRangeImageCrossSectionAreaResult(Double, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2) |
Constructs a Cog3DRangeImageCrossSectionAreaResult object.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Destruct this Cog3DRangeImageCrossSectionAreaResult.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData |
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | (Overrides Object ToString .) |
Properties
| Name | Description | |
|---|---|---|
| Area |
Gets the calculated area value. The value of the area depends
on the measurement position of Positive / Negative / Both
| |
| ClosestPointAboveReferenceProfile |
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.
| |
| ClosestPointBelowReferenceProfile |
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.
| |
| FarthestPointAboveReferenceProfile |
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.
| |
| FarthestPointBelowReferenceProfile |
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.
| |
| LeftAndRightPointsAreValid |
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
| |
| LeftPoint |
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.
| |
| PointsAboveReferenceProfileAreValid |
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
| |
| PointsBelowReferenceProfileAreValid |
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
| |
| RightPoint |
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.
|
See Also