fcs-core-viewer 0.52.1 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/fcs-core-editor@types/Editor3D/Editor3DAPI.d.ts +1 -0
  2. package/fcs-core-editor@types/Editor3D/Editor3DState.d.ts +33 -0
  3. package/fcs-core-editor@types/Editor3D/Network/SocketCommandsGateway.d.ts +0 -6
  4. package/fcs-core-editor@types/Editor3D/Operations/CAD/CreationTools/CreationToolsParentResolver.d.ts +3 -1
  5. package/fcs-core-editor@types/Editor3D/Operations/CAD/Index.d.ts +6 -0
  6. package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/Index.d.ts +9 -0
  7. package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByFace.d.ts +19 -0
  8. package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByLine.d.ts +14 -0
  9. package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByPoint.d.ts +14 -0
  10. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpAnalysis.d.ts +1 -0
  11. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBar.d.ts +1 -0
  12. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBeam.d.ts +1 -0
  13. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBoundaryCondition.d.ts +1 -0
  14. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpConcentratedLoad.d.ts +1 -0
  15. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpConstraint.d.ts +1 -0
  16. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpContact.d.ts +1 -0
  17. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpCustomMaterial.d.ts +1 -1
  18. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpDashpot.d.ts +1 -0
  19. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpDistributedLoad.d.ts +1 -0
  20. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMass.d.ts +1 -0
  21. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMembrane.d.ts +1 -0
  22. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMotionConstraint.d.ts +1 -0
  23. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpOutputControl.d.ts +1 -0
  24. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpShell.d.ts +1 -0
  25. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpSolid.d.ts +1 -0
  26. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpSpring.d.ts +1 -0
  27. package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpThermalLoad.d.ts +1 -0
  28. package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/Index.d.ts +3 -0
  29. package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/OpAlignNodes.d.ts +14 -0
  30. package/fcs-core-editor@types/Editor3D/Operations/CAE/Index.d.ts +2 -0
  31. package/fcs-core-editor@types/Editor3D/Operations/Common/Exchange/Simulation.d.ts +3 -0
  32. package/fcs-core-editor@types/Editor3D/Operations/Index.d.ts +8 -0
  33. package/fcs-core-editor@types/Editor3D/Operations/OperationCollection.d.ts +4 -7
  34. package/fcs-core-editor@types/Editor3D/UserInterface/EditorUIData.d.ts +1 -0
  35. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Index.d.ts +6 -4
  36. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/{UIMirrorByVector.d.ts → UIMirrorByFace.d.ts} +15 -16
  37. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByLine.d.ts +41 -0
  38. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByPoint.d.ts +41 -0
  39. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBar.d.ts +3 -0
  40. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBeam.d.ts +3 -0
  41. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBoundaryCondition.d.ts +3 -0
  42. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIConcentratedLoad.d.ts +3 -0
  43. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIContactPair.d.ts +3 -0
  44. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UICustomMaterial.d.ts +3 -0
  45. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDashpot.d.ts +3 -0
  46. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDistributedLoad.d.ts +3 -0
  47. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDynamicHarmonic.d.ts +3 -0
  48. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDynamicImplicit.d.ts +3 -0
  49. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIGlobalContact.d.ts +3 -0
  50. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UILinearBuckling.d.ts +3 -0
  51. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UILinearStatic.d.ts +3 -0
  52. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMPCconstraint.d.ts +3 -0
  53. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMass.d.ts +3 -0
  54. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMembrane.d.ts +3 -0
  55. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIModal.d.ts +3 -0
  56. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMotionConstraint.d.ts +3 -0
  57. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UINonlinearStatic.d.ts +3 -0
  58. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIOutputControl.d.ts +3 -0
  59. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIShell.d.ts +3 -0
  60. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UISolid.d.ts +3 -0
  61. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UISpring.d.ts +3 -0
  62. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UITIEconstraint.d.ts +3 -0
  63. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIThermalLoad.d.ts +3 -0
  64. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/AlignNodes/UIAlignNodes.d.ts +51 -0
  65. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/Index.d.ts +4 -0
  66. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/OptionsMenu/Operations/RunSimulation/RunSimulationOperation.d.ts +19 -1
  67. package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Shapes/Mesh/SubshapeTypes/TopoElement.d.ts +16 -0
  68. package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Shapes/Mesh/SubshapeTypes/TopoNode.d.ts +16 -0
  69. package/fcs-core-editor@types/Viewer3D/Loader/GEOMLoader/GeomLoader.d.ts +2 -0
  70. package/fcs-core-editor@types/Viewer3D/SelectionTools/SelectionHelpers.d.ts +25 -1
  71. package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/SelectionInputField.d.ts +5 -0
  72. package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/TargetItemSelector.d.ts +45 -0
  73. package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/LoadAndBC.d.ts +0 -1
  74. package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/Material.d.ts +0 -1
  75. package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/Property.d.ts +0 -1
  76. package/fcs-core-editor@types/Viewer3D/ViewerEntities/VisibleEntities/Tooltip.d.ts +14 -0
  77. package/package.json +1 -1
  78. package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByPlane.d.ts +0 -23
@@ -7,6 +7,8 @@ export declare class BoundaryCondition extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private nodesetSelectionInput;
11
13
  private nodesetUID;
12
14
  private dof1;
@@ -26,6 +28,7 @@ export declare class BoundaryCondition extends Operation {
26
28
  private setActiveButton;
27
29
  private fields;
28
30
  private addActionButtons;
31
+ private loadExistingValues;
29
32
  /**
30
33
  * Initializes uiComponents on opening the operationUI
31
34
  */
@@ -7,6 +7,8 @@ export declare class ConcentratedLoad extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private availableEntities;
11
13
  private entityDropDownMenu_1;
12
14
  private nodesetSelectionInput;
@@ -39,6 +41,7 @@ export declare class ConcentratedLoad extends Operation {
39
41
  private addDropDownLists;
40
42
  private fields;
41
43
  private addActionButtons;
44
+ private loadExistingValues;
42
45
  /**
43
46
  * Initializes uiComponents on opening the operationUI
44
47
  */
@@ -7,6 +7,8 @@ export declare class ContactPair extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private masterSetSelectionInput;
11
13
  private masterSetUID;
12
14
  private slaveSetSelectionInput;
@@ -56,6 +58,7 @@ export declare class ContactPair extends Operation {
56
58
  private fields;
57
59
  private checkmarks;
58
60
  private addActionButtons;
61
+ private loadExistingValues;
59
62
  /**
60
63
  * Initializes uiComponents on opening the operationUI
61
64
  */
@@ -7,6 +7,8 @@ export declare class CustomMaterial extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private dynamicComponentsDensity;
11
13
  private dynamicComponentsElastic;
12
14
  private dynamicComponentsSymmetry;
@@ -109,6 +111,7 @@ export declare class CustomMaterial extends Operation {
109
111
  private dropDownLists;
110
112
  private fields;
111
113
  private addActionButtons;
114
+ private loadExistingValues;
112
115
  /**
113
116
  * Initializes uiComponents on opening the operationUI
114
117
  */
@@ -7,6 +7,8 @@ export declare class Dashpot extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private materialSelectionInput;
11
13
  private CXInput;
12
14
  private CYInput;
@@ -41,6 +43,7 @@ export declare class Dashpot extends Operation {
41
43
  private addDropDownLists;
42
44
  private fields;
43
45
  private addActionButtons;
46
+ private loadExistingValues;
44
47
  /**
45
48
  * Initializes uiComponents on opening the operationUI
46
49
  */
@@ -7,6 +7,8 @@ export declare class DistributedLoad extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private elementsetSelectionInput;
11
13
  private elementsetUID;
12
14
  private pressureInput;
@@ -16,6 +18,7 @@ export declare class DistributedLoad extends Operation {
16
18
  private setActiveButton;
17
19
  private fields;
18
20
  private addActionButtons;
21
+ private loadExistingValues;
19
22
  /**
20
23
  * Initializes uiComponents on opening the operationUI
21
24
  */
@@ -7,6 +7,8 @@ export declare class DynamicHarmonic extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private modeSelectorSolutionMethod;
11
13
  private modeOptionsSolutionMethod;
12
14
  private dynamicComponents;
@@ -38,6 +40,7 @@ export declare class DynamicHarmonic extends Operation {
38
40
  private fields;
39
41
  private labels;
40
42
  private addActionButtons;
43
+ private loadExistingValues;
41
44
  /**
42
45
  * Initializes uiComponents on opening the operationUI
43
46
  */
@@ -7,6 +7,8 @@ export declare class DynamicImplicit extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private modeSelectorLinearSolver;
11
13
  private modeOptionsLinearSolver;
12
14
  private modeSelectoTimeIntegrationScheme;
@@ -56,6 +58,7 @@ export declare class DynamicImplicit extends Operation {
56
58
  private fields;
57
59
  private labels;
58
60
  private addActionButtons;
61
+ private loadExistingValues;
59
62
  /**
60
63
  * Initializes uiComponents on opening the operationUI
61
64
  */
@@ -7,6 +7,8 @@ export declare class GlobalContact extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private areaInput;
11
13
  private materialSelectionInput;
12
14
  private area;
@@ -18,6 +20,7 @@ export declare class GlobalContact extends Operation {
18
20
  private setActiveButton;
19
21
  private fields;
20
22
  private addActionButtons;
23
+ private loadExistingValues;
21
24
  /**
22
25
  * Initializes uiComponents on opening the operationUI
23
26
  */
@@ -7,6 +7,8 @@ export declare class LinearBuckling extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private dynamicComponents;
11
13
  private loadDefinitionSelectionInput;
12
14
  private loadDefinitionItemUID;
@@ -17,6 +19,7 @@ export declare class LinearBuckling extends Operation {
17
19
  private setActiveButton;
18
20
  private fields;
19
21
  private addActionButtons;
22
+ private loadExistingValues;
20
23
  /**
21
24
  * Initializes uiComponents on opening the operationUI
22
25
  */
@@ -7,6 +7,8 @@ export declare class LinearStatic extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private modeSelector;
11
13
  private modeOptions;
12
14
  private dynamicComponents;
@@ -25,6 +27,7 @@ export declare class LinearStatic extends Operation {
25
27
  private addDropDownLists;
26
28
  private fields;
27
29
  private addActionButtons;
30
+ private loadExistingValues;
28
31
  /**
29
32
  * Initializes uiComponents on opening the operationUI
30
33
  */
@@ -7,6 +7,8 @@ export declare class MPCconstraint extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private areaInput;
11
13
  private materialSelectionInput;
12
14
  private area;
@@ -18,6 +20,7 @@ export declare class MPCconstraint extends Operation {
18
20
  private setActiveButton;
19
21
  private fields;
20
22
  private addActionButtons;
23
+ private loadExistingValues;
21
24
  /**
22
25
  * Initializes uiComponents on opening the operationUI
23
26
  */
@@ -11,6 +11,8 @@ export declare class Mass extends Operation {
11
11
  private readonly onAcceptHandler;
12
12
  private readonly onAppendHandler;
13
13
  private readonly buttonsContainer;
14
+ private targetItemSelector;
15
+ private acceptButton;
14
16
  private mass;
15
17
  private modeOptions;
16
18
  private dynamicComponents;
@@ -38,6 +40,7 @@ export declare class Mass extends Operation {
38
40
  * Add action buttons (-> Preview, Accept, Reject)
39
41
  */
40
42
  private addActionButtons;
43
+ private loadExistingValues;
41
44
  /**
42
45
  * Initializes uiComponents on opening the operationUI
43
46
  */
@@ -7,6 +7,8 @@ export declare class Membrane extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private thicknessInput;
11
13
  private thickness;
12
14
  private materialSelectionInput;
@@ -31,6 +33,7 @@ export declare class Membrane extends Operation {
31
33
  private addDropDownLists;
32
34
  private fields;
33
35
  private addActionButtons;
36
+ private loadExistingValues;
34
37
  /**
35
38
  * Initializes uiComponents on opening the operationUI
36
39
  */
@@ -7,6 +7,8 @@ export declare class Modal extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private modeSelectorEigenSolver;
11
13
  private modeOptionsEigenSolver;
12
14
  private modeSelectorMassMatrix;
@@ -40,6 +42,7 @@ export declare class Modal extends Operation {
40
42
  private fields;
41
43
  private addCheckmarks;
42
44
  private addActionButtons;
45
+ private loadExistingValues;
43
46
  /**
44
47
  * Initializes uiComponents on opening the operationUI
45
48
  */
@@ -7,6 +7,8 @@ export declare class MotionConstraint extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private nodesetSelectionInput;
11
13
  private nodesetUID;
12
14
  private displacementXInput;
@@ -44,6 +46,7 @@ export declare class MotionConstraint extends Operation {
44
46
  private addDropDownLists;
45
47
  private fields;
46
48
  private addActionButtons;
49
+ private loadExistingValues;
47
50
  /**
48
51
  * Initializes uiComponents on opening the operationUI
49
52
  */
@@ -7,6 +7,8 @@ export declare class NonlinearStatic extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private modeSelectorLinearSolver;
11
13
  private modeSelectorIterationMethod;
12
14
  private modeSelectorNewtonStepControl;
@@ -74,6 +76,7 @@ export declare class NonlinearStatic extends Operation {
74
76
  private addDropDownLists;
75
77
  private addFields;
76
78
  private addActionButtons;
79
+ private loadExistingValues;
77
80
  /**
78
81
  * Initializes uiComponents on opening the operationUI
79
82
  */
@@ -7,6 +7,8 @@ export declare class OutputControl extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private analysisStepSelector;
11
13
  private analysisResultSelector;
12
14
  private linearStaticResultSelector;
@@ -47,6 +49,7 @@ export declare class OutputControl extends Operation {
47
49
  private buildDynamicHarmonicUI;
48
50
  private fields;
49
51
  private addActionButtons;
52
+ private loadExistingValues;
50
53
  /**
51
54
  * Initializes uiComponents on opening the operationUI
52
55
  */
@@ -7,6 +7,8 @@ export declare class Shell extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private thicknessInput;
11
13
  private integrationPointInput;
12
14
  private offsetInput;
@@ -35,6 +37,7 @@ export declare class Shell extends Operation {
35
37
  private addDropDownLists;
36
38
  private fields;
37
39
  private addActionButtons;
40
+ private loadExistingValues;
38
41
  /**
39
42
  * Initializes uiComponents on opening the operationUI
40
43
  */
@@ -7,6 +7,8 @@ export declare class Solid extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private geometrySelectionInput;
11
13
  private materialSelectionInput;
12
14
  private csystemSelectionInput;
@@ -35,6 +37,7 @@ export declare class Solid extends Operation {
35
37
  private addDropDownLists;
36
38
  private fields;
37
39
  private addActionButtons;
40
+ private loadExistingValues;
38
41
  /**
39
42
  * Initializes uiComponents on opening the operationUI
40
43
  */
@@ -7,6 +7,8 @@ export declare class Spring extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private materialSelectionInput;
11
13
  private KXInput;
12
14
  private KYInput;
@@ -41,6 +43,7 @@ export declare class Spring extends Operation {
41
43
  private addDropDownLists;
42
44
  private fields;
43
45
  private addActionButtons;
46
+ private loadExistingValues;
44
47
  /**
45
48
  * Initializes uiComponents on opening the operationUI
46
49
  */
@@ -7,6 +7,8 @@ export declare class TIEconstraint extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private masterSetSelectionInput;
11
13
  private masterSetUID;
12
14
  private slaveSetSelectionInput;
@@ -16,6 +18,7 @@ export declare class TIEconstraint extends Operation {
16
18
  private setActiveButton;
17
19
  private fields;
18
20
  private addActionButtons;
21
+ private loadExistingValues;
19
22
  /**
20
23
  * Initializes uiComponents on opening the operationUI
21
24
  */
@@ -7,6 +7,8 @@ export declare class ThermalLoad extends Operation {
7
7
  private readonly onAcceptHandler;
8
8
  private readonly onAppendHandler;
9
9
  private readonly buttonsContainer;
10
+ private targetItemSelector;
11
+ private acceptButton;
10
12
  private nodesetSelectionInput;
11
13
  private nodesetUID;
12
14
  private temperatureInput;
@@ -16,6 +18,7 @@ export declare class ThermalLoad extends Operation {
16
18
  private setActiveButton;
17
19
  private fields;
18
20
  private addActionButtons;
21
+ private loadExistingValues;
19
22
  /**
20
23
  * Initializes uiComponents on opening the operationUI
21
24
  */
@@ -0,0 +1,51 @@
1
+ import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
2
+ type OnPreviewHandler = (data: {}) => Promise<{}>;
3
+ type OnAcceptHandler = (data: {}) => Promise<{}>;
4
+ type OnRejectHandler = () => Promise<void>;
5
+ export declare class AlignNodes extends Operation {
6
+ private readonly onPreviewHandler;
7
+ private readonly onAcceptHandler;
8
+ private readonly onRejectHandler;
9
+ private readonly buttonsContainer;
10
+ private affectedElementUIDs;
11
+ private entityDropDownMenu_1;
12
+ private entityDropDownMenu_2;
13
+ private entityDropDownMenu_3;
14
+ private selectionData;
15
+ private uiComponents;
16
+ constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
17
+ private setEnabledEntity;
18
+ private setActiveButton;
19
+ /**
20
+ * First reference node (line start)
21
+ */
22
+ private addEntityButton_1;
23
+ /**
24
+ * Second reference node (line end)
25
+ */
26
+ private addEntityButton_2;
27
+ /**
28
+ * Nodes to project onto the line
29
+ */
30
+ private addEntityButton_3;
31
+ private addActionButtons;
32
+ /**
33
+ * Initializes uiComponents on opening the operationUI
34
+ */
35
+ init(): void;
36
+ /**
37
+ * Unselects all entities and tree items
38
+ */
39
+ unselect(): void;
40
+ /**
41
+ * Reset default settings
42
+ */
43
+ reset(): void;
44
+ private onPreview;
45
+ /**
46
+ * Extracts the selected entities and commits the operation
47
+ */
48
+ private onAccept;
49
+ private onReject;
50
+ }
51
+ export {};
@@ -1,9 +1,13 @@
1
1
  import * as MergeByElements from "./Merge/UIMergeByElements";
2
2
  import * as MergeByNodes from "./Merge/UIMergeByNodes";
3
+ import * as AlignNodes from "./AlignNodes/UIAlignNodes";
3
4
  declare const EditingTools: {
4
5
  Merge: {
5
6
  MergeByNodes: typeof MergeByNodes.MergeByNodes;
6
7
  MergeByElements: typeof MergeByElements.MergeByElements;
7
8
  };
9
+ AlignNodes: {
10
+ AlignNodes: typeof AlignNodes.AlignNodes;
11
+ };
8
12
  };
9
13
  export { EditingTools };
@@ -8,12 +8,17 @@ type ComputationalParams = {
8
8
  time_limit: number;
9
9
  tpsjob: number;
10
10
  };
11
+ type MeshDomainPayload = {
12
+ mesh_scope: string;
13
+ selected_mesh_component_ids: number[];
14
+ selected_element_ids: number[];
15
+ };
11
16
  type RunSimulationConfig = {
12
17
  onRunSimulation: (data: {
13
18
  jobName: string;
14
19
  analysisStepItemId: number;
15
20
  analysisName?: string;
16
- } & ComputationalParams) => Promise<boolean>;
21
+ } & ComputationalParams & MeshDomainPayload) => Promise<boolean>;
17
22
  };
18
23
  export declare class RunSimulationOperation extends Operation {
19
24
  private readonly onRunSimulation;
@@ -23,6 +28,10 @@ export declare class RunSimulationOperation extends Operation {
23
28
  private simulationButtons;
24
29
  private computationalParamsDetails;
25
30
  private computationalParamsContainer;
31
+ private meshDomainDetails;
32
+ private meshDomainContainer;
33
+ private meshDomainSelect;
34
+ private meshScope;
26
35
  private nameInput;
27
36
  private jobName;
28
37
  private analysisStepSelectionInput;
@@ -37,10 +46,13 @@ export declare class RunSimulationOperation extends Operation {
37
46
  private computationalParams;
38
47
  private runButton;
39
48
  private static readonly DEFAULT_PARAMS;
49
+ private static readonly DEFAULT_MESH_SCOPE;
50
+ private static readonly MESH_DOMAIN_OPTIONS;
40
51
  constructor(config?: RunSimulationConfig);
41
52
  private buildContainers;
42
53
  private addFields;
43
54
  private createNumberField;
55
+ private buildMeshDomainSection;
44
56
  private buildComputationalParamsSection;
45
57
  private addAnalysisStepSelectionInput;
46
58
  private addActionButtons;
@@ -53,6 +65,12 @@ export declare class RunSimulationOperation extends Operation {
53
65
  * Resets the gui elements to default
54
66
  */
55
67
  reset(): void;
68
+ /**
69
+ * Build the Mesh Domain payload using the same helpers as the Export Mesh
70
+ * flow so the Service sees an identical payload shape for both entry
71
+ * points. Returns null if validation fails (and surfaces a toast).
72
+ */
73
+ private buildMeshDomainPayload;
56
74
  private runSimulation;
57
75
  }
58
76
  export {};
@@ -32,6 +32,7 @@ export declare class TopoElement extends Shape {
32
32
  loadDefinitionUIDs: {};
33
33
  octrees: ElementOctree[];
34
34
  selectionOrder: number;
35
+ forceArrows: THREE.ArrowHelper[];
35
36
  constructor(shapeUID: number);
36
37
  private createElementVID;
37
38
  private createShapeVID;
@@ -53,4 +54,19 @@ export declare class TopoElement extends Shape {
53
54
  setTransparency(alpha: number): void;
54
55
  hide(): void;
55
56
  show(): void;
57
+ /**
58
+ * Place a 3D force-arrow at this element's centre of gravity.
59
+ * The arrow points in the direction of (fx, fy, fz) and is coloured
60
+ * with the supplied RGBA colour (components in 0–255 range).
61
+ * Multiple calls accumulate arrows; call hideForce() first to reset.
62
+ * @param fx Force component in X
63
+ * @param fy Force component in Y
64
+ * @param fz Force component in Z
65
+ * @param color RGBA colour as [r, g, b, a] in 0–255 range
66
+ */
67
+ showForce(fx: number, fy: number, fz: number, color: number[]): void;
68
+ /**
69
+ * Remove all force-arrows previously placed by showForce().
70
+ */
71
+ hideForce(): void;
56
72
  }
@@ -33,6 +33,7 @@ export declare class TopoNode extends Shape {
33
33
  loadDefinitionUIDs: {};
34
34
  octrees: NodeOctree[];
35
35
  selectionOrder: number;
36
+ forceArrows: THREE.ArrowHelper[];
36
37
  hiddenAdjacentElements: {
37
38
  length: number;
38
39
  };
@@ -55,4 +56,19 @@ export declare class TopoNode extends Shape {
55
56
  setTransparency(alpha: number): void;
56
57
  hide(): void;
57
58
  show(): void;
59
+ /**
60
+ * Place a 3D force-arrow at this node's position.
61
+ * The arrow points in the direction of (fx, fy, fz) and is coloured
62
+ * with the supplied RGBA colour (components in 0–255 range).
63
+ * Multiple calls accumulate arrows; call hideForce() first to reset.
64
+ * @param fx Force component in X
65
+ * @param fy Force component in Y
66
+ * @param fz Force component in Z
67
+ * @param color RGBA colour as [r, g, b, a] in 0–255 range
68
+ */
69
+ showForce(fx: number, fy: number, fz: number, color: number[]): void;
70
+ /**
71
+ * Remove all force-arrows previously placed by showForce().
72
+ */
73
+ hideForce(): void;
58
74
  }
@@ -28,6 +28,7 @@ export declare class GeomLoader {
28
28
  pickingVertexColor: number[];
29
29
  hashToVertex: {};
30
30
  counter: number;
31
+ maxVertexIndex: number;
31
32
  linePosition: number[];
32
33
  lineIndices: number[];
33
34
  lineColor: number[];
@@ -73,6 +74,7 @@ export declare class GeomLoader {
73
74
  vectorOctree: InstanceType<typeof ModelData.OctreeDataStructure.VectorOctree>;
74
75
  constructor(fileUrl: string);
75
76
  perform(itemName: string, itemUID: number, parentUID: number, /*shapeUID: number,*/ shapeType: ModelData.dataTypes): Promise<void>;
77
+ private getMaxVertexIndex;
76
78
  /**
77
79
  * Uj shape importalasakor szamol egy boundary-t az uj shape-nek es megnezi hogy ez a boundary teljes egeszeben benne van-e a root boundary-ben.
78
80
  * Ha nincs benne, akkor expand-olja akkorara, hogy beleferjen
@@ -5,12 +5,14 @@ import { Depth } from "./SelectionControls/SelectionControls";
5
5
  * In case of geometry, this could the following:
6
6
  * - Selected: Export the selected subshapes.
7
7
  * - Instances: Export the compound of the selected instances.
8
+ * - Visible: Export whichever subshapes are currently rendered.
8
9
  * - All: Combine all geometry instances into a single compound
9
10
  */
10
11
  export declare enum EntitySelectionScope {
11
12
  Selected = 0,
12
13
  Instances = 1,
13
- All = 2
14
+ Visible = 2,
15
+ All = 3
14
16
  }
15
17
  export declare class SelectionHelpers {
16
18
  /**
@@ -20,6 +22,28 @@ export declare class SelectionHelpers {
20
22
  * @returns Array of integer IDs.
21
23
  */
22
24
  static getSelectedInstanceIDs(filterForContainer?: ModelData.dataTypes.GeometryContainer | ModelData.dataTypes.MeshContainer | ModelData.dataTypes.Set): Number[];
25
+ /**
26
+ * Returns the backend-side element IDs of every currently selected mesh
27
+ * element (shapes whose data type is `TopoElement`). Shape UIDs carry an
28
+ * ELEMENT_ID_OFFSET to keep them globally unique on the viewer side, which
29
+ * is subtracted here to recover the engine's raw ElementId.
30
+ *
31
+ * @param filterForInstanceIdsOnly Optional restriction to elements that
32
+ * belong to one of the provided MeshPart instance IDs.
33
+ * @returns Deduplicated array of backend mesh element IDs.
34
+ */
35
+ static getSelectedMeshElementIds(filterForInstanceIdsOnly?: Number[]): number[];
36
+ /**
37
+ * Returns the backend-side element IDs of every mesh element that is
38
+ * currently *rendered*. An element is considered visible when both its own
39
+ * `isVisible` flag is on AND its parent MeshPart item is visible.
40
+ *
41
+ * This is the scope payload for the `Visible` export option - it does not
42
+ * consult the selection buffer at all.
43
+ *
44
+ * @returns Deduplicated array of backend mesh element IDs.
45
+ */
46
+ static getVisibleMeshElementIds(): number[];
23
47
  /**
24
48
  * Iterates over the current selection and returns the IDs
25
49
  * of all the shapes that were selected.
@@ -29,6 +29,11 @@ export declare class SelectionInputField {
29
29
  private focusIn;
30
30
  private collectSelectedItems;
31
31
  private pressEscapeButton;
32
+ /**
33
+ * Programmatically sets the field value to the given UIDs.
34
+ * Fires a change event so any registered onChange handlers update.
35
+ */
36
+ setData(uids: number[]): void;
32
37
  validate(): boolean;
33
38
  }
34
39
  export {};