This is an old revision of the document!
In interaction with a PDM system, it can be helpful that the export is carried out automatically, e.g. when a document is released.
The Reitec.Testplan for Inventor AddIn provides a simple interface for this purpose.
AddIn Guid = “92C66D5F-1731-4B47-8FAA-A651DF4498CD”
Function Export(FileName As String, TestplanTypeName As String, CreatePDFOutput As Boolean, CreatePDFSource As Boolean, ExportAuthorData As Boolean, CalculateCommonTolerances As Boolean, CommonToleranceClass As String, ByRef HasBubbles As Boolean)
Function parameter:
| Name | Description |
|---|---|
| FileName | Full file name of the file in which the data is to be saved. |
| TestplanTypeName | Name of the test plan definition to be exported. |
| CreatePDFOutput | Indicates whether a PDF is to be saved in the output path. |
| CreatePDFOutput | Specifies whether a PDF is to be saved in the folder of the drawing. |
| ExportAuthorData | Specifies whether to export Reitec.Testplan.Author data. |
| CalculateCommonTolerances | Specifies whether common tolerances are to be calculated. If so, the parameter 'CommonToleranceClass' must be specified. |
| CommonToleranceClass | Name of the general tolerance to be used for calculating the general tolerances. |
| HasBubbles | Returns whether the drawing contains stamp symbols. |
| Return value | Indicates whether the export was successful. |