-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Bret Leasure edited this page Feb 15, 2024
·
1 revision
If using the addin in the Inventor UI, settings can be set by clicking the Configure button in the View Reference Ribbon Panel. If using the addin API, customizations are made by passing in ViewReferenceSettings
into the CreateReferences
methods.
Important
The API methods will not use the same settings that are set using the addin's configure window.
Setting | Type | Description |
---|---|---|
CalloutStyle | string | Style string template for the view callouts |
DetailViewLabelStyle | string | Style string template for detail view labels |
SectionViewLabelStyle | string | Style string template for section view labels |
ProjectedViewStyle | string | Style string template for projected view labels |
AuxiliaryViewLabelStyle | string | Style string template for auxiliary view labels |
AddReferencesToDetailViews | boolean | Whether references should be added to detail views |
AddReferencesToSectionViews | boolean | Whether references should be added to section views |
AddReferencesToProjectedViews | boolean | Whether references should be added to projected views |
AddReferencestoAuxiliaryViews | boolean | Whether references should be added to auxiliary views |