Author: Sajith Subramanian
-
INumberProvider–Error 4112 ’NumberingSchemeProviderCouldNotBeLoaded’ when using VB
<?xml encoding=”UTF-8″> By Sajith Subramanian When converting the sample code for Custom Numbering that comes along with the SDK from C# to VB, one of our users reported that he was now facing the error 4112, i.e. NumberingSchemeProviderCouldNotBeLoaded. Solution: In case of VB, it seems that there is a Root Namespace that is added before…
-
Design Automation API Webinar Series – Register Now
By Sajith Subramanian Join us for a webinar series on the Forge Design Automation API scheduled this December. For more details on the webinar and registration, please navigate to the below page: https://forge.autodesk.com/blog/design-automation-api-webinar-series-register-now
-
Numbering Scheme in Vault 2020
<?xml encoding=”UTF-8″>By Sajith Subramanian We’ve had several queries regarding numbering schemes, and how the methods related to numbering schemes have been shown as removed from the various services in the API help documentation. The reason behind this is, in Vault 2020, Numbering Scheme methods have now been consolidated into a single Numbering Service as compared…
-
Learn about the Forge Design Automation API for Inventor
By Sajith Subramanian Join in for a webinar on the Forge Design Automation for Inventor on the 7th of May at 8 AM PDT. For more details on the webinar and registration, please navigate to the below page: https://forge.autodesk.com/blog/design-automation-api-inventor-webinar
-
Move a solid body using User Coordinate System(UCS)
<?xml encoding=”UTF-8″>By Sajith Subramanian We had a query on how to move a solid body to a new position using the values obtained from the User coordinate System or UCS . Below is a code sample that does something similar. In the Inventor UI, there are three options viz. “Free Drag”, “Move along a Ray”…
-
Create Folder functionality in Vault API SelectEntity dialog
<?xml encoding=”UTF-8″>By Sajith Subramanian You can add a ‘Create Folder’ command for the SelectEntity dialog, using the CreateFolder property in the SelectEntitySettings.SelectEntityOptionsExtensibility Class. If this property is not set then the ‘Create Folder’ button is not shown at all. Once this property is set, you should be able to see the ‘Create Folder’ button as…
-
Add search command in Vault API SelectEntity dialog
<?xml encoding=”UTF-8″>By Sajith Subramanian You can add a search command for the SelectEntity dialog, using the DoSearch property in the SelectEntitySettings.SelectEntityOptionsExtensibility Class. If this property is not set then the search button is not shown at all. Below is the SelectEntity dialog with the DoSearch property set. You can see the command button for the…
-
Clear “Show My Home on startup” option
By Sajith Subramanian We had a query to clear the “Show My Home on startup” option under Inventor Application Options, General Tab, using the Inventor API. Currently, there is no API to achieve this directly. However, since Inventor 2018, the application options are no longer in the registry. They are now in an XML file…
-
Vault Browser + Forge Sample
By Sajith Subramanian The earlier Vault Browser + Forge sample by Wayne has now been updated. (Link to Wayne’s sample: https://github.com/Wayne-Brill/VaultBrowserSample_Forge_Demo). Please find the link to the newer solution here: https://github.com/sajith-subramanian/VaultBrowser_Forge_Sample. Some key highlights of this updated sample are as listed below: This example does a read only sign-in into Vault, hence does not consume…
-
Exception when logging into Vault using Microsoft Office
By Sajith Subramanian Issue: It was recently reported, that when logging into Vault using a Microsoft Office product (e.g. MS Word), the login will fail with the below error. Cause: This seems to be caused when deploying a WebServiceExtension Add-in. This issue can be seen, even when using the RestrictOperations sample that comes along with…

You must be logged in to post a comment.