The Cog3DPointCloudMesh TriangleAccessor type exposes the following members.
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