Inheritance Hierarchy
Cognex.VisionPro3D Cog3DPointCloudMesh TriangleAccessor
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax
The Cog3DPointCloudMesh TriangleAccessor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DPointCloudMesh TriangleAccessor(Cog3DPointCloudMesh) |
Construct a triangle accessor for the supplied cloud instance.
| |
| Cog3DPointCloudMesh TriangleAccessor(Cog3DPointCloudMesh, String) |
Construct a triangle accessor for the supplied cloud instance,
with attributes reported in the specified space.
| |
| Cog3DPointCloudMesh TriangleAccessor(Cog3DPointCloudMesh, String, Boolean, Boolean, Single, Boolean, Single, Boolean, Single) |
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Destruct this triangle accessor.
| |
| Dispose(Boolean) | ||
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize |
Finalize this triangle accessor.
(Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveNext |
Advance this accessor to the next triangle of the point cloud,
spanning all roots in order.
| |
| Reset |
Set this accessor to the initial position, which
is before the first element in the point cloud.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CheckSpanX |
If true, triangles are limited to those
whose X coordinate span is less than
or equal to
MaxSpanX.
| |
| CheckSpanY |
If true, triangles are limited to those
whose Y coordinate span is less than
or equal to
MaxSpanY.
| |
| CheckSpanZ |
If true, triangles are limited to those
whose Z coordinate span is less than
or equal to
MaxSpanZ.
| |
| Current |
The triangle in the point cloud at the current
position of the accessor.
| |
| HonorPositionValidity |
If true, only valid points are considered in
evaluating triangles. If false, all points
are considered.
| |
| MaxSpanX |
If
CheckSpanX
is true, limit triangles to those whose X coordinate span is less than
or equal to this value.
| |
| MaxSpanY |
If
CheckSpanY
is true, limit triangles to those whose Y coordinate span is less than
or equal to this value.
| |
| MaxSpanZ |
If
CheckSpanZ
is true, limit triangles to those whose Z coordinate span is less than
or equal to this value.
| |
| SpaceName |
The point cloud coordinate space name, as
specified when this accessor was created.
This is the space in which triangles will
be reported, and the space in which any
span constraints will be interpreted.
|
See Also