/// <summary> /// Retrieves the initial condition assumed for the load case. /// </summary> /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception> public void FillInitialCase() { _initialLoadCase = LoadCase.Factory(_app?.GetInitialCase(CaseName)); }
/// <summary> /// Retrieves the initial condition assumed for the load case. /// </summary> /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception> public void FillInitialCase() { _initialLoadCase = _loadCases.FillItem(_app?.GetInitialCase(CaseName)); }