Interference Analysis |
This sample demonstrates the functions used to calculate interference analysis in an assembly. |
Add mate constraint with limits |
This sample demonstrates the creation of an assembly mate constraint with maximum and minimum limits defined. |
Find component referenced by balloon |
This sample demonstrates how to find the component that a balloon references. |
Create bend note |
This sample demonstrates the creation of a bend note on the drawing view of a flat pattern. |
Creation of a break operation in a drawing view |
Demonstrates the creation of a break operation. |
Navigation between browser and data |
This sample demonstrates the navigation between a browser node and it's corresponding data model object and vice versa. This sample creates a work plane, finds its browser node and gets the work plane object back from the browser node. |
Client Graphics - Draw Range Box |
This sample demonstrates the use of client graphics to draw the range box of selected entities. |
Copy a sketch |
This sample demonstrates copying the contents of a sketch into another sketch via the API. |
Adding and editing a feature control frame |
These samples demonstrate editing an existing feature control frame symbol. The first sample adds a row to an existing symbol. The second sample replaces all rows of an existing symbol. |
Highlight Feature Faces |
This sample highlights the faces of an extrusion, revolution, or hole feature. It differentiates the faces on the start cap, end cap, and side faces by highlighting them in different colors. The HighlightFeatureFaces sub highlights the feature faces. Since the highlight set objects are declared outside of this sub, the highlighting remains after the sub has finished executing. Use the ClearHighlight sub to clear the highlighting that does so by releasing the HighlightSet objects. |
Create thread note |
This sample demonstrates the creation of a thread note on a drawing view. |
create punch note |
This sample demonstrates the creation of a punch note on the drawing view of a flat pattern. |
Add a punch tool feature |
This program demonstrates the creation of a punch tool feature. It uses one of the punch features that's delivered with Inventor. It assumes you already have an existing sheet metal part and have selected a face to place the punch feature on. The selected face should be large so there is room for the punch features. |
Break alignment of a section view |
Sample showing how to break the alignment of a drawing section view by calling the DrawingBreakViewAlignment command. |
Sketch Display Entities |
This sample demonstrates the query functionality available for sketch entities. |
Add surface texture symbol to dimension |
This sample demonstrates the creation of a surface texture symbol attached to the extension line of a drawing dimension. |
Assembly Move Occurrence |
This sample demonstrates moving a component occurrence. This sample performs a translate, but a rotate can also be performed since the transform is defined using a matrix. |
OnDrag Event - dragging a WorkPoint |
This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |