Show / Hide Table of Contents

Namespace InventorShims

Classes

ApplicationShim

A simple set of static methods to access the Inventor Application.

AttributeShim

A collection of static methods that accesses attributes

Conversions

Conversions class handles easily converting numbers to useful things, like Inches > Centimeters, for example

DocumentShim

Methods that extended the Inventor.Document object with additional functionality.

ExternalRuleDirectories

A class that allows for simpler manipulation of the iLogic Addin's list of External Rule Directories.

ParameterShim

A set of methods to interact with Document Parameters in a more intuitive way. They will tend to fail more gracefully than the built-in parameter manipulation methods. For example, if you attempt to set the value of a parameter that does not exist in the document, that parameter is created instead of throwing an exception and crashing your code if you don't handle it.

PathShim

A collection of static methods to manipulate and test string paths

PropertyShim

Static class to manipulate iproperties for a provided Document object.

StringShim

String formatting methods

UiShim

Extension methods that work on an inventor application com object reference

In This Article
Back to top Generated by DocFX