Click or drag to resize

Overview

Most iLogic code is written within rules. Rules can be stored inside of Inventor documents or externally in text files.

Rule objects lists the predefined objects that are available for use in rules. Each object implements an interface. The functions (which can be either methods or properties) are described under the interface.

iLogic namespaces

The Autodesk.iLogic.Interfaces namespace contains the most of the interfaces that are used in rule code and the API.

The Autodesk.iLogic.Runtime namespace contains a small number of utility functions.

The Autodesk.iLogic.Types namespace contains classes that are used as arguments and return values in the managed assembly functions.