Cog3DPointCloudMesh TriangleAccessor PropertiesCognex VisionPro 9.22

The Cog3DPointCloudMesh TriangleAccessor type exposes the following members.

Properties

  NameDescription
Public propertyCheckSpanX
If true, triangles are limited to those whose X coordinate span is less than or equal to MaxSpanX.
Public propertyCheckSpanY
If true, triangles are limited to those whose Y coordinate span is less than or equal to MaxSpanY.
Public propertyCheckSpanZ
If true, triangles are limited to those whose Z coordinate span is less than or equal to MaxSpanZ.
Public propertyCurrent
The triangle in the point cloud at the current position of the accessor.
Public propertyHonorPositionValidity
If true, only valid points are considered in evaluating triangles. If false, all points are considered.
Public propertyMaxSpanX
If CheckSpanX is true, limit triangles to those whose X coordinate span is less than or equal to this value.
Public propertyMaxSpanY
If CheckSpanY is true, limit triangles to those whose Y coordinate span is less than or equal to this value.
Public propertyMaxSpanZ
If CheckSpanZ is true, limit triangles to those whose Z coordinate span is less than or equal to this value.
Public propertySpaceName
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.
Top
See Also