├── .github └── workflows │ ├── linux-pull-request.yml │ ├── linux-push.yml │ ├── linux-release.yml │ ├── macOS-release.yml │ ├── macos-pull-request.yml │ ├── macos-push.yml │ ├── release-tag-dispatch.yml │ ├── windows-pull-request.yml │ ├── windows-push.yml │ └── windows-release.yml ├── .gitignore ├── Abaqus ├── AbaqusExport.cpp ├── AbaqusExport.h ├── AbaqusImport.cpp ├── AbaqusImport.h ├── AbaqusModel.cpp └── AbaqusModel.h ├── Ansys ├── AnsysImport.cpp └── AnsysImport.h ├── BUILD.md ├── CMakeLists.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CUILib ├── CUILib.pro ├── HistogramViewer.cpp ├── HistogramViewer.h ├── ImageViewer.cpp ├── ImageViewer.h └── stdafx.h ├── Comsol ├── COMSOLImport.cpp └── COMSOLImport.h ├── Documentation ├── BuildGuide │ ├── CMakeGUI.png │ ├── CMakeGUIFull.png │ └── ccmake.png ├── Copyright-FEBio-Studio.txt ├── Doxygen │ ├── Doxyfile │ ├── Doxyfile_dox_only │ ├── index.dox │ ├── mesh_inspector.dox │ └── post_add_datafield.dox ├── FEBioStudio.bib ├── FEBioStudioReleaseNotes.txt ├── FEBioStudio_EULA.txt ├── FEBioStudio_User_Manual.lyx ├── FEBioStudio_User_Manual.pdf ├── Figures │ ├── 3dimage_settings.png │ ├── Figure1.png │ ├── Figure2.png │ ├── Figure2_18.png │ ├── Figure2_24.png │ ├── Figure2_73.png │ ├── Figure2_78.png │ ├── Figure2_79.png │ ├── Figure3.png │ ├── Figure4.png │ ├── Figure5.png │ ├── Figure_2_2.png │ ├── Figure_2_3.png │ ├── Figure_2_4.png │ ├── Graph_with_tools_panel.png │ ├── ImageMapTool.png │ ├── Material Viewer.png │ ├── Model Viewer.png │ ├── NIHlogo.png │ ├── PostView.png │ ├── Splash.png │ ├── addFolder.png │ ├── addPub.png │ ├── add_bc.png │ ├── add_contact.png │ ├── add_data_from_file.png │ ├── add_ic.png │ ├── add_rigid_connector.png │ ├── add_rigid_constraint.png │ ├── add_rigid_ic.png │ ├── add_rigid_load.png │ ├── add_step.png │ ├── add_surface_constraint.png │ ├── add_surface_load.png │ ├── back.png │ ├── backface.png │ ├── box.png │ ├── build_panel.png │ ├── chart.png │ ├── clear.png │ ├── clipboard.png │ ├── clock.png │ ├── clone.png │ ├── clonegrid.png │ ├── clonerevolve.png │ ├── colormap.png │ ├── cone.png │ ├── coord.png │ ├── copy.png │ ├── curve_editor.png │ ├── curves.png │ ├── cut.png │ ├── cylinder.png │ ├── cylinderinbox.png │ ├── delete.png │ ├── deleteRemote.png │ ├── deletepoint.png │ ├── detach.png │ ├── disc.png │ ├── discrete.png │ ├── dogbone.png │ ├── download.png │ ├── edge.png │ ├── edit.png │ ├── element.png │ ├── ellipsoid.png │ ├── equation_editor.png │ ├── expand.png │ ├── extract.png │ ├── extrude.png │ ├── face.png │ ├── febio.png │ ├── febio_plugins.png │ ├── fiberODFRemesh.png │ ├── figFiberODF1.png │ ├── figFiberODF2.png │ ├── file viewer.png │ ├── font_bold.png │ ├── font_italic.png │ ├── formula.png │ ├── forward.png │ ├── graph.png │ ├── graph_tools.png │ ├── hexagon.png │ ├── hide.png │ ├── hollowsphere.png │ ├── imageMapExample1.png │ ├── imageMapExample2.png │ ├── image_renderers.png │ ├── imageslice.png │ ├── inspect.png │ ├── integrate.png │ ├── integrate_window.png │ ├── isosurface.png │ ├── job_monitor.png │ ├── launchConfigDlg.png │ ├── loft.png │ ├── marching_cubes.png │ ├── material.png │ ├── material_editor.png │ ├── measure.png │ ├── merge.png │ ├── mesh_inspector.png │ ├── mirror.png │ ├── new.png │ ├── new_model.png │ ├── newpoint.png │ ├── next.png │ ├── node.png │ ├── open.png │ ├── openContaining.png │ ├── options.png │ ├── options_colormap.png │ ├── output_custom_plot.png │ ├── output_log.png │ ├── output_plot.png │ ├── p2pline.png │ ├── particle.png │ ├── paste.png │ ├── pivot.png │ ├── play.png │ ├── post_slice.png │ ├── prev.png │ ├── preview.png │ ├── properties.png │ ├── reaction_editor.png │ ├── redo.png │ ├── refresh.png │ ├── rename.png │ ├── replaceFile.png │ ├── repoLocationDlg.png │ ├── repoLogin.png │ ├── repoPanel.png │ ├── requestUploadPermissions.png │ ├── ring.png │ ├── rotate.png │ ├── run_febio.png │ ├── save.png │ ├── scale.png │ ├── search.png │ ├── selEdge.png │ ├── selElem.png │ ├── selFace.png │ ├── selNode.png │ ├── select.png │ ├── selectAdd.png │ ├── selectCircle.png │ ├── selectCurves.png │ ├── selectDel.png │ ├── selectFree.png │ ├── selectNodes.png │ ├── selectObject.png │ ├── selectPart.png │ ├── selectRect.png │ ├── selectSub.png │ ├── selectSurface.png │ ├── select_circle.png │ ├── select_connected.png │ ├── select_free.png │ ├── select_item.png │ ├── select_path.png │ ├── select_rect.png │ ├── settings.png │ ├── settings_background_dark.png │ ├── settings_colormap.png │ ├── settings_lighting.png │ ├── settings_rendering.png │ ├── show.png │ ├── show_mesh.png │ ├── slice.png │ ├── snapshot.png │ ├── snaptogrid.png │ ├── snaptonode.png │ ├── solidarc.png │ ├── sphere.png │ ├── sphereinbox.png │ ├── spring.png │ ├── square.png │ ├── streamlines.png │ ├── summary.png │ ├── sync.png │ ├── tensor.png │ ├── text properties.png │ ├── text_properties.png │ ├── thintube.png │ ├── toggle_visible.png │ ├── torus.png │ ├── translate.png │ ├── tube.png │ ├── undo.png │ ├── up.png │ ├── upload.png │ ├── uploadWzd1.png │ ├── uploadWzd2.png │ ├── vectors.png │ ├── volrender.png │ ├── warning.png │ ├── welcome.png │ ├── wire.png │ ├── zoom_all.png │ ├── zoom_extents.png │ ├── zoom_fit.png │ ├── zoom_select.png │ ├── zoom_selected.png │ ├── zoom_x.png │ └── zoom_y.png ├── InstallerImages │ ├── Left Side Image Transparent.png │ ├── Left Side Image.png │ ├── Left Side Image.xcf │ ├── Logo.png │ ├── Logo.xcf │ ├── Splash.png │ └── Splash.xcf ├── Splash Screen.pptx ├── febioUMWebDefines.py ├── helpDiscrepancies.txt └── splash.png ├── FEBio ├── FEBioException.h ├── FEBioExport.cpp ├── FEBioExport.h ├── FEBioExport12.cpp ├── FEBioExport12.h ├── FEBioExport2.cpp ├── FEBioExport2.h ├── FEBioExport25.cpp ├── FEBioExport25.h ├── FEBioExport3.cpp ├── FEBioExport3.h ├── FEBioExport4.cpp ├── FEBioExport4.h ├── FEBioFormat.cpp ├── FEBioFormat.h ├── FEBioFormat12.cpp ├── FEBioFormat12.h ├── FEBioFormat2.cpp ├── FEBioFormat2.h ├── FEBioFormat25.cpp ├── FEBioFormat25.h ├── FEBioFormat3.cpp ├── FEBioFormat3.h ├── FEBioFormat4.cpp ├── FEBioFormat4.h ├── FEBioFormatOld.cpp ├── FEBioFormatOld.h ├── FEBioImport.cpp ├── FEBioImport.h ├── FEBioInputModel.cpp ├── FEBioInputModel.h └── stdafx.h ├── FEBioLink ├── FEBioClass.cpp ├── FEBioClass.h ├── FEBioInit.cpp ├── FEBioInit.h ├── FEBioInterface.cpp ├── FEBioInterface.h ├── FEBioModule.cpp └── FEBioModule.h ├── FEBioStudio ├── 2DImageTimeView.cpp ├── 2DImageTimeView.h ├── 3PointAngleTool.cpp ├── 3PointAngleTool.h ├── 4PointAngleTool.cpp ├── 4PointAngleTool.h ├── AVIAnimation.cpp ├── AVIAnimation.h ├── Animation.cpp ├── Animation.h ├── AreaCalculatorTool.cpp ├── AreaCalculatorTool.h ├── BuildPanel.cpp ├── BuildPanel.h ├── ButtonBox.cpp ├── ButtonBox.h ├── CColorButton.cpp ├── CColorButton.h ├── CDlgFiberViz.cpp ├── Command.cpp ├── Command.h ├── CommandManager.cpp ├── CommandManager.h ├── CommandPanel.cpp ├── CommandPanel.h ├── Commands.cpp ├── Commands.h ├── ConchoidFitTool.cpp ├── ConchoidFitTool.h ├── CreateGeodesicCurvePane.cpp ├── CreateGeodesicCurvePane.h ├── CreateP2PLinePane.cpp ├── CreateP2PlinePane.h ├── CreatePanel.cpp ├── CreatePanel.h ├── CreateSpringPane.cpp ├── CreateSpringPane.h ├── CurveEditor.cpp ├── CurveEditor.h ├── CurveIntersectProps.cpp ├── CurveIntersectProps.h ├── CurvePicker.cpp ├── CurvePicker.h ├── CurveToBeamTool.cpp ├── CurveToBeamTool.h ├── CustomLineEdit.cpp ├── CustomLineEdit.h ├── CustomThread.cpp ├── CustomThread.h ├── DataFieldSelector.cpp ├── DataFieldSelector.h ├── DiscreteElementNetworkTool.cpp ├── DiscreteElementNetworkTool.h ├── DlgAddChemicalReaction.cpp ├── DlgAddChemicalReaction.h ├── DlgAddEquation.cpp ├── DlgAddEquation.h ├── DlgAddMembraneReaction.cpp ├── DlgAddMembraneReaction.h ├── DlgAddMeshData.cpp ├── DlgAddMeshData.h ├── DlgAddNodalLoad.cpp ├── DlgAddNodalLoad.h ├── DlgAddPhysicsItem.cpp ├── DlgAddPhysicsItem.h ├── DlgAddPublication.cpp ├── DlgAddPublication.h ├── DlgAddRigidConnector.cpp ├── DlgAddRigidConnector.h ├── DlgAddRigidConstraint.cpp ├── DlgAddRigidConstraint.h ├── DlgAddStep.cpp ├── DlgAddStep.h ├── DlgBatchConvert.cpp ├── DlgBatchConvert.h ├── DlgBugReport.cpp ├── DlgBugReport.h ├── DlgCheck.cpp ├── DlgCheck.h ├── DlgCloneGrid.cpp ├── DlgCloneGrid.h ├── DlgCloneObject.cpp ├── DlgCloneObject.h ├── DlgCloneRevolve.cpp ├── DlgCloneRevolve.h ├── DlgConvertFEBio.cpp ├── DlgConvertFEBio.h ├── DlgDIC.cpp ├── DlgDIC.h ├── DlgDetachSelection.cpp ├── DlgDetachSelection.h ├── DlgEditLConfigs.cpp ├── DlgEditLConfigs.h ├── DlgEditObject.cpp ├── DlgEditObject.h ├── DlgEditOutput.cpp ├── DlgEditOutput.h ├── DlgEditProject.cpp ├── DlgEditProject.h ├── DlgExplodedView.cpp ├── DlgExplodedView.h ├── DlgExportFEBio.cpp ├── DlgExportFEBio.h ├── DlgExportLSDYNA.cpp ├── DlgExportLSDYNA.h ├── DlgExportXPLT.cpp ├── DlgExportXPLT.h ├── DlgFEBioInfo.cpp ├── DlgFEBioInfo.h ├── DlgFEBioOptimize.cpp ├── DlgFEBioOptimize.h ├── DlgFEBioPlugins.cpp ├── DlgFEBioPlugins.h ├── DlgFiberViz.h ├── DlgFind.cpp ├── DlgFind.h ├── DlgFormula.cpp ├── DlgFormula.h ├── DlgImageFilter.cpp ├── DlgImageFilter.h ├── DlgImportData.cpp ├── DlgImportData.h ├── DlgImportLines.cpp ├── DlgImportLines.h ├── DlgImportXPLT.cpp ├── DlgImportXPLT.h ├── DlgKinemat.cpp ├── DlgKinemat.h ├── DlgLameConvertor.cpp ├── DlgLameConvertor.h ├── DlgLogin.cpp ├── DlgLogin.h ├── DlgMaterialTest.cpp ├── DlgMaterialTest.h ├── DlgMeasure.cpp ├── DlgMeasure.h ├── DlgMergeObjects.cpp ├── DlgMergeObjects.h ├── DlgMeshDiagnostics.cpp ├── DlgMeshDiagnostics.h ├── DlgModelInfo.cpp ├── DlgModelInfo.h ├── DlgNew.cpp ├── DlgNew.h ├── DlgNewProject.cpp ├── DlgNewProject.h ├── DlgPartViewer.cpp ├── DlgPartViewer.h ├── DlgPickColor.cpp ├── DlgPickColor.h ├── DlgPickNamedSelection.cpp ├── DlgPickNamedSelection.h ├── DlgPixelInspector.cpp ├── DlgPixelInspector.h ├── DlgPlaneCut.cpp ├── DlgPlaneCut.h ├── DlgPlotMix.cpp ├── DlgPlotMix.h ├── DlgPurge.cpp ├── DlgPurge.h ├── DlgRAWImport.cpp ├── DlgRAWImport.h ├── DlgRequestUploadPerm.cpp ├── DlgRequestUploadPerm.h ├── DlgRun.cpp ├── DlgRun.h ├── DlgScreenCapture.cpp ├── DlgScreenCapture.h ├── DlgSelectRange.cpp ├── DlgSelectRange.h ├── DlgSetRepoFolder.cpp ├── DlgSetRepoFolder.h ├── DlgSettings.cpp ├── DlgSettings.h ├── DlgSoluteTable.cpp ├── DlgSoluteTable.h ├── DlgStartThread.cpp ├── DlgStartThread.h ├── DlgStepViewer.cpp ├── DlgStepViewer.h ├── DlgTimeSettings.cpp ├── DlgTimeSettings.h ├── DlgTransform.cpp ├── DlgTransform.h ├── DlgUnitConverter.cpp ├── DlgUnitConverter.h ├── DlgWarpImage.cpp ├── DlgWarpImage.h ├── DlgWidgetProps.cpp ├── DlgWidgetProps.h ├── DocManager.cpp ├── DocManager.h ├── DocTemplate.cpp ├── DocTemplate.h ├── Document.cpp ├── Document.h ├── DragBox.cpp ├── DragBox.h ├── DynamicStackedWidget.h ├── EditDataFieldTool.cpp ├── EditDataFieldTool.h ├── EditPanel.cpp ├── EditPanel.h ├── EditVariableParam.cpp ├── EditVariableParam.h ├── ElementVolumeTool.cpp ├── ElementVolumeTool.h ├── Encrypter.cpp ├── Encrypter.h ├── ExportProjectWidget.cpp ├── ExportProjectWidget.h ├── ExtrudeMapTool.cpp ├── ExtrudeMapTool.h ├── FBSApplication.cpp ├── FBSApplication.h ├── FEBioDiagnostic.cpp ├── FEBioDiagnostic.h ├── FEBioJob.cpp ├── FEBioJob.h ├── FEBioJobManager.cpp ├── FEBioJobManager.h ├── FEBioOpt.cpp ├── FEBioOpt.h ├── FEBioStudio.cpp ├── FEBioStudio.h ├── FEBioStudio.pro ├── FEBioStudioProject.cpp ├── FEBioStudioProject.h ├── FEBioThread.cpp ├── FEBioThread.h ├── FEClassPropsView.cpp ├── FEClassPropsView.h ├── FEKinematFileReader.cpp ├── FEKinematFileReader.h ├── FEObjectProps.cpp ├── FEObjectProps.h ├── FiberGeneratorTool.cpp ├── FiberGeneratorTool.h ├── FiberODFWidget.cpp ├── FiberODFWidget.h ├── FileThread.cpp ├── FileThread.h ├── FileViewer.cpp ├── FileViewer.h ├── FindWidget.cpp ├── FindWidget.h ├── FlowLayout.cpp ├── FlowLayout.h ├── FoamGeneratorTool.cpp ├── FoamGeneratorTool.h ├── FocusWatcher.h ├── GGrid.cpp ├── GGrid.h ├── GIFAnimation.cpp ├── GIFAnimation.h ├── GLCanvas.cpp ├── GLCanvas.h ├── GLControlBar.cpp ├── GLControlBar.h ├── GLCursor.cpp ├── GLCursor.h ├── GLHighLighter.cpp ├── GLHighlighter.h ├── GLModelScene.cpp ├── GLModelScene.h ├── GLPlaneCut.cpp ├── GLPlaneCut.h ├── GLPostScene.cpp ├── GLPostScene.h ├── GLScene.cpp ├── GLScene.h ├── GLSceneView.cpp ├── GLSceneView.h ├── GLScreenRecorder.cpp ├── GLScreenRecorder.h ├── GLView.cpp ├── GLView.h ├── GLViewSelector.cpp ├── GLViewSelector.h ├── GLViewTransform.cpp ├── GLViewTransform.h ├── GLViewer.cpp ├── GLViewer.h ├── GManipulator.cpp ├── GManipulator.h ├── GTriad.cpp ├── GTriad.h ├── GraphData.cpp ├── GraphData.h ├── GraphWindow.cpp ├── GraphWindow.h ├── HelpDialog.cpp ├── HelpDialog.h ├── HelpUrl.cpp ├── HelpUrl.h ├── ICPRegistrationTool.cpp ├── ICPRegistrationTool.h ├── IconProvider.cpp ├── IconProvider.h ├── ImageFilterWidget.cpp ├── ImageFilterWidget.h ├── ImageMapTool.cpp ├── ImageMapTool.h ├── ImageSettingsPanel.cpp ├── ImageSettingsPanel.h ├── ImageSlice.cpp ├── ImageSlice.h ├── ImageSliceView.cpp ├── ImageSliceView.h ├── ImageThread.cpp ├── ImageThread.h ├── ImageToolBar.cpp ├── ImageToolBar.h ├── ImageViewSettings.cpp ├── ImageViewSettings.h ├── ImgAnimation.cpp ├── ImgAnimation.h ├── ImportSpringsTool.cpp ├── ImportSpringsTool.h ├── InfoPanel.cpp ├── InfoPanel.h ├── InputWidgets.cpp ├── InputWidgets.h ├── IntegrateWindow.cpp ├── IntegrateWindow.h ├── KinematBuildTool.cpp ├── KinematBuildTool.h ├── LaunchConfig.cpp ├── LaunchConfig.h ├── LinkPropertyEdit.cpp ├── LinkPropertyEdit.h ├── LocalDatabaseHandler.cpp ├── LocalDatabaseHandler.h ├── LocalJobProcess.cpp ├── LocalJobProcess.h ├── LogPanel.cpp ├── LogPanel.h ├── Logger.cpp ├── Logger.h ├── MPEGAnimation.cpp ├── MPEGAnimation.h ├── MainTabBar.cpp ├── MainTabBar.h ├── MainWindow.cpp ├── MainWindow.h ├── MaterialEditor.cpp ├── MaterialEditor.h ├── MaterialMapTool.cpp ├── MaterialMapTool.h ├── MaterialPanel.cpp ├── MaterialPanel.h ├── MaterialPropsView.cpp ├── MaterialPropsView.h ├── MeasureAreaTool.cpp ├── MeasureAreaTool.h ├── MeasureCOMTool.cpp ├── MeasureCOMTool.h ├── MeasureMOITool.cpp ├── MeasureMOITool.h ├── MeasureVolumeTool.cpp ├── MeasureVolumeTool.h ├── MeshButtonBox.cpp ├── MeshButtonBox.h ├── MeshInfoPanel.cpp ├── MeshInfoPanel.h ├── MeshInspector.cpp ├── MeshInspector.h ├── MeshMorphTool.cpp ├── MeshMorphTool.h ├── MeshPanel.cpp ├── MeshPanel.h ├── MeshToImageTool.cpp ├── MeshToImageTool.h ├── ModelDocument.cpp ├── ModelDocument.h ├── ModelFileReader.cpp ├── ModelFileReader.h ├── ModelFileWriter.cpp ├── ModelFileWriter.h ├── ModelPropsPanel.cpp ├── ModelPropsPanel.h ├── ModelSearch.cpp ├── ModelSearch.h ├── ModelTree.cpp ├── ModelTree.h ├── ModelTypeInfoReader.cpp ├── ModelTypeInfoReader.h ├── ModelViewer.cpp ├── ModelViewer.h ├── ModifierTool.cpp ├── ModifierTool.h ├── MultiLineLabel.cpp ├── MultiLineLabel.h ├── ObjectPanel.cpp ├── ObjectPanel.h ├── ObjectProps.cpp ├── ObjectProps.h ├── PRVArchive.cpp ├── PRVArchive.h ├── PixelInfoSource.cpp ├── PixelInfoSource.h ├── PlaneCutTool.cpp ├── PlaneCutTool.h ├── PlaneTool.cpp ├── PlaneTool.h ├── PlotWidget.cpp ├── PlotWidget.h ├── PointCongruencyTool.cpp ├── PointCongruencyTool.h ├── PointDistanceTool.cpp ├── PointDistanceTool.h ├── PostDataPanel.cpp ├── PostDataPanel.h ├── PostDocument.cpp ├── PostDocument.h ├── PostModelPanel.cpp ├── PostModelPanel.h ├── PostObject.cpp ├── PostObject.h ├── PostPanel.cpp ├── PostPanel.h ├── PostSessionFile.cpp ├── PostSessionFile.h ├── PostToolBar.cpp ├── PostToolBar.h ├── PropertyList.cpp ├── PropertyList.h ├── PropertyListForm.cpp ├── PropertyListForm.h ├── PropertyListView.cpp ├── PropertyListView.h ├── PublicationWidget.cpp ├── PublicationWidget.h ├── PublicationWidgetView.cpp ├── PublicationWidgetView.h ├── QuadricFitTool.cpp ├── QuadricFitTool.h ├── RangeSlider.cpp ├── RangeSlider.h ├── ReadCurveTool.cpp ├── ReadCurveTool.h ├── RepoConnectionHandler.cpp ├── RepoConnectionHandler.h ├── RepositoryPanel.cpp ├── RepositoryPanel.h ├── ResourceEdit.cpp ├── ResourceEdit.h ├── SSHHandler.cpp ├── SSHHandler.h ├── SSHThread.cpp ├── SSHThread.h ├── ScalarFieldTool.cpp ├── ScalarFieldTool.h ├── ScatterWindow.cpp ├── ScatterWindow.h ├── SelectNearPlaneTool.cpp ├── SelectNearPlaneTool.h ├── SelectionBox.cpp ├── SelectionBox.h ├── ServerSettings.cpp ├── ServerSettings.h ├── Sketcher.cpp ├── Sketcher.h ├── SphereFitTool.cpp ├── SphereFitTool.h ├── StatePanel.cpp ├── StatePanel.h ├── StatsWindow.cpp ├── StatsWindow.h ├── SummaryWindow.cpp ├── SummaryWindow.h ├── SurfaceMeshSizeTool.cpp ├── SurfaceMeshSizeTool.h ├── TagLabel.cpp ├── TagLabel.h ├── TetOverlapTool.cpp ├── TetOverlapTool.h ├── TextDocument.cpp ├── TextDocument.h ├── TimelinePanel.cpp ├── TimelinePanel.h ├── TimelineWidget.cpp ├── TimelineWidget.h ├── Tool.cpp ├── Tool.h ├── ToolBox.cpp ├── ToolBox.h ├── ToolParamsPanel.cpp ├── ToolParamsPanel.h ├── ToolsPanel.cpp ├── ToolsPanel.h ├── UnitParser.cpp ├── UnitParser.h ├── UpdateChecker.cpp ├── UpdateChecker.h ├── WebDefines.h ├── WrapLabel.cpp ├── WrapLabel.h ├── WzdUpload.cpp ├── WzdUpload.h ├── XMLCommands.cpp ├── XMLCommands.h ├── XMLDocument.cpp ├── XMLDocument.h ├── XMLEditor.cpp ├── XMLEditor.h ├── XMLTreeModel.cpp ├── XMLTreeModel.h ├── XMLTreeView.cpp ├── XMLTreeView.h ├── ZipFiles.cpp ├── ZipFiles.h ├── menuEdit.cpp ├── menuFEBio.cpp ├── menuFile.cpp ├── menuHelp.cpp ├── menuPhysics.cpp ├── menuPost.cpp ├── menuRecord.cpp ├── menuTools.cpp ├── menuView.cpp ├── menuXML.cpp ├── modelcheck.cpp ├── modelcheck.h ├── stdafx.cpp ├── stdafx.h ├── targetver.h ├── test.out ├── ui_buildpanel.h ├── ui_config.cpp ├── ui_config.h ├── ui_createpanel.h ├── ui_curveeditor.h ├── ui_editpanel.h ├── ui_logpanel.h ├── ui_mainwindow.cpp ├── ui_mainwindow.h ├── ui_materialeditor.h ├── ui_meshinspector.h ├── ui_meshpanel.h ├── ui_modelviewer.h ├── ui_repositorypanel.h ├── ui_toolspanel.h ├── units.cpp ├── units.h ├── version.h ├── welcomePage.cpp └── welcomePage.h ├── FEMLib ├── FEAnalysisStep.cpp ├── FEAnalysisStep.h ├── FEBase.h ├── FEBodyLoad.cpp ├── FEBodyLoad.h ├── FEBoundaryCondition.cpp ├── FEBoundaryCondition.h ├── FEConnector.cpp ├── FEConnector.h ├── FECoreMaterial.cpp ├── FECoreMaterial.h ├── FECoreModel.h ├── FEDOF.cpp ├── FEDOF.h ├── FEDataVariable.cpp ├── FEDataVariable.h ├── FEDiscreteMaterial.cpp ├── FEDiscreteMaterial.h ├── FEDomainComponent.cpp ├── FEDomainComponent.h ├── FEElementFormulation.cpp ├── FEElementFormulation.h ├── FEInitialCondition.cpp ├── FEInitialCondition.h ├── FEInterface.cpp ├── FEInterface.h ├── FELoad.cpp ├── FELoad.h ├── FELoadController.cpp ├── FELoadController.h ├── FEMKernel.cpp ├── FEMKernel.h ├── FEMaterial.cpp ├── FEMaterial.h ├── FEMaterialFactory.cpp ├── FEMaterialFactory.h ├── FEMaterialLibrary.cpp ├── FEMaterialLibrary.h ├── FEMeshAdaptor.cpp ├── FEMeshAdaptor.h ├── FEMeshDataGenerator.cpp ├── FEMeshDataGenerator.h ├── FEModelComponent.cpp ├── FEModelComponent.h ├── FEModelConstraint.cpp ├── FEModelConstraint.h ├── FEMultiMaterial.cpp ├── FEMultiMaterial.h ├── FERigidConstraint.cpp ├── FERigidConstraint.h ├── FERigidLoad.cpp ├── FERigidLoad.h ├── FESoluteData.cpp ├── FESoluteData.h ├── FEStepComponent.cpp ├── FEStepComponent.h ├── FESurfaceLoad.cpp ├── FESurfaceLoad.h ├── FEUserMaterial.cpp ├── FEUserMaterial.h ├── FSCoreBase.cpp ├── FSModel.cpp ├── FSModel.h ├── FSProject.cpp ├── FSProject.h ├── GDiscreteObject.cpp ├── GDiscreteObject.h ├── GMaterial.cpp ├── GMaterial.h ├── PlotDataSettings.cpp ├── PlotDataSettings.h └── stdafx.h ├── FSCore ├── Archive.cpp ├── Archive.h ├── CallTracer.cpp ├── CallTracer.h ├── ClassDescriptor.cpp ├── ClassDescriptor.h ├── FSCore.cpp ├── FSCore.h ├── FSCore.pro ├── FSDir.cpp ├── FSDir.h ├── FSLogger.cpp ├── FSLogger.h ├── FSObject.cpp ├── FSObject.h ├── FSObjectList.h ├── FSThreadedTask.cpp ├── FSThreadedTask.h ├── FileReader.cpp ├── FileReader.h ├── FileWriter.h ├── LoadCurve.cpp ├── LoadCurve.h ├── ParamBlock.cpp ├── ParamBlock.h ├── Serializable.cpp ├── Serializable.h ├── box.cpp ├── box.h ├── color.h ├── enum.h ├── math3d.h ├── memtool.cpp ├── memtool.h ├── stdafx.cpp └── stdafx.h ├── FindDependencies.cmake ├── GLLib ├── GDecoration.cpp ├── GDecoration.h ├── GLCamera.cpp ├── GLCamera.h ├── GLContext.cpp ├── GLContext.h ├── GLLib.pro ├── GLMesh.cpp ├── GLMesh.h ├── GLMeshRender.cpp ├── GLMeshRender.h ├── GLProgram.cpp ├── GLProgram.h ├── GLTexture1D.cpp ├── GLTexture1D.h ├── GLViewSettings.cpp ├── GLViewSettings.h ├── GView.cpp ├── GView.h ├── Interpolator.cpp ├── Interpolator.h ├── glx.cpp ├── glx.h └── stdafx.h ├── GLWLib ├── GLWLib.pro ├── GLWidget.cpp ├── GLWidget.h ├── GLWidgetManager.cpp ├── GLWidgetManager.h └── convert.h ├── GeomLib ├── FSGroup.cpp ├── FSGroup.h ├── GBaseObject.cpp ├── GBaseObject.h ├── GBox.cpp ├── GBoxInBox.cpp ├── GCone.cpp ├── GCurveMeshObject.cpp ├── GCurveMeshObject.h ├── GCurveObject.cpp ├── GCurveObject.h ├── GCylinder.cpp ├── GCylinderInBox.cpp ├── GDisc.cpp ├── GGroup.cpp ├── GGroup.h ├── GHexagon.cpp ├── GItem.cpp ├── GItem.h ├── GMeshObject.cpp ├── GMeshObject.h ├── GModel.cpp ├── GModel.h ├── GMultiBox.cpp ├── GMultiBox.h ├── GMultiPatch.cpp ├── GMultiPatch.h ├── GOCCObject.cpp ├── GOCCObject.h ├── GObject.cpp ├── GObject.h ├── GPartSection.cpp ├── GPartSection.h ├── GPatch.cpp ├── GPrimitive.cpp ├── GPrimitive.h ├── GQuartDogBone.cpp ├── GRing.cpp ├── GShellSphere.cpp ├── GShellTorus.cpp ├── GShellTube.cpp ├── GSlice.cpp ├── GSolidArc.cpp ├── GSphere.cpp ├── GSphereInBox.cpp ├── GSurfaceMeshObject.cpp ├── GSurfaceMeshObject.h ├── GTorus.cpp ├── GTruncatedEllipsoid.cpp ├── GTube.cpp ├── MeshLayer.cpp ├── MeshLayer.h ├── geom.cpp ├── geom.h ├── geomlib.cpp └── geomlib.h ├── ImageLib ├── 3DGradientMap.cpp ├── 3DGradientMap.h ├── 3DImage.cpp ├── 3DImage.h ├── DICOMImageSource.cpp ├── DICOMImageSource.h ├── FiberODF.cpp ├── FiberODF.h ├── FiberODFAnalysis.cpp ├── FiberODFAnalysis.h ├── Image.cpp ├── Image.h ├── ImageAnalysis.cpp ├── ImageAnalysis.h ├── ImageFilter.cpp ├── ImageFilter.h ├── ImageFilterSITK.cpp ├── ImageFilterSITK.h ├── ImageModel.cpp ├── ImageModel.h ├── ImageSource.cpp ├── ImageSource.h ├── RGBAImage.cpp ├── RGBAImage.h ├── RGBImage.cpp ├── RGBImage.h ├── SITKImageSource.cpp ├── SITKImageSource.h ├── SITKTools.cpp ├── SITKTools.h ├── TiffReader.cpp ├── TiffReader.h └── stdafx.h ├── LICENSE ├── LSDyna ├── LSDYNAModel.cpp ├── LSDYNAModel.h ├── LSDYNAexport.cpp ├── LSDYNAexport.h ├── LSDYNAimport.cpp ├── LSDYNAimport.h ├── LSDynaFile.cpp ├── LSDynaFile.h ├── LSDynaFileParser.cpp └── LSDynaFileParser.h ├── MeshIO ├── ArtisynthImport.cpp ├── ArtisynthImport.h ├── BREPImport.cpp ├── BREPImport.h ├── BYUExport.cpp ├── BYUExport.h ├── BYUimport.cpp ├── BYUimport.h ├── DXFimport.cpp ├── DXFimport.h ├── FSFileExport.cpp ├── FSFileExport.h ├── FSFileImport.cpp ├── FSFileImport.h ├── FluentExport.cpp ├── FluentExport.h ├── GMshExport.cpp ├── GMshExport.h ├── GMshImport.cpp ├── GMshImport.h ├── HMASCIIimport.cpp ├── HMASCIIimport.h ├── HyperSurfaceImport.cpp ├── HyperSurfaceImport.h ├── HypersurfaceExport.cpp ├── HypersurfaceExport.h ├── IDEASimport.cpp ├── IDEASimport.h ├── IGESFileImport.cpp ├── IGESFileImport.h ├── MeshExport.cpp ├── MeshExport.h ├── MeshImport.cpp ├── MeshImport.h ├── NASTRANimport.cpp ├── NASTRANimport.h ├── ObjImport.cpp ├── ObjImport.h ├── PLYExport.cpp ├── PLYExport.h ├── PLYImport.cpp ├── PLYImport.h ├── PRVObjectExport.cpp ├── PRVObjectExport.h ├── PRVObjectFormat.h ├── PRVObjectImport.cpp ├── PRVObjectImport.h ├── RAWToMeshImport.cpp ├── RAWToMeshImport.h ├── STEPImport.cpp ├── STEPImport.h ├── STLExport.cpp ├── STLExport.h ├── STLimport.cpp ├── STLimport.h ├── TetGenExport.cpp ├── TetGenExport.h ├── TetGenImport.cpp ├── TetGenImport.h ├── VTKExport.cpp ├── VTKExport.h ├── VTKImport.cpp ├── VTKImport.h ├── VTUImport.cpp ├── VTUImport.h ├── ViewpointExport.cpp ├── ViewpointExport.h └── stdafx.h ├── MeshLib ├── FECoreMesh.cpp ├── FECoreMesh.h ├── FECurveMesh.cpp ├── FECurveMesh.h ├── FEEdge.cpp ├── FEEdge.h ├── FEElement.cpp ├── FEElement.h ├── FEElementData.cpp ├── FEElementData.h ├── FEElementLibrary.cpp ├── FEElementLibrary.h ├── FEFace.cpp ├── FEFace.h ├── FEFaceEdgeList.cpp ├── FEFaceEdgeList.h ├── FEFindElement.cpp ├── FEFindElement.h ├── FEItem.h ├── FEItemList.h ├── FEItemListBuilder.cpp ├── FEItemListBuilder.h ├── FELineMesh.cpp ├── FELineMesh.h ├── FEMesh.cpp ├── FEMesh.h ├── FEMeshBase.cpp ├── FEMeshBase.h ├── FEMeshBuilder.cpp ├── FEMeshBuilder.h ├── FEMeshData.cpp ├── FEMeshData.h ├── FENode.cpp ├── FENode.h ├── FENodeData.cpp ├── FENodeData.h ├── FENodeEdgeList.cpp ├── FENodeEdgeList.h ├── FENodeElementList.cpp ├── FENodeElementList.h ├── FENodeFaceList.cpp ├── FENodeFaceList.h ├── FENodeNodeList.cpp ├── FENodeNodeList.h ├── FESurfaceData.cpp ├── FESurfaceData.h ├── FESurfaceMesh.cpp ├── FESurfaceMesh.h ├── GMesh.cpp ├── GMesh.h ├── IHasItemList.cpp ├── IHasItemList.h ├── Intersect.cpp ├── Intersect.h ├── LineMesh2D.cpp ├── LineMesh2D.h ├── MeshItem2D.h ├── MeshMetrics.cpp ├── MeshMetrics.h ├── MeshTools.cpp ├── MeshTools.h ├── Mesh_Data.cpp ├── Mesh_Data.h ├── TriMesh.cpp ├── TriMesh.h ├── TriMesh2D.h ├── enums.h ├── hex.h ├── integrate.cpp ├── penta.h ├── pyra.h ├── quad4.h ├── quad8.h ├── tet.h ├── tri3.h ├── triangulate.cpp └── triangulate.h ├── MeshTools ├── BivariatePolynomialSpline.cpp ├── BivariatePolynomialSpline.h ├── BivariateSpline.cpp ├── BivariateSpline.h ├── ConchoidFit.cpp ├── ConchoidFit.h ├── FEAdvancingFrontMesher2D.cpp ├── FEAdvancingFrontMesher2D.h ├── FEAutoPartition.cpp ├── FEAutoPartition.h ├── FEAxesCurvature.cpp ├── FEAxesCurvature.h ├── FEBoundaryLayerMesher.cpp ├── FEBoundaryLayerMesher.h ├── FEBox.cpp ├── FEBox.h ├── FEBoxInBox.cpp ├── FEBoxInBox.h ├── FECVDDecimationModifier.cpp ├── FECVDDecimationModifier.h ├── FECone.cpp ├── FECone.h ├── FECore.vcproj ├── FECreateShells.cpp ├── FECreateShells.h ├── FECurveIntersect.cpp ├── FECurveIntersect.h ├── FECurveIntersect2D.cpp ├── FECurveIntersect2D.h ├── FECurveMesher.cpp ├── FECurveMesher.h ├── FECylinder.cpp ├── FECylinder.h ├── FECylinderInBox.cpp ├── FECylinderInBox.h ├── FEDeleteElements.cpp ├── FEDiscardMesh.cpp ├── FEDiscardMesh.h ├── FEDomain.cpp ├── FEDomain.h ├── FEEdgeCollapse.cpp ├── FEEdgeCollapse.h ├── FEEdgeFlip.cpp ├── FEEdgeFlip.h ├── FEExtrudeEdges.cpp ├── FEExtrudeEdges.h ├── FEExtrudeFaces.cpp ├── FEExtrudeFaces.h ├── FEFillHole.cpp ├── FEFillHole.h ├── FEFillQuadHole.cpp ├── FEFillQuadHole.h ├── FEFixJaggedEdges.cpp ├── FEFixJaggedEdges.h ├── FEFixMesh.cpp ├── FEFixMesh.h ├── FEFixSurfaceMesh.cpp ├── FEFixSurfaceMesh.h ├── FEGeodesic.cpp ├── FEGeodesic.h ├── FEGregoryPatch.cpp ├── FEGregoryPatch.h ├── FEHex8ToHex20.cpp ├── FEHexSplitModifier.cpp ├── FEHollowSphere.cpp ├── FEHollowSphere.h ├── FEInflateMesh.cpp ├── FELinearToQuadratic.cpp ├── FELinearToQuadratic.h ├── FELoftMesher.cpp ├── FELoftMesher.h ├── FEMMGRemesh.cpp ├── FEMMGRemesh.h ├── FEMeshOverlap.cpp ├── FEMeshOverlap.h ├── FEMeshSmoothingModifier.cpp ├── FEMeshSmoothingModifier.h ├── FEMeshValuator.cpp ├── FEMeshValuator.h ├── FEMesher.cpp ├── FEMesher.h ├── FEModifier.cpp ├── FEModifier.h ├── FEMortarProjection.cpp ├── FEMortarProjection.h ├── FEMultiBlockMesh.cpp ├── FEMultiBlockMesh.h ├── FEMultiQuadMesh.cpp ├── FEMultiQuadMesh.h ├── FENNQuery.cpp ├── FENNQuery.h ├── FEPenta6ToTet4.cpp ├── FEPlaneCut.cpp ├── FEQuad4ToQuad8.cpp ├── FEQuartDogBone.cpp ├── FEQuartDogBone.h ├── FERefineSurface.cpp ├── FERefineSurface.h ├── FERevolveFaces.cpp ├── FERevolveFaces.h ├── FERezoneMesh.cpp ├── FESelection.cpp ├── FESelection.h ├── FEShellDisc.cpp ├── FEShellDisc.h ├── FEShellMesher.cpp ├── FEShellMesher.h ├── FEShellPatch.cpp ├── FEShellPatch.h ├── FEShellRing.cpp ├── FEShellRing.h ├── FEShellSphere.cpp ├── FEShellSphere.h ├── FEShellToSolid.cpp ├── FEShellToSolid.h ├── FEShellTorus.cpp ├── FEShellTorus.h ├── FEShellTube.cpp ├── FEShellTube.h ├── FESlice.cpp ├── FESlice.h ├── FESmoothMesh.cpp ├── FESmoothSurfaceMesh.cpp ├── FESmoothSurfaceMesh.h ├── FESolidArc.cpp ├── FESolidArc.h ├── FESphere.cpp ├── FESphere.h ├── FESphereInBox.cpp ├── FESphereInBox.h ├── FESplitModifier.cpp ├── FESplitModifier.h ├── FESurfaceIntersect.cpp ├── FESurfaceIntersect.h ├── FESurfaceModifier.cpp ├── FESurfaceModifier.h ├── FETet10ToTet4.cpp ├── FETet15ToTet4.cpp ├── FETet4ToHex8.cpp ├── FETet4ToTet10.cpp ├── FETet4ToTet15.cpp ├── FETet4ToTet20.cpp ├── FETet4ToTet5.cpp ├── FETetGenMesher.cpp ├── FETetGenMesher.h ├── FETetGenModifier.h ├── FETetSplitModifier.cpp ├── FETetgenModifier.cpp ├── FETorus.cpp ├── FETorus.h ├── FETri3ToTri6.cpp ├── FETruncatedEllipsoid.cpp ├── FETruncatedEllipsoid.h ├── FETube.cpp ├── FETube.h ├── FEWeldModifier.cpp ├── FEWeldModifier.h ├── FSCurveObjectMesher.cpp ├── FSCurveObjectMesher.h ├── FSTriMesh.cpp ├── FSTriMesh.h ├── FoamMesh.cpp ├── FoamMesh.h ├── GExtrudeModifier.cpp ├── GHollowSphere.cpp ├── GLMesher.cpp ├── GLMesher.h ├── GModifiedObject.cpp ├── GModifiedObject.h ├── GModifier.cpp ├── GModifier.h ├── GObject2D.cpp ├── GObject2D.h ├── GPLCObject.cpp ├── GPLCObject.h ├── GRevolveModifier.cpp ├── GSketch.cpp ├── GSketch.h ├── GWrapModifier.cpp ├── GradientMap.cpp ├── GradientMap.h ├── ICPRegistration.cpp ├── ICPRegistration.h ├── LaplaceSolver.cpp ├── LaplaceSolver.h ├── MeshTools.pro ├── NetGenMesher.cpp ├── NetGenMesher.h ├── NetGenOCCMesher.cpp ├── NetGenOCCMesher.h ├── NetGenSTLMesher.cpp ├── NetGenSTLMesher.h ├── Plane.cpp ├── Plane.h ├── PointCloud3d.cpp ├── PointCloud3d.h ├── Quadric.cpp ├── Quadric.h ├── QuadricFit.cpp ├── QuadricFit.h ├── ReadMe.txt ├── SphereFit.cpp ├── SphereFit.h ├── SpringGenerator.cpp ├── SpringGenerator.h ├── SurfaceDistance.cpp ├── SurfaceDistance.h ├── TetOverlap.cpp ├── TetOverlap.h ├── hex2tet.cpp ├── insertCurve.cpp ├── insertCurve.h ├── insertCurve2.cpp ├── insertCurve2.h ├── lut.cpp ├── previewlib.pro └── stdafx.h ├── Nike3D ├── NIKE3DExport.cpp ├── NIKE3DExport.h ├── NIKE3DImport.cpp ├── NIKE3DImport.h ├── NIKE3DProject.cpp └── NIKE3DProject.h ├── PostGL ├── GLColorMap.cpp ├── GLColorMap.h ├── GLCurveProbe.cpp ├── GLCurveProbe.h ├── GLDataMap.cpp ├── GLDataMap.h ├── GLDisplacementMap.cpp ├── GLDisplacementMap.h ├── GLIsoSurfacePlot.cpp ├── GLIsoSurfacePlot.h ├── GLLinePlot.cpp ├── GLLinePlot.h ├── GLMirrorPlane.cpp ├── GLMirrorPlane.h ├── GLModel.cpp ├── GLModel.h ├── GLMusclePath.cpp ├── GLMusclePath.h ├── GLParticleFlowPlot.cpp ├── GLParticleFlowPlot.h ├── GLPlane.cpp ├── GLPlane.h ├── GLPlaneCutPlot.cpp ├── GLPlaneCutPlot.h ├── GLPlot.cpp ├── GLPlot.h ├── GLPlotGroup.cpp ├── GLPlotGroup.h ├── GLPlotHelicalAxis.cpp ├── GLPlotHelicalAxis.h ├── GLPointPlot.cpp ├── GLPointPlot.h ├── GLPointProbe.cpp ├── GLPointProbe.h ├── GLRuler.cpp ├── GLRuler.h ├── GLSlicePLot.cpp ├── GLSlicePLot.h ├── GLStreamLinePlot.cpp ├── GLStreamLinePlot.h ├── GLTensorPlot.cpp ├── GLTensorPlot.h ├── GLVectorPlot.cpp ├── GLVectorPlot.h ├── GLVolumeFlowPlot.cpp ├── GLVolumeFlowPlot.h ├── LineDataModel.cpp ├── LineDataModel.h ├── PostGL.pro └── stdafx.h ├── PostLib ├── 3DImageSlicer.cpp ├── 3DImageSlicer.h ├── AbaqusExport.cpp ├── AbaqusExport.h ├── BYUExport.cpp ├── BYUExport.h ├── ColorMap.cpp ├── ColorMap.h ├── DataFilter.cpp ├── DataFilter.h ├── DataMap.cpp ├── DataMap.h ├── FEASCIIImport.cpp ├── FEASCIIImport.h ├── FEAreaCoverage.cpp ├── FEAreaCoverage.h ├── FEAsciiExport.cpp ├── FEAsciiExport.h ├── FEBioImport.cpp ├── FEBioImport.h ├── FECurvatureMap.cpp ├── FECurvatureMap.h ├── FEDataField.cpp ├── FEDataField.h ├── FEDataManager.cpp ├── FEDataManager.h ├── FEDistanceMap.cpp ├── FEDistanceMap.h ├── FEFEBioExport.cpp ├── FEFEBioExport.h ├── FEFileExport.cpp ├── FEFileExport.h ├── FEFileReader.cpp ├── FEFileReader.h ├── FEGroup.cpp ├── FEGroup.h ├── FEKinemat.cpp ├── FEKinemat.h ├── FELSDYNAExport.cpp ├── FELSDYNAExport.h ├── FELSDYNAPlot.cpp ├── FELSDYNAPlot.h ├── FELSDYNAimport.cpp ├── FELSDYNAimport.h ├── FEMathData.cpp ├── FEMathData.h ├── FEMeshData.cpp ├── FEMeshData.h ├── FEMeshData_T.h ├── FENikeExport.cpp ├── FENikeExport.h ├── FENikeImport.cpp ├── FENikeImport.h ├── FEPlotMix.cpp ├── FEPlotMix.h ├── FEPointCongruency.cpp ├── FEPointCongruency.h ├── FEPostMesh.cpp ├── FEPostMesh.h ├── FEPostModel.cpp ├── FEPostModel.h ├── FERAWImageReader.cpp ├── FERAWImageReader.h ├── FESTLimport.cpp ├── FESTLimport.h ├── FEState.cpp ├── FEState.h ├── FEStrainMap.cpp ├── FEStrainMap.h ├── FEU3DImport.cpp ├── FEU3DImport.h ├── FEVTKExport.cpp ├── FEVTKExport.h ├── FEVTKImport.cpp ├── GLImageRenderer.cpp ├── GLImageRenderer.h ├── GLObject.cpp ├── GLObject.h ├── GMeshImport.cpp ├── GMeshImport.h ├── ImageSlicer.cpp ├── ImageSlicer.h ├── MarchingCubes.cpp ├── MarchingCubes.h ├── Material.cpp ├── Material.h ├── PLYExport.cpp ├── PLYExport.h ├── Palette.cpp ├── Palette.h ├── PostLib.pro ├── PostView.cpp ├── PostView.h ├── U3DFile.cpp ├── U3DFile.h ├── VRMLExporter.cpp ├── VRMLExporter.h ├── VTKImport.h ├── ValArray.cpp ├── ValArray.h ├── VolumeRenderer.cpp ├── VolumeRenderer.h ├── constants.h ├── evaluate.cpp ├── evaluate.h ├── stdafx.h ├── tools.cpp └── tools.h ├── README.md ├── Updater ├── .gitignore ├── FEBioStudioUpdater.cpp ├── FEBioStudioUpdater.h ├── FEBioStudioUpdater.pro ├── FEBioStudioUpdater.qrc ├── MainWindow.cpp ├── MainWindow.h ├── Makefile ├── ZipThread.cpp ├── ZipThread.h ├── getapppath.cpp ├── images │ ├── FEBioStudio.png │ └── leftSide.png └── mvUtil.cpp ├── VTKLib ├── VTKFileReader.cpp ├── VTKFileReader.h ├── VTKLegacyFileReader.cpp ├── VTKLegacyFileReader.h ├── VTKModel.cpp ├── VTKModel.h ├── VTKTools.cpp ├── VTKTools.h ├── VTPFileReader.cpp ├── VTPFileReader.h ├── VTUFileReader.cpp └── VTUFileReader.h ├── XPLTLib ├── Makefile ├── stdafx.h ├── xpltArchive.cpp ├── xpltArchive.h ├── xpltFileExport.cpp ├── xpltFileExport.h ├── xpltFileReader.cpp ├── xpltFileReader.h ├── xpltReader.cpp ├── xpltReader.h ├── xpltReader2.cpp ├── xpltReader2.h ├── xpltReader3.cpp └── xpltReader3.h ├── Xcode ├── Abaqus │ └── Abaqus.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── Abaqus.xcscmblueprint ├── Ansys │ └── Ansys.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── Ansys.xcscmblueprint ├── CUILib │ └── CUILib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── Comsol │ └── Comsol.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── Comsol.xcscmblueprint ├── FEBio │ └── FEBio.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── FEBio.xcscmblueprint ├── FEBioStudio.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── FEBioStudio │ ├── FEBioStudio.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ └── Supporting Files │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── FEBioStudio_1024.png │ │ │ ├── FEBioStudio_128.png │ │ │ ├── FEBioStudio_16.png │ │ │ ├── FEBioStudio_256-1.png │ │ │ ├── FEBioStudio_256.png │ │ │ ├── FEBioStudio_32-1.png │ │ │ ├── FEBioStudio_32.png │ │ │ ├── FEBioStudio_512-1.png │ │ │ ├── FEBioStudio_512.png │ │ │ └── FEBioStudio_64.png │ │ └── Contents.json │ │ ├── FEBioStudio.entitlements │ │ └── Info.plist ├── FEMLib │ └── FEMLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── FEMLib.xcscmblueprint ├── FSCore │ └── FSCore.xcodeproj │ │ └── project.pbxproj ├── GLLib │ └── GLLib.xcodeproj │ │ └── project.pbxproj ├── GLWLib │ └── GLWLib.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── GLWLib.xcscmblueprint │ │ └── xcuserdata │ │ │ └── brandon.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ └── brandon.xcuserdatad │ │ └── xcschemes │ │ ├── GLWLib.xcscheme │ │ └── xcschememanagement.plist ├── GeomLib │ └── GeomLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── GeomLib.xcscmblueprint ├── ImageLib │ └── ImageLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── LSDyna │ └── LSDyna.xcodeproj │ │ └── project.pbxproj ├── MathLib │ └── MathLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── MathLib.xcscmblueprint ├── MeshIO │ └── MeshIO.xcodeproj │ │ └── project.pbxproj ├── MeshLib │ └── MeshLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── MeshLib.xcscmblueprint ├── MeshTools │ └── MeshTools.xcodeproj │ │ └── project.pbxproj ├── Nike3D │ └── Nike3D.xcodeproj │ │ └── project.pbxproj ├── PostGL │ └── PostGL.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ └── contents.xcworkspacedata ├── PostLib │ └── PostLib.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ └── contents.xcworkspacedata ├── XML │ └── XML.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── XML.xcscmblueprint └── XPLTLib │ └── XPLTLib.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── build └── .gitignore ├── ci ├── Linux │ ├── build.sh │ ├── cmake.sh │ ├── febio.xml │ ├── git-safe.sh │ ├── publish-to-s3.sh │ ├── release.sh │ ├── scp-to-repo-release.sh │ └── scp-to-repo.sh ├── Windows │ ├── build.bat │ ├── febio.xml │ ├── publish-to-s3.sh │ ├── release.ps1 │ ├── scp-to-repo-release.sh │ └── scp-to-repo.sh ├── common │ ├── linux │ │ ├── configure-ssh.sh │ │ ├── get-febio-sdk.sh │ │ └── publish-to-s3.sh │ └── windows │ │ └── get-febio-sdk.bat ├── installBuilder.xml └── macOS │ ├── Info.plist │ ├── build.sh │ ├── cmake.sh │ ├── febio.xml │ ├── git-safe.sh │ ├── postBuild.sh │ ├── publish-to-s3.sh │ ├── release.sh │ ├── scp-to-repo-release.sh │ └── scp-to-repo.sh ├── docker-compose.yml ├── febiostudio.qrc ├── icons ├── FEBioStudio.icns ├── FEBioStudio.png ├── FEBioStudio_large.png ├── Image.png ├── PostView.png ├── PreView.png ├── addtomodel.png ├── back.png ├── backface.png ├── bc.png ├── bend.png ├── bgimage.png ├── bottle.png ├── box.png ├── boxinbox.png ├── brush.png ├── chart.png ├── check.png ├── clear.png ├── clipboard.png ├── clock.png ├── clone.png ├── clonegrid.png ├── clonerevolve.png ├── collapse.png ├── collapse_neg.png ├── colormap.png ├── component.png ├── cone.png ├── contact.png ├── copy.png ├── curve.png ├── curves.png ├── cut.png ├── cylinder.png ├── cylinderinbox.png ├── cylpatch.png ├── delete.png ├── deleteRemote.png ├── delete_neg.png ├── deletepoint.png ├── deriv.png ├── deriv_neg.png ├── detach.png ├── disabled.png ├── disc.png ├── discrete.png ├── distort.png ├── document.png ├── dogbone.png ├── download.png ├── edit.png ├── ellipsoid.png ├── emblems │ ├── caution.png │ ├── check.png │ ├── error.png │ ├── minus.png │ ├── missing.png │ ├── plus.png │ └── warning.png ├── error.png ├── expand.png ├── expand_neg.png ├── explode.png ├── extract.png ├── extrude.png ├── eye.png ├── febio.png ├── febiorun.png ├── febiostudio.ico ├── flow.png ├── folder.png ├── font_bold.png ├── font_bold_neg.png ├── font_dec.png ├── font_dec_neg.png ├── font_inc.png ├── font_inc_neg.png ├── font_italic.png ├── font_italic_neg.png ├── formula.png ├── formula_neg.png ├── forward.png ├── geodesic.png ├── greyedOut.png ├── helix.png ├── hexagon.png ├── hide.png ├── hollowsphere.png ├── html.png ├── ic.png ├── ignore.png ├── imageslice.png ├── info.png ├── inspect.png ├── integrate.png ├── isosurface.png ├── light.png ├── list.png ├── load.png ├── loft.png ├── marching_cubes.png ├── material.png ├── measure.png ├── merge.png ├── mesh.png ├── mirror.png ├── musclepath.png ├── new.png ├── newpoint.png ├── next.png ├── open.png ├── openContaining.png ├── p2pline.png ├── particle.png ├── paste.png ├── pause.png ├── pdf.png ├── pickcolor.png ├── pivot.png ├── pixelInspector.png ├── play.png ├── prev.png ├── probe.png ├── properties.png ├── redo.png ├── refresh.png ├── rename.png ├── replace.png ├── replaceAll.png ├── replaceAll_neg.png ├── replace_neg.png ├── revolve.png ├── ring.png ├── rotate.png ├── ruler.png ├── save.png ├── scale.png ├── scroll_down.png ├── search.png ├── selEdge.png ├── selElem.png ├── selFace.png ├── selNode.png ├── select.png ├── selectAdd.png ├── selectCircle.png ├── selectCircle_neg.png ├── selectCurves.png ├── selectDel.png ├── selectFree.png ├── selectFree_neg.png ├── selectNodes.png ├── selectObject.png ├── selectPart.png ├── selectRect.png ├── selectRect_neg.png ├── selectSub.png ├── selectSurface.png ├── select_connected.png ├── select_hide.png ├── select_highlight.png ├── select_path.png ├── show.png ├── show_mesh.png ├── slice.png ├── sliceplot.png ├── snapshot.png ├── snaptogrid.png ├── snaptonode.png ├── solidarc.png ├── sphere.png ├── sphereinbox.png ├── splash.png ├── splash_hires.png ├── spring.png ├── square.png ├── step.png ├── streamlines.png ├── swap.png ├── sync.png ├── tensor.png ├── thintube.png ├── toggle_visible.png ├── torus.png ├── translate.png ├── tube.png ├── txt.png ├── undo.png ├── up.png ├── upload.png ├── vectors.png ├── video.png ├── view.png ├── volrender.png ├── warning.png ├── wire.png ├── zoom-fit-best-2.png ├── zoom_all.png ├── zoom_fit.png ├── zoom_select.png ├── zoom_x.png └── zoom_y.png └── set_icon.cmake /.github/workflows/linux-pull-request.yml: -------------------------------------------------------------------------------- 1 | name: CI - Linux Pull Request 2 | on: 3 | pull_request_target: 4 | types: 5 | - opened 6 | - edited 7 | - synchronize 8 | branches: 9 | - 'develop' 10 | permissions: 11 | id-token: write # This is required for requesting the JWT 12 | contents: read # This is required for actions/checkout 13 | jobs: 14 | call_workflow: 15 | uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-pull-request.yml@develop 16 | with: 17 | aws-ami-id: ami-05f23270883f04ec8 18 | aws-sg-id: sg-0ca7912782cf1538b 19 | aws-instance-type: c5a.8xlarge 20 | package-name: febio-studio 21 | requires-sdk: true 22 | secrets: inherit 23 | -------------------------------------------------------------------------------- /.github/workflows/linux-push.yml: -------------------------------------------------------------------------------- 1 | name: CI - Linux Push 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: 7 | - develop 8 | - febiostudio3 9 | permissions: 10 | id-token: write # This is required for requesting the JWT 11 | contents: read # This is required for actions/checkout 12 | jobs: 13 | call_workflow: 14 | uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@develop 15 | with: 16 | aws-ami-id: ami-05f23270883f04ec8 17 | aws-sg-id: sg-0ca7912782cf1538b 18 | runTests: false 19 | package-name: febio-studio 20 | requires-sdk: true 21 | secrets: inherit 22 | -------------------------------------------------------------------------------- /.github/workflows/linux-release.yml: -------------------------------------------------------------------------------- 1 | name: CI - Linux Release 2 | 3 | on: 4 | workflow_dispatch: 5 | repository_dispatch: 6 | types: [release-published] 7 | 8 | permissions: 9 | id-token: write # This is required for requesting the JWT 10 | contents: read # This is required for actions/checkout 11 | 12 | jobs: 13 | call_workflow: 14 | uses: febiosoftware/febio-workflows/.github/workflows/linux-release.yml@develop 15 | with: 16 | aws-ami-id: ami-05f23270883f04ec8 17 | aws-sg-id: sg-0ca7912782cf1538b 18 | secrets: inherit 19 | -------------------------------------------------------------------------------- /.github/workflows/macOS-release.yml: -------------------------------------------------------------------------------- 1 | name: CI - macOS Release 2 | 3 | on: 4 | workflow_dispatch: 5 | repository_dispatch: 6 | types: [release-published] 7 | 8 | jobs: 9 | call_workflow: 10 | uses: febiosoftware/febio-workflows/.github/workflows/macos-release.yml@develop 11 | secrets: inherit 12 | -------------------------------------------------------------------------------- /.github/workflows/macos-pull-request.yml: -------------------------------------------------------------------------------- 1 | name: CI - macOS Pull Request 2 | on: 3 | pull_request_target: 4 | types: 5 | - opened 6 | - edited 7 | - synchronize 8 | branches: 9 | - 'develop' 10 | permissions: 11 | id-token: write # This is required for requesting the JWT 12 | contents: read # This is required for actions/checkout 13 | jobs: 14 | call_workflow: 15 | uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-pull-request.yml@develop 16 | with: 17 | package-name: febio-studio 18 | requires-sdk: true 19 | sdk-config: | 20 | { 21 | "sdk_path": "develop", 22 | "version": "v4.6", 23 | } 24 | secrets: inherit 25 | -------------------------------------------------------------------------------- /.github/workflows/macos-push.yml: -------------------------------------------------------------------------------- 1 | name: CI - macOS Push 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: 7 | - develop 8 | - febiostudio3 9 | permissions: 10 | id-token: write # This is required for requesting the JWT 11 | contents: read # This is required for actions/checkout 12 | 13 | jobs: 14 | call_workflow: 15 | uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-push.yml@develop 16 | with: 17 | package-name: febio-studio 18 | requires-sdk: true 19 | post-build: true 20 | secrets: inherit 21 | -------------------------------------------------------------------------------- /.github/workflows/windows-pull-request.yml: -------------------------------------------------------------------------------- 1 | name: CI - Windows Pull Request 2 | on: 3 | pull_request_target: 4 | types: 5 | - opened 6 | - edited 7 | - synchronize 8 | branches: 9 | - 'develop' 10 | permissions: 11 | id-token: write # This is required for requesting the JWT 12 | contents: read # This is required for actions/checkout 13 | jobs: 14 | call_workflow: 15 | uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-pull-request.yml@develop 16 | with: 17 | register-runner-timeout: 10 18 | aws-ami-id: ami-0f458bdce73864228 19 | aws-sg-id: sg-0ca7912782cf1538b 20 | aws-instance-type: c5a.8xlarge 21 | package-name: febio-studio 22 | requires-sdk: true 23 | secrets: inherit 24 | -------------------------------------------------------------------------------- /.github/workflows/windows-push.yml: -------------------------------------------------------------------------------- 1 | name: CI - Windows Push 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: 7 | - develop 8 | - febiostudio3 9 | permissions: 10 | id-token: write # This is required for requesting the JWT 11 | contents: read # This is required for actions/checkout 12 | jobs: 13 | call_workflow: 14 | uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@develop 15 | with: 16 | aws-ami-id: ami-0f458bdce73864228 17 | aws-sg-id: sg-0ca7912782cf1538b 18 | aws-instance-type: c5a.8xlarge 19 | runTests: false 20 | package-name: febio-studio 21 | requires-sdk: true 22 | secrets: inherit 23 | -------------------------------------------------------------------------------- /.github/workflows/windows-release.yml: -------------------------------------------------------------------------------- 1 | name: CI - Windows Release 2 | 3 | on: 4 | workflow_dispatch: 5 | repository_dispatch: 6 | types: [release-published] 7 | 8 | permissions: 9 | id-token: write # This is required for requesting the JWT 10 | contents: read # This is required for actions/checkout 11 | 12 | jobs: 13 | call_workflow: 14 | uses: febiosoftware/febio-workflows/.github/workflows/windows-release.yml@develop 15 | with: 16 | aws-ami-id: ami-0f458bdce73864228 17 | aws-sg-id: sg-0ca7912782cf1538b 18 | secrets: inherit 19 | -------------------------------------------------------------------------------- /CUILib/CUILib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = cuilib 3 | DESTDIR = ../build/lib 4 | CONFIG += debug c++14 staticlib warn_off 5 | QMAKE_CXX = g++ 6 | QMAKE_CXXFLAGS += -std=c++14 -O0 7 | DEFINES += LINUX HAS_QUAZIP HAS_SSH HAS_OCC TETLIBRARY HAS_NETGEN FFMPEG 8 | INCLUDEPATH += ../ 9 | QT += widgets 10 | 11 | # Input 12 | HEADERS += *.h 13 | SOURCES = $$files(*.cpp) 14 | SOURCES -= $$files(moc_*.cpp) 15 | -------------------------------------------------------------------------------- /CUILib/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | 29 | //#include "targetver.h" 30 | 31 | #include 32 | 33 | #ifdef WIN32 34 | #include 35 | #endif 36 | 37 | -------------------------------------------------------------------------------- /Documentation/BuildGuide/CMakeGUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/BuildGuide/CMakeGUI.png -------------------------------------------------------------------------------- /Documentation/BuildGuide/CMakeGUIFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/BuildGuide/CMakeGUIFull.png -------------------------------------------------------------------------------- /Documentation/BuildGuide/ccmake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/BuildGuide/ccmake.png -------------------------------------------------------------------------------- /Documentation/Doxygen/index.dox: -------------------------------------------------------------------------------- 1 | /** 2 | \mainpage FEBio Studio Developer's Manual 3 | The FEBio Studio Developer's Manual contains articles on how to extend the capabilities of set of FEBio Studio. 4 | 5 | The following links can be used to learn more about specific topics. 6 | 7 | \li \subpage mesh_inspector 8 | \li \subpage post_add_datafield 9 | 10 | The FEBio software is developed at the Musculoskeletal Research Laboratories at the University of Utah and at the Musculoskeletal Biomechanics Laboratory at Columbia University. 11 | 12 | All rights reserved. Copyright (c) 2006 - 2023 13 | */ 14 | -------------------------------------------------------------------------------- /Documentation/FEBioStudio_User_Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/FEBioStudio_User_Manual.pdf -------------------------------------------------------------------------------- /Documentation/Figures/3dimage_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/3dimage_settings.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure1.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2_18.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2_24.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2_73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2_73.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2_78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2_78.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure2_79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure2_79.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure3.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure4.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure5.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure_2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure_2_2.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure_2_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure_2_3.png -------------------------------------------------------------------------------- /Documentation/Figures/Figure_2_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Figure_2_4.png -------------------------------------------------------------------------------- /Documentation/Figures/Graph_with_tools_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Graph_with_tools_panel.png -------------------------------------------------------------------------------- /Documentation/Figures/ImageMapTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/ImageMapTool.png -------------------------------------------------------------------------------- /Documentation/Figures/Material Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Material Viewer.png -------------------------------------------------------------------------------- /Documentation/Figures/Model Viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Model Viewer.png -------------------------------------------------------------------------------- /Documentation/Figures/NIHlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/NIHlogo.png -------------------------------------------------------------------------------- /Documentation/Figures/PostView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/PostView.png -------------------------------------------------------------------------------- /Documentation/Figures/Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/Splash.png -------------------------------------------------------------------------------- /Documentation/Figures/addFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/addFolder.png -------------------------------------------------------------------------------- /Documentation/Figures/addPub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/addPub.png -------------------------------------------------------------------------------- /Documentation/Figures/add_bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_bc.png -------------------------------------------------------------------------------- /Documentation/Figures/add_contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_contact.png -------------------------------------------------------------------------------- /Documentation/Figures/add_data_from_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_data_from_file.png -------------------------------------------------------------------------------- /Documentation/Figures/add_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_ic.png -------------------------------------------------------------------------------- /Documentation/Figures/add_rigid_connector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_rigid_connector.png -------------------------------------------------------------------------------- /Documentation/Figures/add_rigid_constraint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_rigid_constraint.png -------------------------------------------------------------------------------- /Documentation/Figures/add_rigid_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_rigid_ic.png -------------------------------------------------------------------------------- /Documentation/Figures/add_rigid_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_rigid_load.png -------------------------------------------------------------------------------- /Documentation/Figures/add_step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_step.png -------------------------------------------------------------------------------- /Documentation/Figures/add_surface_constraint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_surface_constraint.png -------------------------------------------------------------------------------- /Documentation/Figures/add_surface_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/add_surface_load.png -------------------------------------------------------------------------------- /Documentation/Figures/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/back.png -------------------------------------------------------------------------------- /Documentation/Figures/backface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/backface.png -------------------------------------------------------------------------------- /Documentation/Figures/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/box.png -------------------------------------------------------------------------------- /Documentation/Figures/build_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/build_panel.png -------------------------------------------------------------------------------- /Documentation/Figures/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/chart.png -------------------------------------------------------------------------------- /Documentation/Figures/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clear.png -------------------------------------------------------------------------------- /Documentation/Figures/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clipboard.png -------------------------------------------------------------------------------- /Documentation/Figures/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clock.png -------------------------------------------------------------------------------- /Documentation/Figures/clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clone.png -------------------------------------------------------------------------------- /Documentation/Figures/clonegrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clonegrid.png -------------------------------------------------------------------------------- /Documentation/Figures/clonerevolve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/clonerevolve.png -------------------------------------------------------------------------------- /Documentation/Figures/colormap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/colormap.png -------------------------------------------------------------------------------- /Documentation/Figures/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/cone.png -------------------------------------------------------------------------------- /Documentation/Figures/coord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/coord.png -------------------------------------------------------------------------------- /Documentation/Figures/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/copy.png -------------------------------------------------------------------------------- /Documentation/Figures/curve_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/curve_editor.png -------------------------------------------------------------------------------- /Documentation/Figures/curves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/curves.png -------------------------------------------------------------------------------- /Documentation/Figures/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/cut.png -------------------------------------------------------------------------------- /Documentation/Figures/cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/cylinder.png -------------------------------------------------------------------------------- /Documentation/Figures/cylinderinbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/cylinderinbox.png -------------------------------------------------------------------------------- /Documentation/Figures/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/delete.png -------------------------------------------------------------------------------- /Documentation/Figures/deleteRemote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/deleteRemote.png -------------------------------------------------------------------------------- /Documentation/Figures/deletepoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/deletepoint.png -------------------------------------------------------------------------------- /Documentation/Figures/detach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/detach.png -------------------------------------------------------------------------------- /Documentation/Figures/disc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/disc.png -------------------------------------------------------------------------------- /Documentation/Figures/discrete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/discrete.png -------------------------------------------------------------------------------- /Documentation/Figures/dogbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/dogbone.png -------------------------------------------------------------------------------- /Documentation/Figures/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/download.png -------------------------------------------------------------------------------- /Documentation/Figures/edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/edge.png -------------------------------------------------------------------------------- /Documentation/Figures/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/edit.png -------------------------------------------------------------------------------- /Documentation/Figures/element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/element.png -------------------------------------------------------------------------------- /Documentation/Figures/ellipsoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/ellipsoid.png -------------------------------------------------------------------------------- /Documentation/Figures/equation_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/equation_editor.png -------------------------------------------------------------------------------- /Documentation/Figures/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/expand.png -------------------------------------------------------------------------------- /Documentation/Figures/extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/extract.png -------------------------------------------------------------------------------- /Documentation/Figures/extrude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/extrude.png -------------------------------------------------------------------------------- /Documentation/Figures/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/face.png -------------------------------------------------------------------------------- /Documentation/Figures/febio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/febio.png -------------------------------------------------------------------------------- /Documentation/Figures/febio_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/febio_plugins.png -------------------------------------------------------------------------------- /Documentation/Figures/fiberODFRemesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/fiberODFRemesh.png -------------------------------------------------------------------------------- /Documentation/Figures/figFiberODF1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/figFiberODF1.png -------------------------------------------------------------------------------- /Documentation/Figures/figFiberODF2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/figFiberODF2.png -------------------------------------------------------------------------------- /Documentation/Figures/file viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/file viewer.png -------------------------------------------------------------------------------- /Documentation/Figures/font_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/font_bold.png -------------------------------------------------------------------------------- /Documentation/Figures/font_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/font_italic.png -------------------------------------------------------------------------------- /Documentation/Figures/formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/formula.png -------------------------------------------------------------------------------- /Documentation/Figures/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/forward.png -------------------------------------------------------------------------------- /Documentation/Figures/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/graph.png -------------------------------------------------------------------------------- /Documentation/Figures/graph_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/graph_tools.png -------------------------------------------------------------------------------- /Documentation/Figures/hexagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/hexagon.png -------------------------------------------------------------------------------- /Documentation/Figures/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/hide.png -------------------------------------------------------------------------------- /Documentation/Figures/hollowsphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/hollowsphere.png -------------------------------------------------------------------------------- /Documentation/Figures/imageMapExample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/imageMapExample1.png -------------------------------------------------------------------------------- /Documentation/Figures/imageMapExample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/imageMapExample2.png -------------------------------------------------------------------------------- /Documentation/Figures/image_renderers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/image_renderers.png -------------------------------------------------------------------------------- /Documentation/Figures/imageslice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/imageslice.png -------------------------------------------------------------------------------- /Documentation/Figures/inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/inspect.png -------------------------------------------------------------------------------- /Documentation/Figures/integrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/integrate.png -------------------------------------------------------------------------------- /Documentation/Figures/integrate_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/integrate_window.png -------------------------------------------------------------------------------- /Documentation/Figures/isosurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/isosurface.png -------------------------------------------------------------------------------- /Documentation/Figures/job_monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/job_monitor.png -------------------------------------------------------------------------------- /Documentation/Figures/launchConfigDlg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/launchConfigDlg.png -------------------------------------------------------------------------------- /Documentation/Figures/loft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/loft.png -------------------------------------------------------------------------------- /Documentation/Figures/marching_cubes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/marching_cubes.png -------------------------------------------------------------------------------- /Documentation/Figures/material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/material.png -------------------------------------------------------------------------------- /Documentation/Figures/material_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/material_editor.png -------------------------------------------------------------------------------- /Documentation/Figures/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/measure.png -------------------------------------------------------------------------------- /Documentation/Figures/merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/merge.png -------------------------------------------------------------------------------- /Documentation/Figures/mesh_inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/mesh_inspector.png -------------------------------------------------------------------------------- /Documentation/Figures/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/mirror.png -------------------------------------------------------------------------------- /Documentation/Figures/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/new.png -------------------------------------------------------------------------------- /Documentation/Figures/new_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/new_model.png -------------------------------------------------------------------------------- /Documentation/Figures/newpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/newpoint.png -------------------------------------------------------------------------------- /Documentation/Figures/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/next.png -------------------------------------------------------------------------------- /Documentation/Figures/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/node.png -------------------------------------------------------------------------------- /Documentation/Figures/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/open.png -------------------------------------------------------------------------------- /Documentation/Figures/openContaining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/openContaining.png -------------------------------------------------------------------------------- /Documentation/Figures/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/options.png -------------------------------------------------------------------------------- /Documentation/Figures/options_colormap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/options_colormap.png -------------------------------------------------------------------------------- /Documentation/Figures/output_custom_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/output_custom_plot.png -------------------------------------------------------------------------------- /Documentation/Figures/output_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/output_log.png -------------------------------------------------------------------------------- /Documentation/Figures/output_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/output_plot.png -------------------------------------------------------------------------------- /Documentation/Figures/p2pline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/p2pline.png -------------------------------------------------------------------------------- /Documentation/Figures/particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/particle.png -------------------------------------------------------------------------------- /Documentation/Figures/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/paste.png -------------------------------------------------------------------------------- /Documentation/Figures/pivot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/pivot.png -------------------------------------------------------------------------------- /Documentation/Figures/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/play.png -------------------------------------------------------------------------------- /Documentation/Figures/post_slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/post_slice.png -------------------------------------------------------------------------------- /Documentation/Figures/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/prev.png -------------------------------------------------------------------------------- /Documentation/Figures/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/preview.png -------------------------------------------------------------------------------- /Documentation/Figures/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/properties.png -------------------------------------------------------------------------------- /Documentation/Figures/reaction_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/reaction_editor.png -------------------------------------------------------------------------------- /Documentation/Figures/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/redo.png -------------------------------------------------------------------------------- /Documentation/Figures/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/refresh.png -------------------------------------------------------------------------------- /Documentation/Figures/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/rename.png -------------------------------------------------------------------------------- /Documentation/Figures/replaceFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/replaceFile.png -------------------------------------------------------------------------------- /Documentation/Figures/repoLocationDlg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/repoLocationDlg.png -------------------------------------------------------------------------------- /Documentation/Figures/repoLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/repoLogin.png -------------------------------------------------------------------------------- /Documentation/Figures/repoPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/repoPanel.png -------------------------------------------------------------------------------- /Documentation/Figures/requestUploadPermissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/requestUploadPermissions.png -------------------------------------------------------------------------------- /Documentation/Figures/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/ring.png -------------------------------------------------------------------------------- /Documentation/Figures/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/rotate.png -------------------------------------------------------------------------------- /Documentation/Figures/run_febio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/run_febio.png -------------------------------------------------------------------------------- /Documentation/Figures/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/save.png -------------------------------------------------------------------------------- /Documentation/Figures/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/scale.png -------------------------------------------------------------------------------- /Documentation/Figures/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/search.png -------------------------------------------------------------------------------- /Documentation/Figures/selEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selEdge.png -------------------------------------------------------------------------------- /Documentation/Figures/selElem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selElem.png -------------------------------------------------------------------------------- /Documentation/Figures/selFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selFace.png -------------------------------------------------------------------------------- /Documentation/Figures/selNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selNode.png -------------------------------------------------------------------------------- /Documentation/Figures/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select.png -------------------------------------------------------------------------------- /Documentation/Figures/selectAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectAdd.png -------------------------------------------------------------------------------- /Documentation/Figures/selectCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectCircle.png -------------------------------------------------------------------------------- /Documentation/Figures/selectCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectCurves.png -------------------------------------------------------------------------------- /Documentation/Figures/selectDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectDel.png -------------------------------------------------------------------------------- /Documentation/Figures/selectFree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectFree.png -------------------------------------------------------------------------------- /Documentation/Figures/selectNodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectNodes.png -------------------------------------------------------------------------------- /Documentation/Figures/selectObject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectObject.png -------------------------------------------------------------------------------- /Documentation/Figures/selectPart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectPart.png -------------------------------------------------------------------------------- /Documentation/Figures/selectRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectRect.png -------------------------------------------------------------------------------- /Documentation/Figures/selectSub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectSub.png -------------------------------------------------------------------------------- /Documentation/Figures/selectSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/selectSurface.png -------------------------------------------------------------------------------- /Documentation/Figures/select_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_circle.png -------------------------------------------------------------------------------- /Documentation/Figures/select_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_connected.png -------------------------------------------------------------------------------- /Documentation/Figures/select_free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_free.png -------------------------------------------------------------------------------- /Documentation/Figures/select_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_item.png -------------------------------------------------------------------------------- /Documentation/Figures/select_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_path.png -------------------------------------------------------------------------------- /Documentation/Figures/select_rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/select_rect.png -------------------------------------------------------------------------------- /Documentation/Figures/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/settings.png -------------------------------------------------------------------------------- /Documentation/Figures/settings_background_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/settings_background_dark.png -------------------------------------------------------------------------------- /Documentation/Figures/settings_colormap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/settings_colormap.png -------------------------------------------------------------------------------- /Documentation/Figures/settings_lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/settings_lighting.png -------------------------------------------------------------------------------- /Documentation/Figures/settings_rendering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/settings_rendering.png -------------------------------------------------------------------------------- /Documentation/Figures/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/show.png -------------------------------------------------------------------------------- /Documentation/Figures/show_mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/show_mesh.png -------------------------------------------------------------------------------- /Documentation/Figures/slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/slice.png -------------------------------------------------------------------------------- /Documentation/Figures/snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/snapshot.png -------------------------------------------------------------------------------- /Documentation/Figures/snaptogrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/snaptogrid.png -------------------------------------------------------------------------------- /Documentation/Figures/snaptonode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/snaptonode.png -------------------------------------------------------------------------------- /Documentation/Figures/solidarc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/solidarc.png -------------------------------------------------------------------------------- /Documentation/Figures/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/sphere.png -------------------------------------------------------------------------------- /Documentation/Figures/sphereinbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/sphereinbox.png -------------------------------------------------------------------------------- /Documentation/Figures/spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/spring.png -------------------------------------------------------------------------------- /Documentation/Figures/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/square.png -------------------------------------------------------------------------------- /Documentation/Figures/streamlines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/streamlines.png -------------------------------------------------------------------------------- /Documentation/Figures/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/summary.png -------------------------------------------------------------------------------- /Documentation/Figures/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/sync.png -------------------------------------------------------------------------------- /Documentation/Figures/tensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/tensor.png -------------------------------------------------------------------------------- /Documentation/Figures/text properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/text properties.png -------------------------------------------------------------------------------- /Documentation/Figures/text_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/text_properties.png -------------------------------------------------------------------------------- /Documentation/Figures/thintube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/thintube.png -------------------------------------------------------------------------------- /Documentation/Figures/toggle_visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/toggle_visible.png -------------------------------------------------------------------------------- /Documentation/Figures/torus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/torus.png -------------------------------------------------------------------------------- /Documentation/Figures/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/translate.png -------------------------------------------------------------------------------- /Documentation/Figures/tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/tube.png -------------------------------------------------------------------------------- /Documentation/Figures/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/undo.png -------------------------------------------------------------------------------- /Documentation/Figures/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/up.png -------------------------------------------------------------------------------- /Documentation/Figures/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/upload.png -------------------------------------------------------------------------------- /Documentation/Figures/uploadWzd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/uploadWzd1.png -------------------------------------------------------------------------------- /Documentation/Figures/uploadWzd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/uploadWzd2.png -------------------------------------------------------------------------------- /Documentation/Figures/vectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/vectors.png -------------------------------------------------------------------------------- /Documentation/Figures/volrender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/volrender.png -------------------------------------------------------------------------------- /Documentation/Figures/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/warning.png -------------------------------------------------------------------------------- /Documentation/Figures/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/welcome.png -------------------------------------------------------------------------------- /Documentation/Figures/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/wire.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_all.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_extents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_extents.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_fit.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_select.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_selected.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_x.png -------------------------------------------------------------------------------- /Documentation/Figures/zoom_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Figures/zoom_y.png -------------------------------------------------------------------------------- /Documentation/InstallerImages/Left Side Image Transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Left Side Image Transparent.png -------------------------------------------------------------------------------- /Documentation/InstallerImages/Left Side Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Left Side Image.png -------------------------------------------------------------------------------- /Documentation/InstallerImages/Left Side Image.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Left Side Image.xcf -------------------------------------------------------------------------------- /Documentation/InstallerImages/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Logo.png -------------------------------------------------------------------------------- /Documentation/InstallerImages/Logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Logo.xcf -------------------------------------------------------------------------------- /Documentation/InstallerImages/Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Splash.png -------------------------------------------------------------------------------- /Documentation/InstallerImages/Splash.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/InstallerImages/Splash.xcf -------------------------------------------------------------------------------- /Documentation/Splash Screen.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/Splash Screen.pptx -------------------------------------------------------------------------------- /Documentation/helpDiscrepancies.txt: -------------------------------------------------------------------------------- 1 | No corresponding help: 2 | FEFiberGeneratorLocal 3 | FEFiberGeneratorVector 4 | FENaturalNeoHookean 5 | FEIncompNeoHookean 6 | FEGasserOgdenHolzapfelUC 7 | FELinearOrthotropic 8 | FEIsotropicFourier 9 | FEFiberExpLinear 10 | FEFiberExpLinearUncoupled 11 | FEFDDvonMises3d 12 | FEDCSimoUC 13 | FEDCStrainEnergyDensityUC 14 | FEDCSpecificStrainEnergyUC 15 | FEDCvonMisesStressUC 16 | FEDCMaxShearStressUC 17 | FEDCMaxNormalStressUC 18 | FEDCMaxNormalLagrangeStrainUC 19 | FEEPIdealGas 20 | FEEPIdealFluid 21 | FEEPNeoHookeanFluid 22 | FEPrestrainConstGradient 23 | FEPrestrainInSituGradient 24 | 25 | No corresponding material: 26 | Referentially_Orthotropic_Diffusivity 27 | Materials_Continuous_Fiber_Distribution_Fibers_Fiber_with_Toe_Linear_Response 28 | 29 | Unsure: 30 | FEPRLig 31 | FEActiveContraction 32 | FE2DTransIsoMooneyRivlin 33 | 34 | Notes: 35 | EFD material pages don't have any info on EFD directly. 36 | CFD schemes point to the same article for both coupled and uncoupled types. 37 | "CFD" is used to refer to both "Continuous Fiber Distribution" and "Cumulative Distribution Functions" 38 | 39 | -------------------------------------------------------------------------------- /Documentation/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Documentation/splash.png -------------------------------------------------------------------------------- /FEBio/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | 29 | -------------------------------------------------------------------------------- /FEBioLink/FEBioInit.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | #pragma once 27 | 28 | class FSProject; 29 | 30 | namespace FEBio { 31 | void InitFEBioLibrary(); 32 | 33 | bool ConfigureFEBio(const char* szfilename); 34 | } 35 | -------------------------------------------------------------------------------- /FEBioLink/FEBioModule.cpp: -------------------------------------------------------------------------------- 1 | #include "FEBioModule.h" 2 | 3 | -------------------------------------------------------------------------------- /FEBioLink/FEBioModule.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | #include 4 | 5 | class FSModel; 6 | 7 | namespace FEBio { 8 | 9 | struct FEBioModule 10 | { 11 | const char* m_szname; 12 | const char* m_szdesc; 13 | int m_id; 14 | }; 15 | 16 | std::vector GetAllModules(); 17 | 18 | const char* GetModuleName(int moduleId); 19 | int GetModuleId(const std::string& moduleName); 20 | 21 | void SetActiveModule(int moduleID); 22 | int GetActiveModule(); 23 | const char* GetActiveModuleName(); 24 | 25 | int SetActiveModule(const char* szmoduleName); 26 | 27 | void InitFSModel(FSModel& fem); 28 | 29 | void BlockCreateEvents(bool b); 30 | } 31 | -------------------------------------------------------------------------------- /FEBioStudio/DlgRequestUploadPerm.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | namespace Ui { 6 | class CDlgRequestUploadPerm; 7 | } 8 | 9 | class CDlgRequestUploadPerm : public QDialog 10 | { 11 | Q_OBJECT 12 | 13 | public: 14 | CDlgRequestUploadPerm(QWidget* parent = nullptr); 15 | 16 | QString getEmail(); 17 | QString getOrg(); 18 | QString getDescription(); 19 | 20 | void accept() override; 21 | 22 | private: 23 | Ui::CDlgRequestUploadPerm* ui; 24 | }; 25 | -------------------------------------------------------------------------------- /FEBioStudio/EditVariableParam.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | class Param; 5 | 6 | //----------------------------------------------------------------------------- 7 | class CEditVariableParam : public QComboBox 8 | { 9 | Q_OBJECT 10 | 11 | public: 12 | CEditVariableParam(QWidget* parent = nullptr); 13 | 14 | void setParam(Param* p); 15 | 16 | public slots: 17 | void onCurrentIndexChanged(int index); 18 | void onEditTextChanged(const QString& txt); 19 | 20 | signals: 21 | void typeChanged(); 22 | 23 | private: 24 | Param* m_param; 25 | }; 26 | 27 | -------------------------------------------------------------------------------- /FEBioStudio/FEKinematFileReader.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | class CPostDocument; 5 | class FEKinemat; 6 | 7 | class FEKinematFileReader : public FileReader 8 | { 9 | public: 10 | FEKinematFileReader(CPostDocument* doc); 11 | ~FEKinematFileReader(); 12 | bool Load(const char* szfile) override; 13 | 14 | void SetModelFile(const std::string& modelFile); 15 | void SetKineFile(const std::string& kineFile); 16 | void SetRange(int rngMin, int rngMax, int rngStep); 17 | 18 | float GetFileProgress() const override; 19 | 20 | public: 21 | std::string GetModelFile() const; 22 | std::string GetKineFile() const; 23 | int GetMin() const; 24 | int GetMax() const; 25 | int GetStep() const; 26 | 27 | private: 28 | std::string m_modelFile; 29 | std::string m_kineFile; 30 | int m_min, m_max, m_step; 31 | 32 | private: 33 | FEKinemat* m_kine; 34 | CPostDocument* m_doc; 35 | }; 36 | -------------------------------------------------------------------------------- /FEBioStudio/FlowLayout.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #include 5 | 6 | class FlowLayout : public QLayout 7 | { 8 | public: 9 | explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1); 10 | explicit FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1); 11 | ~FlowLayout(); 12 | 13 | void addItem(QLayoutItem *item) override; 14 | int horizontalSpacing() const; 15 | int verticalSpacing() const; 16 | Qt::Orientations expandingDirections() const override; 17 | bool hasHeightForWidth() const override; 18 | int heightForWidth(int) const override; 19 | int count() const override; 20 | QLayoutItem *itemAt(int index) const override; 21 | QSize minimumSize() const override; 22 | void setGeometry(const QRect &rect) override; 23 | QSize sizeHint() const override; 24 | QLayoutItem *takeAt(int index) override; 25 | 26 | private: 27 | int doLayout(const QRect &rect, bool testOnly) const; 28 | int smartSpacing(QStyle::PixelMetric pm) const; 29 | 30 | QList itemList; 31 | int m_hSpace; 32 | int m_vSpace; 33 | }; 34 | -------------------------------------------------------------------------------- /FEBioStudio/HelpUrl.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #include 28 | 29 | #define UNSELECTED_HELP "unselected_help" 30 | 31 | const char* GetHelpURL(int superID, std::string typeString); -------------------------------------------------------------------------------- /FEBioStudio/WrapLabel.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | #include 5 | #include 6 | 7 | class QVBoxLayout; 8 | 9 | class WrapLabel : public QWidget 10 | { 11 | public: 12 | WrapLabel(QString text = "", QWidget* parent = nullptr); 13 | 14 | virtual void setText(QString text); 15 | 16 | virtual QString text(); 17 | 18 | protected: 19 | void resizeEvent(QResizeEvent *event) override; 20 | void setLengths(); 21 | 22 | protected: 23 | QVBoxLayout* layout; 24 | 25 | QString fullString; 26 | std::vector words; 27 | std::vector> lengths; 28 | std::vector labels; 29 | int spaceSize; 30 | bool processEvent; 31 | 32 | private: 33 | virtual void reflow(int width); 34 | virtual void addLabel(QString& text); 35 | }; 36 | -------------------------------------------------------------------------------- /FEBioStudio/XMLEditor.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | class CMainWindow; 5 | 6 | class XMLEditor : public QPlainTextEdit 7 | { 8 | Q_OBJECT 9 | 10 | public: 11 | XMLEditor(CMainWindow* parent); 12 | 13 | void lineNumberAreaPaintEvent(QPaintEvent* event); 14 | int lineNumberAreaWidth(); 15 | 16 | void SetDocument(QTextDocument* doc, const QString& title = ""); 17 | 18 | void toggleLineComment(); 19 | void duplicateLine(); 20 | void deleteLine(); 21 | 22 | protected: 23 | void resizeEvent(QResizeEvent* event); 24 | void paintEvent(QPaintEvent* event); 25 | 26 | private slots: 27 | void updateLineNumberAreaWidth(int newBlockCount); 28 | void highlightCurrentLine(); 29 | void updateLinearNumberArea(const QRect&, int); 30 | 31 | private: 32 | CMainWindow* m_wnd; 33 | QWidget* lineNumberArea; 34 | QPair m_countCache; 35 | }; 36 | 37 | class LineNumberArea : public QWidget 38 | { 39 | public: 40 | LineNumberArea(XMLEditor* editor) : QWidget(editor){ codeEditor = editor; } 41 | 42 | QSize sizeHint() const 43 | { 44 | return QSize(codeEditor->lineNumberAreaWidth(), 0); 45 | } 46 | 47 | protected: 48 | void paintEvent(QPaintEvent* event) 49 | { 50 | codeEditor->lineNumberAreaPaintEvent(event); 51 | } 52 | 53 | private: 54 | XMLEditor* codeEditor; 55 | }; 56 | -------------------------------------------------------------------------------- /FEMLib/FECoreModel.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | //----------------------------------------------------------------------------- 5 | // base class for model classes 6 | class FSCoreModel : public FSObject 7 | { 8 | public: 9 | FSCoreModel(){} 10 | ~FSCoreModel(){} 11 | }; 12 | -------------------------------------------------------------------------------- /FEMLib/FEDomainComponent.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FEStepComponent.h" 3 | #include 4 | 5 | class FSModel; 6 | class FEItemListBuilder; 7 | 8 | //----------------------------------------------------------------------------- 9 | // Base class for anything applied to a partition of the model's geometry. 10 | // This includes, boundary conditions, nodal loads, surface loads, body loads, 11 | // constraints, etc. 12 | class FSDomainComponent : public FSStepComponent, public FSHasOneItemList 13 | { 14 | public: 15 | enum { NAME, PARAMS, LIST, STEP, SELECTION_TYPE, LIST_ID, STATUS }; 16 | 17 | public: 18 | FSDomainComponent(int ntype, FSModel* ps, int nstep = 0); 19 | FSDomainComponent(int ntype, FSModel* ps, FEItemListBuilder* pi, int nstep = 0); 20 | 21 | virtual ~FSDomainComponent(void); 22 | 23 | int Type() { return m_ntype; } 24 | 25 | void Save(OArchive& ar); 26 | void Load(IArchive& ar); 27 | 28 | protected: 29 | int m_ntype; // type of boundary condition 30 | }; 31 | 32 | //--------------------------------------------------------------------------------------------- 33 | // This class is used to select mesh selections properties 34 | class FSMeshSelection : public FSModelComponent, public FSHasOneItemList 35 | { 36 | enum {LIST_ID}; 37 | 38 | public: 39 | FSMeshSelection(FSModel* fem); 40 | 41 | void Save(OArchive& ar); 42 | void Load(IArchive& ar); 43 | }; 44 | -------------------------------------------------------------------------------- /FEMLib/FEElementFormulation.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FEModelComponent.h" 3 | 4 | class FSModel; 5 | 6 | class FEElementFormulation : public FSModelComponent 7 | { 8 | public: 9 | FEElementFormulation(FSModel*); 10 | }; 11 | 12 | class FESolidFormulation : public FEElementFormulation 13 | { 14 | public: 15 | FESolidFormulation(FSModel*); 16 | 17 | public: 18 | void Save(OArchive& ar) override; 19 | void Load(IArchive& ar) override; 20 | }; 21 | 22 | class FEShellFormulation : public FEElementFormulation 23 | { 24 | public: 25 | FEShellFormulation(FSModel*); 26 | 27 | public: 28 | void Save(OArchive& ar) override; 29 | void Load(IArchive& ar) override; 30 | }; 31 | 32 | class FEBeamFormulation : public FEElementFormulation 33 | { 34 | public: 35 | FEBeamFormulation(FSModel*); 36 | 37 | public: 38 | void Save(OArchive& ar) override; 39 | void Load(IArchive& ar) override; 40 | }; 41 | -------------------------------------------------------------------------------- /FEMLib/FEMaterialLibrary.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FEMaterial.h" 3 | #include 4 | 5 | class FEMaterialLibrary 6 | { 7 | enum { ML_VERSION = 2 }; 8 | 9 | public: 10 | struct MATENTRY 11 | { 12 | FSMaterial* m_pmat; 13 | char m_szname[256]; 14 | }; 15 | 16 | public: 17 | FEMaterialLibrary(); 18 | virtual ~FEMaterialLibrary(); 19 | 20 | bool Load(IArchive& ar); 21 | bool Save(OArchive& ar); 22 | 23 | int Materials() { return (int)m_mat.size(); } 24 | 25 | void Add(const char* sz, FSMaterial* pmat); 26 | 27 | FSMaterial* Material(int i) { return m_mat[i].m_pmat; } 28 | const char* MaterialName(int i) { return m_mat[i].m_szname; } 29 | 30 | protected: 31 | void Clear(); 32 | 33 | protected: 34 | std::vector m_mat; 35 | }; 36 | -------------------------------------------------------------------------------- /FEMLib/FEMeshAdaptor.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "FEMeshAdaptor.h" 3 | #include 4 | 5 | FSMeshAdaptor::FSMeshAdaptor(FSModel* fem, int ntype) : FSDomainComponent(ntype, fem) 6 | { 7 | m_ntype = ntype; 8 | SetSuperClassID(FEMESHADAPTOR_ID); 9 | SetMeshItemType(FE_ELEM_FLAG); 10 | } 11 | 12 | FEBioMeshAdaptor::FEBioMeshAdaptor(FSModel* fem) : FSMeshAdaptor(fem, FE_FEBIO_MESH_ADAPTOR) 13 | { 14 | 15 | } 16 | 17 | void FEBioMeshAdaptor::Save(OArchive& ar) 18 | { 19 | ar.BeginChunk(CID_FEBIO_META_DATA); 20 | { 21 | SaveClassMetaData(this, ar); 22 | } 23 | ar.EndChunk(); 24 | 25 | ar.BeginChunk(CID_FEBIO_BASE_DATA); 26 | { 27 | FSMeshAdaptor::Save(ar); 28 | } 29 | ar.EndChunk(); 30 | } 31 | 32 | void FEBioMeshAdaptor::Load(IArchive& ar) 33 | { 34 | TRACE("FEBioLoadController::Load"); 35 | while (IArchive::IO_OK == ar.OpenChunk()) 36 | { 37 | int nid = ar.GetChunkID(); 38 | switch (nid) 39 | { 40 | case CID_FEBIO_META_DATA: LoadClassMetaData(this, ar); break; 41 | case CID_FEBIO_BASE_DATA: FSMeshAdaptor::Load(ar); break; 42 | default: 43 | assert(false); 44 | } 45 | ar.CloseChunk(); 46 | } 47 | // We call this to make sure that the FEBio class has the same parameters 48 | UpdateData(true); 49 | } 50 | -------------------------------------------------------------------------------- /FEMLib/FEMeshAdaptor.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FEDomainComponent.h" 3 | 4 | enum MeshAdaptorType { 5 | FE_FEBIO_MESH_ADAPTOR = 1 6 | }; 7 | 8 | class FSMeshAdaptor : public FSDomainComponent 9 | { 10 | public: 11 | FSMeshAdaptor(FSModel* fem, int ntype); 12 | }; 13 | 14 | class FEBioMeshAdaptor : public FSMeshAdaptor 15 | { 16 | public: 17 | FEBioMeshAdaptor(FSModel* fem); 18 | 19 | public: 20 | void Save(OArchive& ar) override; 21 | void Load(IArchive& ar) override; 22 | }; 23 | -------------------------------------------------------------------------------- /FEMLib/FEStepComponent.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "FEStepComponent.h" 3 | 4 | FSStepComponent::FSStepComponent(FSModel* fem) : FSModelComponent(fem) 5 | { 6 | m_bActive = true; 7 | m_nstepID = -1; 8 | } 9 | 10 | int FSStepComponent::GetStep() { return m_nstepID; } 11 | void FSStepComponent::SetStep(int n) { m_nstepID = n; } 12 | 13 | bool FSStepComponent::IsActiveInStep(int nstep) 14 | { 15 | return ((nstep == -1) || (m_nstepID == 0) || (nstep == m_nstepID)); 16 | } 17 | 18 | bool FSStepComponent::IsActive() const { return m_bActive; } 19 | void FSStepComponent::Activate(bool bact) { m_bActive = bact; } 20 | 21 | -------------------------------------------------------------------------------- /FEMLib/FEStepComponent.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FEModelComponent.h" 3 | #include 4 | 5 | //----------------------------------------------------------------------------- 6 | // Base class for all objects that are assigned to a step 7 | class FSStepComponent : public FSModelComponent 8 | { 9 | public: 10 | FSStepComponent(FSModel* fem = nullptr); 11 | 12 | int GetStep(); 13 | void SetStep(int n); 14 | 15 | bool IsActiveInStep(int nstep = -1); 16 | bool IsActive() const; 17 | void Activate(bool bact = true); 18 | 19 | protected: 20 | int m_nstepID; // step ID to which this component belongs 21 | bool m_bActive; // is this active 22 | }; 23 | -------------------------------------------------------------------------------- /FEMLib/FEUserMaterial.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FECoreMaterial.h" 3 | 4 | class FSUserMaterial : public FSMaterial 5 | { 6 | enum { SZTYPE, PARAMDATA, PARAMNAME, PARAMVALUE, PARAMTYPE }; 7 | 8 | public: 9 | FSUserMaterial(int ntype, FSModel* fem); 10 | ~FSUserMaterial(); 11 | 12 | void SetTypeString(const std::string& sz) override; 13 | const char* GetTypeString() const override { return m_sztype; } 14 | 15 | void AddParameter(const char* szname, double v); 16 | 17 | void Save(OArchive& ar); 18 | void Load(IArchive& ar); 19 | 20 | void copy(FSMaterial* pm); 21 | 22 | protected: 23 | char m_sztype[256]; // type name 24 | std::vector m_pname; // list of parameter names 25 | }; 26 | -------------------------------------------------------------------------------- /FEMLib/stdafx.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | -------------------------------------------------------------------------------- /FSCore/FSCore.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2020 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | #pragma once 27 | #include 28 | 29 | namespace FSCore { 30 | 31 | std::string beautify_string(const char* sz); 32 | } 33 | -------------------------------------------------------------------------------- /FSCore/FSCore.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = fscore 3 | DESTDIR = ../build/lib 4 | CONFIG += debug qt qwidgets opengl staticlib warn_off c++14 5 | QMAKE_CXX = g++ 6 | QMAKE_CXXFLAGS += -std=c++14 -O0 7 | DEFINES += LINUX HAS_QUAZIP HAS_SSH #HAS_OCC TETLIBRARY HAS_NETGEN FFMPEG 8 | INCLUDEPATH += ../ 9 | 10 | #QT += widgets opengl 11 | 12 | 13 | # Input 14 | HEADERS += *.h 15 | SOURCES = $$files(*.cpp) 16 | SOURCES -= $$files(moc_*.cpp) 17 | -------------------------------------------------------------------------------- /FSCore/math3d.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | -------------------------------------------------------------------------------- /FSCore/stdafx.cpp: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #include "stdafx.h" 28 | -------------------------------------------------------------------------------- /FSCore/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /GLLib/GLLib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = gllib 3 | DESTDIR = ../build/lib 4 | CONFIG += debug qt qwidgets opengl staticlib warn_off c++14 5 | QMAKE_CXX = g++ 6 | QMAKE_CXXFLAGS += -std=c++14 -O0 7 | DEFINES += LINUX HAS_OCC TETLIBRARY HAS_NETGEN HAS_QUAZIP HAS_SSH 8 | INCLUDEPATH += ../ 9 | 10 | #QT += widgets opengl 11 | 12 | 13 | # Input 14 | HEADERS += *.h 15 | SOURCES = $$files(*.cpp) 16 | SOURCES -= $$files(moc_*.cpp) 17 | -------------------------------------------------------------------------------- /GLLib/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /GLWLib/GLWLib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | CONFIG += debug qt qwidgets opengl staticlib warn_off c++14 3 | QMAKE_CXX = g++ 4 | QMAKE_CXXFLAGS += -std=c++14 -O0 5 | DEFINES += LINUX HAS_OCC TETLIBRARY HAS_NETGEN HAS_QUAZIP HAS_SSH 6 | DESTDIR = ../build/lib 7 | TARGET = glwlib 8 | INCLUDEPATH += ../ 9 | QT += widgets 10 | 11 | HEADERS += *.h 12 | SOURCES = $$files(*.cpp) 13 | SOURCES -= $$files(moc_*.cpp) 14 | -------------------------------------------------------------------------------- /ImageLib/ImageAnalysis.cpp: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #include "ImageAnalysis.h" 28 | 29 | CImageAnalysis::CImageAnalysis(int type, CImageModel* img) 30 | : m_img(img), m_type(type) 31 | { 32 | m_active = true; 33 | } -------------------------------------------------------------------------------- /ImageLib/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 University of Utah, The Trustees of Columbia University in the City of New York, and others. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /MeshIO/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | 29 | -------------------------------------------------------------------------------- /MeshTools/MeshTools.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = meshtools 3 | DESTDIR = ../build/lib 4 | CONFIG += debug c++17 staticlib warn_off 5 | QMAKE_CXX = g++ 6 | QMAKE_CXXFLAGS += -std=c++17 -O0 7 | DEFINES += LINUX HAS_QUAZIP HAS_SSH HAS_OCC TETLIBRARY HAS_NETGEN FFMPEG HAS_MMG 8 | INCLUDEPATH += ../ 9 | INCLUDEPATH += /opt/netgen/include 10 | INCLUDEPATH += /opt/netgen/include/include 11 | INCLUDEPATH += /home/mherron/Resources/opencascade-7.4.0/build/include/opencascade 12 | INCLUDEPATH += /home/mherron/Resources/tetgen1.5.1/ 13 | INCLUDEPATH += /home/mherron/Resources/mmg/build/include 14 | 15 | HEADERS += *.h 16 | SOURCES = $$files(*.cpp) 17 | SOURCES -= $$files(moc_*.cpp) 18 | -------------------------------------------------------------------------------- /MeshTools/ReadMe.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | STATIC LIBRARY : MeshTools Project Overview 3 | ======================================================================== 4 | 5 | AppWizard has created this MeshTools library project for you. 6 | 7 | No source files were created as part of your project. 8 | 9 | 10 | MeshTools.vcproj 11 | This is the main project file for VC++ projects generated using an Application Wizard. 12 | It contains information about the version of Visual C++ that generated the file, and 13 | information about the platforms, configurations, and project features selected with the 14 | Application Wizard. 15 | 16 | ///////////////////////////////////////////////////////////////////////////// 17 | Other notes: 18 | 19 | AppWizard uses "TODO:" comments to indicate parts of the source code you 20 | should add to or customize. 21 | 22 | ///////////////////////////////////////////////////////////////////////////// 23 | -------------------------------------------------------------------------------- /MeshTools/previewlib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = previewlib 3 | DESTDIR = ../build/lib 4 | CONFIG += debug c++14 staticlib warn_off 5 | DEFINES += LINUX HAS_NETGEN HAS_OCC 6 | INCLUDEPATH += ../ 7 | INCLUDEPATH += /opt/netgen/include 8 | INCLUDEPATH += /opt/netgen/include/include 9 | INCLUDEPATH += /home/sci/mherron/Resources/opencascade-7.3.0/include/opencascade 10 | 11 | HEADERS += *.h 12 | SOURCES += *.cpp 13 | -------------------------------------------------------------------------------- /MeshTools/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /PostGL/PostGL.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | DESTDIR = ../build/lib 3 | TARGET = postgl 4 | CONFIG += debug qt qwidgets opengl staticlib warn_off c++14 5 | INCLUDEPATH += ../ 6 | QMAKE_CXX = g++ 7 | QMAKE_CXXFLAGS += -std=c++14 -O0 8 | DEFINES += LINUX HAS_OCC TETLIBRARY HAS_NETGEN HAS_QUAZIP HAS_SSH 9 | 10 | 11 | # Input 12 | HEADERS += *.h 13 | SOURCES = $$files(*.cpp) 14 | SOURCES -= $$files(moc_*.cpp) 15 | -------------------------------------------------------------------------------- /PostLib/PostLib.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = lib 2 | TARGET = postlib 3 | DESTDIR = ../build/lib 4 | CONFIG += debug c++14 staticlib warn_off 5 | QMAKE_CXX = g++ 6 | QMAKE_CXXFLAGS += -std=c++14 -O0 7 | DEFINES += LINUX HAS_OCC TETLIBRARY HAS_NETGEN HAS_QUAZIP HAS_SSH FFMPEG 8 | INCLUDEPATH += ../ 9 | INCLUDEPATH += /home/sci/mherron/Resources/tetgen1.5.0/ 10 | INCLUDEPATH += /usr/include/ffmpeg 11 | 12 | # Input 13 | HEADERS += *.h 14 | SOURCES = $$files(*.cpp) 15 | SOURCES -= $$files(moc_*.cpp) 16 | -------------------------------------------------------------------------------- /PostLib/PostView.cpp: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #include "stdafx.h" 28 | #include "PostView.h" 29 | #include 30 | 31 | void Post::Initialize() 32 | { 33 | ColorMapManager::Initialize(); 34 | } 35 | -------------------------------------------------------------------------------- /PostLib/PostView.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | 29 | namespace Post { 30 | void Initialize(); 31 | } 32 | -------------------------------------------------------------------------------- /PostLib/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | FEBio Studio 2 | 3 | 4 | FEBio Studio is an integrated environment for FEBio, which allows users to generate, and solve FEBio models, as well as visualize and analyze the FEBio results. FEBio Studio also provides access to the online FEBio model repository, where users can find examples, tutorial models, and curated FEBio models that were used in peer-reviewed research studies. 5 | 6 | Executables for FEBio Studio can be downloaded from https://febio.org/downloads/. Please inform us of publications that use FEBio or FEBio Studio in research. Information can be found on the Publications tab on febio.org. 7 | 8 | Support forums can be found at https://forums.febio.org/. 9 | 10 | [![DOI](https://img.shields.io/badge/Citation-DOI:10.1115/1.4005694-green.svg)](https://dx.doi.org/10.1115%2F1.4005694) 11 | 12 | [![License](https://img.shields.io/badge/License-MIT-orange.svg)](LICENSE) 13 | 14 | # Build Guide 15 | 16 | Refer to [BUILD](BUILD.md) 17 | 18 | # Contributing 19 | 20 | Refer to [CONTRIBUTING](CONTRIBUTING.md) 21 | 22 | # Code of conduct 23 | 24 | Refer to [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /Updater/FEBioStudioUpdater.pro: -------------------------------------------------------------------------------- 1 | DESTDIR = . 2 | TEMPLATE = app 3 | TARGET = FEBioStudioUpdater 4 | DESTDIR = ./build/bin 5 | CONFIG += debug c++14 6 | CONFIG += qt opengl qtwidgets qtcharts warn_off 7 | DEFINES += LINUX 8 | INCLUDEPATH += . 9 | INCLUDEPATH += /home/mherron/Projects/FEBioStudio 10 | QT += widgets opengl gui charts network webenginewidgets 11 | QMAKE_CXX = g++ 12 | QMAKE_CXXFLAGS += -std=c++14 -O0 13 | QMAKE_LFLAGS += -static-libstdc++ -static-libgcc 14 | #QMAKE_LFLAGS_RPATH = \$$ORIGIN/../lib/ 15 | QMAKE_RPATHDIR += $ORIGIN/../lib 16 | #QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN/../lib/\',-z,origin' 17 | 18 | LIBS += -L/home/mherron/Projects/FEBioStudio/build/Release/lib 19 | LIBS += -Wl,--start-group 20 | 21 | LIBS += -lMathLib -lFSCore -lXML 22 | 23 | LIBS += -Wl,--end-group 24 | 25 | 26 | 27 | #RESOURCES = ../febiostudio.qrc 28 | 29 | HEADERS += *.h 30 | SOURCES = $$files(*.cpp) 31 | SOURCES -= $$files(moc_*.cpp) 32 | SOURCES -= $$files(qrc_*) 33 | 34 | 35 | -------------------------------------------------------------------------------- /Updater/FEBioStudioUpdater.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | images/FEBioStudio.png 4 | images/leftSide.png 5 | 6 | 7 | -------------------------------------------------------------------------------- /Updater/images/FEBioStudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Updater/images/FEBioStudio.png -------------------------------------------------------------------------------- /Updater/images/leftSide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Updater/images/leftSide.png -------------------------------------------------------------------------------- /XPLTLib/Makefile: -------------------------------------------------------------------------------- 1 | CCFLAGS = -g -I../ -O3 -std=c++11 2 | CCFLAGS += -I../ 3 | DEF = -DLINUX 4 | LIBDIR = $(notdir $(CURDIR)) 5 | POSTLIB = $(shell echo $(LIBDIR) | tr A-Z a-z) 6 | 7 | SRC = $(wildcard *.cpp) 8 | DEP = $(wildcard *.h) 9 | OBJ = $(SRC:.cpp=.o) 10 | 11 | LIB = ../build/lib/lib$(POSTLIB).a 12 | 13 | $(LIB): $(OBJ) 14 | ar crs -o $(LIB) $(OBJ) 15 | 16 | %.o: %.cpp $(DEP) 17 | $(CC) -c $(DEF) $(CCFLAGS) -o $@ $< 18 | 19 | clean: 20 | $(RM) *.o *.d $(LIB) 21 | -------------------------------------------------------------------------------- /XPLTLib/stdafx.h: -------------------------------------------------------------------------------- 1 | /*This file is part of the FEBio Studio source code and is licensed under the MIT license 2 | listed below. 3 | 4 | See Copyright-FEBio-Studio.txt for details. 5 | 6 | Copyright (c) 2021 University of Utah, The Trustees of Columbia University in 7 | the City of New York, and others. 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (the "Software"), to deal 11 | in the Software without restriction, including without limitation the rights 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 | copies of the Software, and to permit persons to whom the Software is 14 | furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all 17 | copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25 | SOFTWARE.*/ 26 | 27 | #pragma once 28 | -------------------------------------------------------------------------------- /Xcode/Abaqus/Abaqus.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/Abaqus/Abaqus.xcodeproj/project.xcworkspace/xcshareddata/Abaqus.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "C535203C-2F04-42BA-8964-94890BA3F8EB", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "Abaqus", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/Abaqus\/Abaqus.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/Ansys/Ansys.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/Ansys/Ansys.xcodeproj/project.xcworkspace/xcshareddata/Ansys.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "CDC060DB-4512-4FEF-86D5-5298792DBCBC", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "Ansys", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/Ansys\/Ansys.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/CUILib/CUILib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/CUILib/CUILib.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Xcode/Comsol/Comsol.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/Comsol/Comsol.xcodeproj/project.xcworkspace/xcshareddata/Comsol.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "DE70BB4B-F744-45D0-B8F1-A086F899314C", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "Comsol", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/Comsol\/Comsol.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/FEBio/FEBio.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/FEBio/FEBio.xcodeproj/project.xcworkspace/xcshareddata/FEBio.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "3904068A-26F0-44BA-AE17-57FCBD9207C2", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "FEBio", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/FEBio\/FEBio.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/FEBioStudio.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Xcode/FEBioStudio/FEBioStudio.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_1024.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_128.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_16.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_256-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_256-1.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_256.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_32-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_32-1.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_32.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_512-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_512-1.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_512.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/FEBioStudio/Supporting Files/Assets.xcassets/AppIcon.appiconset/FEBioStudio_64.png -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Xcode/FEBioStudio/Supporting Files/FEBioStudio.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | com.apple.security.files.user-selected.read-only 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Xcode/FEMLib/FEMLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/FEMLib/FEMLib.xcodeproj/project.xcworkspace/xcshareddata/FEMLib.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "7541DA4F-2C4A-43D8-9917-B32533794A0F", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "FEMLib", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/FEMLib\/FEMLib.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/GLWLib/GLWLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/GLWLib/GLWLib.xcodeproj/project.xcworkspace/xcshareddata/GLWLib.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 3 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 4 | "DVTSourceControlWorkingCopyRepositoryBranchesLocationKey" : "branches" 5 | } 6 | }, 7 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 8 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 9 | }, 10 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "C8744C20-4451-4FD1-94C7-03E36CC06C95", 11 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 12 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "..\/.." 13 | }, 14 | "DVTSourceControlWorkspaceBlueprintNameKey" : "GLWLib", 15 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 16 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "GLWLib.xcodeproj", 17 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 18 | { 19 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 22 | } 23 | ] 24 | } -------------------------------------------------------------------------------- /Xcode/GLWLib/GLWLib.xcodeproj/project.xcworkspace/xcuserdata/brandon.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/Xcode/GLWLib/GLWLib.xcodeproj/project.xcworkspace/xcuserdata/brandon.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Xcode/GLWLib/GLWLib.xcodeproj/xcuserdata/brandon.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | GLWLib.xcscheme 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | CAA4B21C20ADE848002B19A6 16 | 17 | primary 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Xcode/GeomLib/GeomLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/GeomLib/GeomLib.xcodeproj/project.xcworkspace/xcshareddata/GeomLib.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "984BBF17-20DD-48C8-8784-7316FFF3D28B", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "GeomLib", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/GeomLib\/GeomLib.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/ImageLib/ImageLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/ImageLib/ImageLib.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Xcode/MathLib/MathLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/MathLib/MathLib.xcodeproj/project.xcworkspace/xcshareddata/MathLib.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "9EBD4994-24CB-42A8-B389-962C4BDA50D5", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "MathLib", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/MathLib\/MathLib.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/MeshLib/MeshLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/MeshLib/MeshLib.xcodeproj/project.xcworkspace/xcshareddata/MeshLib.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "BF3D947A-9DCF-4B6A-A17E-491E5E710DBB", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "MeshLib", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/MeshLib\/MeshLib.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/PostGL/PostGL.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/PostLib/PostLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /Xcode/XML/XML.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Xcode/XML/XML.xcodeproj/project.xcworkspace/xcshareddata/XML.xcscmblueprint: -------------------------------------------------------------------------------- 1 | { 2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487", 3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { 4 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : { 5 | 6 | } 7 | }, 8 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { 9 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : 9223372036854775807 10 | }, 11 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "17CFA085-38FB-47CA-A4F1-240DDC5FD515", 12 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { 13 | "b505bdfe-9d5c-0410-8600-697d5fc8e487" : "MRLProjects\/" 14 | }, 15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "XML", 16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204, 17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "PreView2\/Xcode\/XML\/XML.xcodeproj", 18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ 19 | { 20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/gforge.sci.utah.edu\/svn\/MRLProjects", 21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Subversion", 22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "b505bdfe-9d5c-0410-8600-697d5fc8e487" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /Xcode/XPLTLib/XPLTLib.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /build/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything in this directory 2 | * 3 | # Except this file 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /ci/Linux/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | 4 | . $(dirname $0)/cmake.sh 5 | 6 | main() { 7 | # TODO: Figure out why it's not generating correctly on first attempt 8 | run_cmake 9 | run_cmake 10 | pushd cmbuild 11 | make -j $(nproc) 12 | popd 13 | } 14 | 15 | main 16 | -------------------------------------------------------------------------------- /ci/Linux/cmake.sh: -------------------------------------------------------------------------------- 1 | QT_DIR="/opt/Qt/6.7.3/gcc_64" 2 | run_cmake() { 3 | cmake -L . -B cmbuild \ 4 | -DQt_Root=$QT_DIR \ 5 | -DFEBio_SDK=febio4-sdk \ 6 | -DUSE_FFMPEG=ON \ 7 | -DUSE_TETGEN=ON \ 8 | -DUSE_MMG=ON \ 9 | -DUSE_SSH=ON \ 10 | -DUSE_SSL=ON \ 11 | -DCAD_FEATURES=ON \ 12 | -DUSE_NETGEN=ON \ 13 | -DUSE_ITK=ON \ 14 | -DBUILD_UPDATER=ON 15 | } 16 | -------------------------------------------------------------------------------- /ci/Linux/febio.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | libFEBioChem.so 5 | libFEBioHeat.so 6 | 7 | -------------------------------------------------------------------------------- /ci/Linux/git-safe.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | git config --global --add safe.directory /FEBioStudio 4 | -------------------------------------------------------------------------------- /ci/Linux/publish-to-s3.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | ci/common/linux/publish-to-s3.sh artifacts/febio-studio 4 | -------------------------------------------------------------------------------- /ci/Linux/scp-to-repo-release.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | chmod +x artifacts/bin/* 3 | scp artifacts/bin/* repo:~/update2/FEBioStudio2/Linux/stage/bin 4 | scp artifacts/lib/* repo:~/update2/FEBioStudio2/Linux/stage/lib 5 | scp artifacts/doc/* repo:~/update2/FEBioStudio2/Linux/stage/doc 6 | scp artifacts/sdk.zip repo:~/update2/FEBioStudio2/Linux/stage 7 | -------------------------------------------------------------------------------- /ci/Linux/scp-to-repo.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | REMOTE_PATH="update2/FEBioStudio2Dev/Linux/stage" 4 | if [ $# == 1 ] && [ "$1" != "develop" ]; then 5 | REMOTE_PATH="update2/FEBioStudio2Dev/branches/$1/Linux/stage" 6 | fi 7 | 8 | chmod +x cmbuild/bin/* 9 | scp cmbuild/bin/* repo:~/$REMOTE_PATH/bin 10 | -------------------------------------------------------------------------------- /ci/Windows/build.bat: -------------------------------------------------------------------------------- 1 | call "%VS2019INSTALLDIR%\VC\Auxiliary\Build\vcvars64.bat" 2 | 3 | cmake -version 4 | set Qt_Root="c:/usr/local/Qt/6.7.3/msvc2019_64" 5 | :: TODO: Cmake requires 6 runs to generate correctly 6 | for /l %%a in (1, 1, 6) do ( 7 | cmake -L . -B cmbuild ^ 8 | -DQt_Root=%Qt_Root% ^ 9 | -DFEBio_SDK=febio4-sdk ^ 10 | -DWINDEPLOYQT_EXECUTABLE="%Qt_Root%\bin\windeployqt.exe" ^ 11 | -DUSE_FFMPEG=ON ^ 12 | -DUSE_TETGEN=ON ^ 13 | -DUSE_MMG=ON ^ 14 | -DUSE_SSH=ON ^ 15 | -DUSE_SSL=ON ^ 16 | -DCAD_FEATURES=ON ^ 17 | -DUSE_NETGEN=ON ^ 18 | -DMODEL_REPO=ON ^ 19 | -DUSE_ITK=ON ^ 20 | -DBUILD_UPDATER=ON 21 | ) 22 | cd cmbuild 23 | msbuild /v:m /P:Configuration=Release /clp:ErrorsOnly /m:%NUMBER_OF_PROCESSORS% ALL_BUILD.vcxproj 24 | cd .. 25 | exit 0 26 | -------------------------------------------------------------------------------- /ci/Windows/febio.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FEBioChem.dll 5 | FEBioHeat.dll 6 | 7 | -------------------------------------------------------------------------------- /ci/Windows/publish-to-s3.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | ci/common/linux/publish-to-s3.sh artifacts/febio-studio 3 | -------------------------------------------------------------------------------- /ci/Windows/scp-to-repo-release.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | chmod +x artifacts/bin/* 3 | scp artifacts/bin/* repo:~/update2/FEBioStudio2/Windows/stage/bin 4 | scp artifacts/doc/* repo:~/update2/FEBioStudio2/Windows/stage/doc 5 | scp artifacts/sdk.zip repo:~/update2/FEBioStudio2/Windows/stage 6 | -------------------------------------------------------------------------------- /ci/Windows/scp-to-repo.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | REMOTE_PATH="update2/FEBioStudio2Dev/Windows/stage" 4 | if [ $# == 1 ] && [ "$1" != "develop" ]; then 5 | REMOTE_PATH="update2/FEBioStudio2Dev/branches/$1/Windows/stage" 6 | fi 7 | 8 | scp cmbuild/bin/Release/* repo:~/$REMOTE_PATH/bin 9 | -------------------------------------------------------------------------------- /ci/common/linux/configure-ssh.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | mkdir -p ~/.ssh/ 3 | echo "$SSH_KEY" > ~/.ssh/repo.key 4 | chmod 600 ~/.ssh/repo.key 5 | cat >>~/.ssh/config < 2 | 3 | 4 | libFEBioChem.dylib 5 | libFEBioHeat.dylib 6 | 7 | -------------------------------------------------------------------------------- /ci/macOS/git-safe.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | git config --global --add safe.directory /FEBioStudio 4 | -------------------------------------------------------------------------------- /ci/macOS/publish-to-s3.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | ci/common/linux/publish-to-s3.sh artifacts/febio-studio 4 | -------------------------------------------------------------------------------- /ci/macOS/scp-to-repo-release.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | chmod +x artifacts/MacOS/* 3 | scp artifacts/MacOS/* repo:~/update2/FEBioStudio2/macOS/stage/FEBioStudio.app/Contents/MacOS 4 | scp artifacts/Frameworks/* repo:~/update2/FEBioStudio2/macOS/stage/FEBioStudio.app/Contents/Frameworks 5 | scp artifacts/doc/* repo:~/update2/FEBioStudio2/macOS/stage/doc 6 | scp artifacts/sdk.zip repo:~/update2/FEBioStudio2/macOS/stage 7 | -------------------------------------------------------------------------------- /ci/macOS/scp-to-repo.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | REMOTE_PATH="update2/FEBioStudio2Dev/macOS/stage" 4 | if [ $# == 1 ] && [ "$1" != "develop" ]; then 5 | REMOTE_PATH="update2/FEBioStudio2Dev/branches/$1/macOS/stage" 6 | fi 7 | 8 | chmod +x cmbuild/bin/FEBioStudio.app/Contents/MacOS/* 9 | scp -r cmbuild/bin/FEBioStudio.app/Contents/MacOS/* repo:~/$REMOTE_PATH/FEBioStudio.app/Contents/MacOS 10 | -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "3" 2 | services: 3 | studio: &default 4 | image: febiosoftware/febio:ubuntu-22.04 5 | working_dir: /FEBioStudio 6 | volumes: 7 | - ../FEBio:/FEBio 8 | - ./:/FEBioStudio 9 | 10 | studio-dev: 11 | <<: *default 12 | container_name: febio-dev 13 | command: bash 14 | 15 | studio-build: 16 | <<: *default 17 | container_name: febio-build 18 | command: bash -c "ci/linux/git-safe.sh && ci/linux/build.sh" 19 | -------------------------------------------------------------------------------- /icons/FEBioStudio.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/FEBioStudio.icns -------------------------------------------------------------------------------- /icons/FEBioStudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/FEBioStudio.png -------------------------------------------------------------------------------- /icons/FEBioStudio_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/FEBioStudio_large.png -------------------------------------------------------------------------------- /icons/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/Image.png -------------------------------------------------------------------------------- /icons/PostView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/PostView.png -------------------------------------------------------------------------------- /icons/PreView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/PreView.png -------------------------------------------------------------------------------- /icons/addtomodel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/addtomodel.png -------------------------------------------------------------------------------- /icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/back.png -------------------------------------------------------------------------------- /icons/backface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/backface.png -------------------------------------------------------------------------------- /icons/bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/bc.png -------------------------------------------------------------------------------- /icons/bend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/bend.png -------------------------------------------------------------------------------- /icons/bgimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/bgimage.png -------------------------------------------------------------------------------- /icons/bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/bottle.png -------------------------------------------------------------------------------- /icons/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/box.png -------------------------------------------------------------------------------- /icons/boxinbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/boxinbox.png -------------------------------------------------------------------------------- /icons/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/brush.png -------------------------------------------------------------------------------- /icons/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/chart.png -------------------------------------------------------------------------------- /icons/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/check.png -------------------------------------------------------------------------------- /icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clear.png -------------------------------------------------------------------------------- /icons/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clipboard.png -------------------------------------------------------------------------------- /icons/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clock.png -------------------------------------------------------------------------------- /icons/clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clone.png -------------------------------------------------------------------------------- /icons/clonegrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clonegrid.png -------------------------------------------------------------------------------- /icons/clonerevolve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/clonerevolve.png -------------------------------------------------------------------------------- /icons/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/collapse.png -------------------------------------------------------------------------------- /icons/collapse_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/collapse_neg.png -------------------------------------------------------------------------------- /icons/colormap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/colormap.png -------------------------------------------------------------------------------- /icons/component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/component.png -------------------------------------------------------------------------------- /icons/cone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/cone.png -------------------------------------------------------------------------------- /icons/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/contact.png -------------------------------------------------------------------------------- /icons/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/copy.png -------------------------------------------------------------------------------- /icons/curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/curve.png -------------------------------------------------------------------------------- /icons/curves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/curves.png -------------------------------------------------------------------------------- /icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/cut.png -------------------------------------------------------------------------------- /icons/cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/cylinder.png -------------------------------------------------------------------------------- /icons/cylinderinbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/cylinderinbox.png -------------------------------------------------------------------------------- /icons/cylpatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/cylpatch.png -------------------------------------------------------------------------------- /icons/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/delete.png -------------------------------------------------------------------------------- /icons/deleteRemote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/deleteRemote.png -------------------------------------------------------------------------------- /icons/delete_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/delete_neg.png -------------------------------------------------------------------------------- /icons/deletepoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/deletepoint.png -------------------------------------------------------------------------------- /icons/deriv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/deriv.png -------------------------------------------------------------------------------- /icons/deriv_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/deriv_neg.png -------------------------------------------------------------------------------- /icons/detach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/detach.png -------------------------------------------------------------------------------- /icons/disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/disabled.png -------------------------------------------------------------------------------- /icons/disc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/disc.png -------------------------------------------------------------------------------- /icons/discrete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/discrete.png -------------------------------------------------------------------------------- /icons/distort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/distort.png -------------------------------------------------------------------------------- /icons/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/document.png -------------------------------------------------------------------------------- /icons/dogbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/dogbone.png -------------------------------------------------------------------------------- /icons/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/download.png -------------------------------------------------------------------------------- /icons/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/edit.png -------------------------------------------------------------------------------- /icons/ellipsoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/ellipsoid.png -------------------------------------------------------------------------------- /icons/emblems/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/caution.png -------------------------------------------------------------------------------- /icons/emblems/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/check.png -------------------------------------------------------------------------------- /icons/emblems/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/error.png -------------------------------------------------------------------------------- /icons/emblems/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/minus.png -------------------------------------------------------------------------------- /icons/emblems/missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/missing.png -------------------------------------------------------------------------------- /icons/emblems/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/plus.png -------------------------------------------------------------------------------- /icons/emblems/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/emblems/warning.png -------------------------------------------------------------------------------- /icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/error.png -------------------------------------------------------------------------------- /icons/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/expand.png -------------------------------------------------------------------------------- /icons/expand_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/expand_neg.png -------------------------------------------------------------------------------- /icons/explode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/explode.png -------------------------------------------------------------------------------- /icons/extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/extract.png -------------------------------------------------------------------------------- /icons/extrude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/extrude.png -------------------------------------------------------------------------------- /icons/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/eye.png -------------------------------------------------------------------------------- /icons/febio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/febio.png -------------------------------------------------------------------------------- /icons/febiorun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/febiorun.png -------------------------------------------------------------------------------- /icons/febiostudio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/febiostudio.ico -------------------------------------------------------------------------------- /icons/flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/flow.png -------------------------------------------------------------------------------- /icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/folder.png -------------------------------------------------------------------------------- /icons/font_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_bold.png -------------------------------------------------------------------------------- /icons/font_bold_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_bold_neg.png -------------------------------------------------------------------------------- /icons/font_dec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_dec.png -------------------------------------------------------------------------------- /icons/font_dec_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_dec_neg.png -------------------------------------------------------------------------------- /icons/font_inc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_inc.png -------------------------------------------------------------------------------- /icons/font_inc_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_inc_neg.png -------------------------------------------------------------------------------- /icons/font_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_italic.png -------------------------------------------------------------------------------- /icons/font_italic_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/font_italic_neg.png -------------------------------------------------------------------------------- /icons/formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/formula.png -------------------------------------------------------------------------------- /icons/formula_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/formula_neg.png -------------------------------------------------------------------------------- /icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/forward.png -------------------------------------------------------------------------------- /icons/geodesic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/geodesic.png -------------------------------------------------------------------------------- /icons/greyedOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/greyedOut.png -------------------------------------------------------------------------------- /icons/helix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/helix.png -------------------------------------------------------------------------------- /icons/hexagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/hexagon.png -------------------------------------------------------------------------------- /icons/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/hide.png -------------------------------------------------------------------------------- /icons/hollowsphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/hollowsphere.png -------------------------------------------------------------------------------- /icons/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/html.png -------------------------------------------------------------------------------- /icons/ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/ic.png -------------------------------------------------------------------------------- /icons/ignore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/ignore.png -------------------------------------------------------------------------------- /icons/imageslice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/imageslice.png -------------------------------------------------------------------------------- /icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/info.png -------------------------------------------------------------------------------- /icons/inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/inspect.png -------------------------------------------------------------------------------- /icons/integrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/integrate.png -------------------------------------------------------------------------------- /icons/isosurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/isosurface.png -------------------------------------------------------------------------------- /icons/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/light.png -------------------------------------------------------------------------------- /icons/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/list.png -------------------------------------------------------------------------------- /icons/load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/load.png -------------------------------------------------------------------------------- /icons/loft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/loft.png -------------------------------------------------------------------------------- /icons/marching_cubes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/marching_cubes.png -------------------------------------------------------------------------------- /icons/material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/material.png -------------------------------------------------------------------------------- /icons/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/measure.png -------------------------------------------------------------------------------- /icons/merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/merge.png -------------------------------------------------------------------------------- /icons/mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/mesh.png -------------------------------------------------------------------------------- /icons/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/mirror.png -------------------------------------------------------------------------------- /icons/musclepath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/musclepath.png -------------------------------------------------------------------------------- /icons/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/new.png -------------------------------------------------------------------------------- /icons/newpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/newpoint.png -------------------------------------------------------------------------------- /icons/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/next.png -------------------------------------------------------------------------------- /icons/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/open.png -------------------------------------------------------------------------------- /icons/openContaining.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/openContaining.png -------------------------------------------------------------------------------- /icons/p2pline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/p2pline.png -------------------------------------------------------------------------------- /icons/particle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/particle.png -------------------------------------------------------------------------------- /icons/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/paste.png -------------------------------------------------------------------------------- /icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/pause.png -------------------------------------------------------------------------------- /icons/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/pdf.png -------------------------------------------------------------------------------- /icons/pickcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/pickcolor.png -------------------------------------------------------------------------------- /icons/pivot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/pivot.png -------------------------------------------------------------------------------- /icons/pixelInspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/pixelInspector.png -------------------------------------------------------------------------------- /icons/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/play.png -------------------------------------------------------------------------------- /icons/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/prev.png -------------------------------------------------------------------------------- /icons/probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/probe.png -------------------------------------------------------------------------------- /icons/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/properties.png -------------------------------------------------------------------------------- /icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/redo.png -------------------------------------------------------------------------------- /icons/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/refresh.png -------------------------------------------------------------------------------- /icons/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/rename.png -------------------------------------------------------------------------------- /icons/replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/replace.png -------------------------------------------------------------------------------- /icons/replaceAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/replaceAll.png -------------------------------------------------------------------------------- /icons/replaceAll_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/replaceAll_neg.png -------------------------------------------------------------------------------- /icons/replace_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/replace_neg.png -------------------------------------------------------------------------------- /icons/revolve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/revolve.png -------------------------------------------------------------------------------- /icons/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/ring.png -------------------------------------------------------------------------------- /icons/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/rotate.png -------------------------------------------------------------------------------- /icons/ruler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/ruler.png -------------------------------------------------------------------------------- /icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/save.png -------------------------------------------------------------------------------- /icons/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/scale.png -------------------------------------------------------------------------------- /icons/scroll_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/scroll_down.png -------------------------------------------------------------------------------- /icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/search.png -------------------------------------------------------------------------------- /icons/selEdge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selEdge.png -------------------------------------------------------------------------------- /icons/selElem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selElem.png -------------------------------------------------------------------------------- /icons/selFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selFace.png -------------------------------------------------------------------------------- /icons/selNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selNode.png -------------------------------------------------------------------------------- /icons/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/select.png -------------------------------------------------------------------------------- /icons/selectAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectAdd.png -------------------------------------------------------------------------------- /icons/selectCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectCircle.png -------------------------------------------------------------------------------- /icons/selectCircle_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectCircle_neg.png -------------------------------------------------------------------------------- /icons/selectCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectCurves.png -------------------------------------------------------------------------------- /icons/selectDel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectDel.png -------------------------------------------------------------------------------- /icons/selectFree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectFree.png -------------------------------------------------------------------------------- /icons/selectFree_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectFree_neg.png -------------------------------------------------------------------------------- /icons/selectNodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectNodes.png -------------------------------------------------------------------------------- /icons/selectObject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectObject.png -------------------------------------------------------------------------------- /icons/selectPart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectPart.png -------------------------------------------------------------------------------- /icons/selectRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectRect.png -------------------------------------------------------------------------------- /icons/selectRect_neg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectRect_neg.png -------------------------------------------------------------------------------- /icons/selectSub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectSub.png -------------------------------------------------------------------------------- /icons/selectSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/selectSurface.png -------------------------------------------------------------------------------- /icons/select_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/select_connected.png -------------------------------------------------------------------------------- /icons/select_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/select_hide.png -------------------------------------------------------------------------------- /icons/select_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/select_highlight.png -------------------------------------------------------------------------------- /icons/select_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/select_path.png -------------------------------------------------------------------------------- /icons/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/show.png -------------------------------------------------------------------------------- /icons/show_mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/show_mesh.png -------------------------------------------------------------------------------- /icons/slice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/slice.png -------------------------------------------------------------------------------- /icons/sliceplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/sliceplot.png -------------------------------------------------------------------------------- /icons/snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/snapshot.png -------------------------------------------------------------------------------- /icons/snaptogrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/snaptogrid.png -------------------------------------------------------------------------------- /icons/snaptonode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/snaptonode.png -------------------------------------------------------------------------------- /icons/solidarc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/solidarc.png -------------------------------------------------------------------------------- /icons/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/sphere.png -------------------------------------------------------------------------------- /icons/sphereinbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/sphereinbox.png -------------------------------------------------------------------------------- /icons/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/splash.png -------------------------------------------------------------------------------- /icons/splash_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/splash_hires.png -------------------------------------------------------------------------------- /icons/spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/spring.png -------------------------------------------------------------------------------- /icons/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/square.png -------------------------------------------------------------------------------- /icons/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/step.png -------------------------------------------------------------------------------- /icons/streamlines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/streamlines.png -------------------------------------------------------------------------------- /icons/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/swap.png -------------------------------------------------------------------------------- /icons/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/sync.png -------------------------------------------------------------------------------- /icons/tensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/tensor.png -------------------------------------------------------------------------------- /icons/thintube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/thintube.png -------------------------------------------------------------------------------- /icons/toggle_visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/toggle_visible.png -------------------------------------------------------------------------------- /icons/torus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/torus.png -------------------------------------------------------------------------------- /icons/translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/translate.png -------------------------------------------------------------------------------- /icons/tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/tube.png -------------------------------------------------------------------------------- /icons/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/txt.png -------------------------------------------------------------------------------- /icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/undo.png -------------------------------------------------------------------------------- /icons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/up.png -------------------------------------------------------------------------------- /icons/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/upload.png -------------------------------------------------------------------------------- /icons/vectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/vectors.png -------------------------------------------------------------------------------- /icons/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/video.png -------------------------------------------------------------------------------- /icons/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/view.png -------------------------------------------------------------------------------- /icons/volrender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/volrender.png -------------------------------------------------------------------------------- /icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/warning.png -------------------------------------------------------------------------------- /icons/wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/wire.png -------------------------------------------------------------------------------- /icons/zoom-fit-best-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom-fit-best-2.png -------------------------------------------------------------------------------- /icons/zoom_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom_all.png -------------------------------------------------------------------------------- /icons/zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom_fit.png -------------------------------------------------------------------------------- /icons/zoom_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom_select.png -------------------------------------------------------------------------------- /icons/zoom_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom_x.png -------------------------------------------------------------------------------- /icons/zoom_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/febiosoftware/FEBioStudio/e6a38574dac431ab7667349c861f25cdb7357181/icons/zoom_y.png --------------------------------------------------------------------------------