Start » Filter Reference » System » File System » LoadObject
Module: | FoundationLite |
---|
Loads an object from a file.
Name | Type | Description | |
---|---|---|---|
inFile | File | Input file path. | |
inStreamMode | StreamMode | Binary or text format of the file. | |
outObject | T | Loaded object. |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Examples
Description of usage of this filter can be found in examples and tutorial: Seat Mount, Hand-Eye Calibration - On Filters, Measure Objects , Shape Fitting: Gasket.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- SaveObject – Saves an object to a file.