THIS API IS IN BETA AND THIS DOCUMENTATION IS INTENDED FOR BETA USERS ONLY
IContext interface
Contextual information forming the setting for subsequent SDK calls.
public interface IContext
Members
name | description |
---|---|
AuthToken { get; set; } | 3-legged access token to be used for Forge communication using these utilities. |
LogFile { get; set; } | [static] The name of the file where messages will be logged when the target is File (default = "GeomUtilsLog.txt"). |
LogLevel { get; set; } | [static] Determines the level/verbosity of the log messages during operations (default = Info). |
LogTarget { get; set; } | [static] Determines the target for the log messages during operations (default = File). |
OutputDirectory { get; set; } | [static] Output directory for geometry binary (Default = |
STEPProtocol { get; set; } | Application protocol for STEP translation (Default = "203"). |
STEPTolerance { get; set; } | Tolerance used for STEP translation (Default = 0.001). |
See Also
- namespace Autodesk.GeometryUtilities.SDK