OESiteHopperDatabaseOptions
class OESiteHopperDatabaseOptions : public OESystem::OEOptions
This class provides a way to set up how the SiteHopper database will be built.
Constructors
OESiteHopperDatabaseOptions() -> OESiteHopperDatabaseOptions
OESiteHopperDatabaseOptions(arg2: OESiteHopperDatabaseOptions) -> OESiteHopperDatabaseOptions
Default and copy constructors.
GetPatchOptions
GetPatchOptions() -> OESiteHopperPatchOptions
Returns a reference to the OESiteHopperPatchOptions instance as currently set. This defines options for building patches as they are added to the database.
SetPatchOptions
SetPatchOptions(opts: OESiteHopperPatchOptions) -> None
Update the internal OESiteHopperPatchOptions.
CreateCopy
CreateCopy() -> OESiteHopperDatabaseOptions