GeometryGrid3d<T>.Traverse Method

public bool Traverse( 
   Point3d start
   Vector3d dir
   Func<T, int, int, int, bool> callback 
)

Parameters

start
Point3d

dir
Vector3d

callback
Func<T, int, int, int, bool>

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition