Share

TransientObjects Object


Description

Object through which all general transient objects are constructed.

Methods

Name Description
CreateCamera Constructs a new Camera object.
CreateColor Method to construct a new Color object.
CreateDataMedium Method that constructs a new DataMedium object.
CreateEdgeCollection Method creates a new EdgeCollection object. Optionally, the resulting EdgeCollection can be initialized with the contents of an enumerator containing edges that is passed in. Typically, an empty EdgeCollection will be created and populated using the Add method of the EdgeCollection object.
CreateFaceCollection Constructs a new FaceCollection object. If an ObjectsEnumerator is passed in, the collection starts off containing the enumerated objects.
CreateFileMetadata Method that creates a new FileMetadata object. The newly created FileMetadata is returned.
CreateNameValueMap Constructs a new NameValueMap object.
CreateObjectCollection Constructs a new ObjectCollection object. If an ObjectsEnumerator is passed in, the collection starts off containing the enumerated objects.
CreateObjectCollectionByVariant Constructs a new ObjectCollectionByVariant object. If an ObjectsEnumeratorByVariant is passed in, the collection starts off containing the enumerated objects.
CreateSignatureString Constructs a unique signature for a string.
CreateTranslationContext Constructs a new TranslationContext object, used in TranslatorAddin workflows.

Accessed From

Application.TransientObjects, ApprenticeServer.TransientObjects, ApprenticeServerComponent.TransientObjects, InventorServer.TransientObjects, InventorServerObject.TransientObjects

Samples

Name Description
Creation a balloon This sample demonstrates the creation of a balloon.
Delete Face, Boundary Patch and Stitch features Demonstrates creating Face, Boundary Patch and Stitch features.
Chain dimensions sets This sample demonstrates the creation of a chain dimension set in a drawing.
Copy a sketch This sample demonstrates copying the contents of a sketch into another sketch via the API.
Selectively link paramaters This sample demonstrates the selective linking of parameters from another Inventor file.
Edit profile of an extrude feature This sample demonstrates editing the profile of an extrude feature.
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.
Create a ribbon panel in an existing tab Demonstrates creating a new ribbon panel within an existing ribbon tab.
Create sheet metal face and flange features This sample demonstrates the creation of sheet metal face and flange features.
Create sketched symbol and leader This sample illustrates creating sketched symbol with a leader.
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.
Export to DWF This sample demonstrates publishing of Inventor files in DWF format.
Export to DWG This sample uses the DWG Translator Addin to publish to DWG.
Export to DXF This sample uses the DXF Translator Addin to publish to DXF.
Export to IGES This sample demonstrates exporting of Inventor files in IGES format.
Export to STEP This sample demonstrates exporting of Inventor files in STEP format.
Export to PDF This sample demonstrates exporting of Inventor files in PDF format.

Version

Introduced in version 4

Was this information helpful?