OptionalallowOption to allow the outputs to be loaded, or to prevent them from being loaded. (default: true)
OptionalexcludeOption to exclude some viewports from the start. Can be accessed via ISession.excludeViewports.
OptionalguidOptionalidThe unique identifier of the session that was specified or automatically chosen on creation of the session.
OptionalignoreOption to allow relaxed validation of parameter identifiers. When set to true, unrecognized parameters will be ignored rather than causing an error. (default: false)
OptionalinitialThe initial set of parameter values to use. Map from parameter id to parameter value. The default value will be used for any parameter not specified.
OptionaljwtThe JWT used for authorizing API calls to the Geometry Backend.
OptionalloadOption to load the outputs, or not load them until the first call of ISession.customize. (default: true)
OptionalloadOption to load the SDTF data. The data is not loaded by default as it can be quite large. (default: false)
OptionalmodelThe optional model state id to use for the session. If not provided, no model state will be loaded.
OptionalmodelThe optional model state validation mode to use for the session. If not provided, the default validation mode of the Geometry SDK will be used.
OptionalthrowOption to throw an error if parts of a customization failed. (default: false)
OptionalticketThe ticket for direct embedding of the model represented by the session. This identifies the model on the Geometry Backend. If no ticket was provided, a guid has to be provided instead.
OptionalwaitOption to wait for the outputs to be loaded, or return immediately after creation of the session. (default: true)
The modelViewUrl of the Geometry Backend hosting the model.