Table of Contents

Delegate QueryReportFixtureDelegate

Namespace
Alis.Core.Physic.Dynamics
Assembly
Alis.dll

Called for each fixture found in the query. true: Continues the query, false: Terminate the query

public delegate bool QueryReportFixtureDelegate(Fixture fixture)

Parameters

fixture Fixture

Returns

bool