fcs-core-viewer 0.53.0 → 0.55.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.
- package/fcs-core-editor@types/Editor3D/Editor3DAPI.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Editor3DState.d.ts +45 -0
- package/fcs-core-editor@types/Editor3D/Network/BackendClient.d.ts +12 -0
- package/fcs-core-editor@types/Editor3D/Network/ModelHistoryClient.d.ts +41 -0
- package/fcs-core-editor@types/Editor3D/Network/SocketCommandsGateway.d.ts +6 -6
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpAnalysis.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBar.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBeam.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpBoundaryCondition.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpConcentratedLoad.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpConstraint.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpContact.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpCustomMaterial.d.ts +1 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpDashpot.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpDistributedLoad.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMass.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMembrane.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpMotionConstraint.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpOutputControl.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpShell.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpSolid.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpSpring.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/AnalysisTools/OpThermalLoad.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/OpRemesh.d.ts +2 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/Index.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/OpAlignNodes.d.ts +14 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/Index.d.ts +2 -0
- package/fcs-core-editor@types/Editor3D/Operations/Index.d.ts +2 -0
- package/fcs-core-editor@types/Editor3D/Operations/OperationCollection.d.ts +3 -7
- package/fcs-core-editor@types/Editor3D/UserInterface/EditorUIData.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/EditorUIComponents.d.ts +2 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBar.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBeam.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIBoundaryCondition.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIConcentratedLoad.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIContactPair.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UICustomMaterial.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDashpot.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDistributedLoad.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDynamicHarmonic.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIDynamicImplicit.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIGlobalContact.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UILinearBuckling.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UILinearStatic.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMPCconstraint.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMass.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMembrane.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIModal.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIMotionConstraint.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UINonlinearStatic.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIOutputControl.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIShell.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UISolid.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UISpring.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UITIEconstraint.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/AnalysisTools/UIThermalLoad.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/AlignNodes/UIAlignNodes.d.ts +51 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/Index.d.ts +4 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/ModelHistory/ModelHistoryPanel.d.ts +65 -0
- package/fcs-core-editor@types/Editor3D/Wrapper/Editor3D.d.ts +3 -0
- package/fcs-core-editor@types/Viewer3D/Common/Diagnostics/StatusBar.d.ts +5 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Shapes/Mesh/SubshapeTypes/TopoElement.d.ts +16 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Shapes/Mesh/SubshapeTypes/TopoNode.d.ts +16 -0
- package/fcs-core-editor@types/Viewer3D/Loader/GEOMLoader/GeomLoader.d.ts +2 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/SelectionInputField.d.ts +5 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/TargetItemSelector.d.ts +45 -0
- package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/LoadAndBC.d.ts +0 -1
- package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/Material.d.ts +0 -1
- package/fcs-core-editor@types/Viewer3D/ViewerCommands/CAE/AnalysisTools/Property.d.ts +0 -1
- package/fcs-core-editor@types/Viewer3D/Wrapper/SceneWrapper.d.ts +5 -4
- package/fcs-core-editor@types/Viewer3D/Wrapper/Viewer3DWrapper.d.ts +1 -5
- package/package.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Singleton that tracks the runtime state of the Editor3D UI.
|
|
3
|
+
* Use the static helpers to query state from anywhere in the application.
|
|
4
|
+
*/
|
|
5
|
+
export declare class Editor3DState {
|
|
6
|
+
private static _instance;
|
|
7
|
+
private _isOperationRunning;
|
|
8
|
+
private _isCheckedOutVersion;
|
|
9
|
+
private constructor();
|
|
10
|
+
/**
|
|
11
|
+
* Returns the singleton instance.
|
|
12
|
+
*/
|
|
13
|
+
static getInstance(): Editor3DState;
|
|
14
|
+
/**
|
|
15
|
+
* Returns true if at least one OperationUI panel is currently expanded.
|
|
16
|
+
*/
|
|
17
|
+
static IsOperationOpen(): boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true while an operation request has been sent to the BackendManager
|
|
20
|
+
* and the response has not yet been received.
|
|
21
|
+
*/
|
|
22
|
+
static IsOperationRunning(): boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Sets the operation-running flag and updates the spinner overlay accordingly.
|
|
25
|
+
* Call with `true` before dispatching a backend request and with `false` once
|
|
26
|
+
* the response (or error) has been received.
|
|
27
|
+
*/
|
|
28
|
+
static setOperationRunning(value: boolean): void;
|
|
29
|
+
/**
|
|
30
|
+
* Returns true when the user is viewing a checked-out historical version.
|
|
31
|
+
* All modelling operations should be blocked in this state.
|
|
32
|
+
*/
|
|
33
|
+
static IsCheckedOutVersion(): boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Sets the checked-out-version flag.
|
|
36
|
+
* Call with `true` after a successful checkout and `false` after
|
|
37
|
+
* a trim-to-version or when the user returns to the latest version.
|
|
38
|
+
*/
|
|
39
|
+
static setCheckedOutVersion(value: boolean): void;
|
|
40
|
+
/**
|
|
41
|
+
* Shows or hides the full-screen spinner overlay that blocks UI interaction
|
|
42
|
+
* while a backend operation is in progress.
|
|
43
|
+
*/
|
|
44
|
+
private static _updateSpinnerOverlay;
|
|
45
|
+
}
|
|
@@ -54,6 +54,18 @@ export declare class BackendManager {
|
|
|
54
54
|
* @returns
|
|
55
55
|
*/
|
|
56
56
|
sendToBackend(message: any, endpoint: string): Promise<any>;
|
|
57
|
+
/**
|
|
58
|
+
* Sends a GET request to the backend at the given endpoint.
|
|
59
|
+
* @param endpoint The endpoint path (e.g. '/model-versions/some-id')
|
|
60
|
+
* @returns The parsed JSON response, or throws on error.
|
|
61
|
+
*/
|
|
62
|
+
getFromBackend(endpoint: string): Promise<any>;
|
|
63
|
+
/**
|
|
64
|
+
* Fetches the SERVICE mode flag for a given model environment.
|
|
65
|
+
* @param modelEnvironmentId The model environment ID
|
|
66
|
+
* @returns boolean indicating if the environment is in SERVICE mode
|
|
67
|
+
*/
|
|
68
|
+
getModelEnvironmentServiceMode(modelEnvironmentId: Number): Promise<boolean>;
|
|
57
69
|
/**
|
|
58
70
|
* Along with a message also a binary file is uploaded.
|
|
59
71
|
* @param message
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A single entry in the model version history.
|
|
3
|
+
*/
|
|
4
|
+
export interface ModelVersion {
|
|
5
|
+
/** Unique identifier for this history entry. */
|
|
6
|
+
id: string;
|
|
7
|
+
/** ISO timestamp of when this version was saved. */
|
|
8
|
+
timestamp: string;
|
|
9
|
+
/** The Azure Blob Storage key for the model zip at this version. */
|
|
10
|
+
modelBlobKey: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Client for model-history related API calls.
|
|
14
|
+
* Uses the existing BackendManager for consistent auth, base-URL, and error
|
|
15
|
+
* handling behaviour.
|
|
16
|
+
*/
|
|
17
|
+
export declare class ModelHistoryClient {
|
|
18
|
+
private static _instance;
|
|
19
|
+
private _backendManager;
|
|
20
|
+
private constructor();
|
|
21
|
+
static getInstance(): ModelHistoryClient;
|
|
22
|
+
/**
|
|
23
|
+
* Fetches all stored versions for a given model from the backend.
|
|
24
|
+
* Calls GET /model-versions/{modelId} on the model service.
|
|
25
|
+
* @param modelId The model identifier (UUID).
|
|
26
|
+
* @returns Array of ModelVersion entries ordered oldest → newest.
|
|
27
|
+
*/
|
|
28
|
+
fetchModelVersions(modelId: string): Promise<ModelVersion[]>;
|
|
29
|
+
/**
|
|
30
|
+
* Loads a historical model blob into runtime memory without permanently
|
|
31
|
+
* altering the version history. Uses operation 1004 (checkout_version).
|
|
32
|
+
* @param blobKey The Azure Blob Storage key of the version to check out.
|
|
33
|
+
*/
|
|
34
|
+
checkoutVersion(blobKey: string): Promise<any>;
|
|
35
|
+
/**
|
|
36
|
+
* Permanently trims the version history so that the specified version
|
|
37
|
+
* becomes the latest. Uses operation 1005 (trim_to_version).
|
|
38
|
+
* @param blobKey The Azure Blob Storage key of the version to trim to.
|
|
39
|
+
*/
|
|
40
|
+
trimToVersion(blobKey: string): Promise<any>;
|
|
41
|
+
}
|
|
@@ -64,6 +64,7 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
64
64
|
set_color_by_quality: any;
|
|
65
65
|
set_entity_representation: any;
|
|
66
66
|
clear_model: any;
|
|
67
|
+
update_model_history: any;
|
|
67
68
|
set_element_types: any;
|
|
68
69
|
add_mesh_to_model: any;
|
|
69
70
|
add_temporary_mesh_to_model: any;
|
|
@@ -78,13 +79,10 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
78
79
|
export_STEP_for_selection: any;
|
|
79
80
|
create_load_collection: any;
|
|
80
81
|
update_load_definition: any;
|
|
81
|
-
append_load_definition: any;
|
|
82
82
|
create_material_property: any;
|
|
83
83
|
update_material_property: any;
|
|
84
|
-
append_material_property: any;
|
|
85
84
|
create_element_property: any;
|
|
86
85
|
update_property_definition: any;
|
|
87
|
-
append_property_definition: any;
|
|
88
86
|
create_contact: any;
|
|
89
87
|
update_contact_definition: any;
|
|
90
88
|
create_constraint: any;
|
|
@@ -231,6 +229,11 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
231
229
|
* @param instructions Contains exported STEP file path
|
|
232
230
|
*/
|
|
233
231
|
private export_STEP_for_selection;
|
|
232
|
+
/**
|
|
233
|
+
* Handles model history archive update from ModelService.
|
|
234
|
+
* Receives the complete history archive and initializes ModelHistoryPanel.
|
|
235
|
+
*/
|
|
236
|
+
private update_model_history;
|
|
234
237
|
measure_distance(data: BackendInstructions): Promise<CommandExecutionResponse>;
|
|
235
238
|
/**
|
|
236
239
|
* Helper to wrap socket BackendInstructions into the format expected by
|
|
@@ -239,13 +242,10 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
239
242
|
private wrapAsOperationResult;
|
|
240
243
|
private socket_create_load_collection;
|
|
241
244
|
private socket_update_load_definition;
|
|
242
|
-
private socket_append_load_definition;
|
|
243
245
|
private socket_create_material_property;
|
|
244
246
|
private socket_update_material_property;
|
|
245
|
-
private socket_append_material_property;
|
|
246
247
|
private socket_create_element_property;
|
|
247
248
|
private socket_update_property_definition;
|
|
248
|
-
private socket_append_property_definition;
|
|
249
249
|
private socket_create_contact;
|
|
250
250
|
private socket_update_contact_definition;
|
|
251
251
|
private socket_create_constraint;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ModelData } from "../../../Editor3DAPI";
|
|
2
2
|
export declare class CustomMaterial {
|
|
3
3
|
fileName: string;
|
|
4
|
-
materialDefinitionUID: number;
|
|
5
4
|
densityMode: number;
|
|
6
5
|
elasticMode: number;
|
|
7
6
|
symmetryMode: number;
|
|
8
7
|
materialType: ModelData.dataTypes;
|
|
9
8
|
materialData: number[];
|
|
9
|
+
updateExisting: number;
|
|
10
10
|
constructor(input: {});
|
|
11
11
|
perform(): Promise<boolean>;
|
|
12
12
|
update(): Promise<boolean>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare class Remesh {
|
|
2
2
|
data: {};
|
|
3
|
-
|
|
3
|
+
elementUIDs: number[];
|
|
4
4
|
elementSize: number;
|
|
5
5
|
elementOrder: number;
|
|
6
6
|
meshType: {};
|
|
@@ -27,6 +27,7 @@ export declare class Remesh {
|
|
|
27
27
|
optsteps3d: number;
|
|
28
28
|
secondorder: number;
|
|
29
29
|
usegmsh: boolean;
|
|
30
|
+
groups: number[][];
|
|
30
31
|
constructor(data: {});
|
|
31
32
|
perform(): Promise<boolean>;
|
|
32
33
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as Merge from "./OpMerge";
|
|
2
|
+
import * as AlignNodes from "./OpAlignNodes";
|
|
2
3
|
declare const CAEEditingToolsOperations: {
|
|
4
|
+
AlignNodes: typeof AlignNodes.AlignNodes;
|
|
5
|
+
TemporaryAlignNodes: typeof AlignNodes.TemporaryAlignNodes;
|
|
3
6
|
MergeByNodes: typeof Merge.MergeByNodes;
|
|
4
7
|
MergeByElements: typeof Merge.MergeByElements;
|
|
5
8
|
TemporaryMergeByNodes: typeof Merge.TemporaryMergeByNodes;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class AlignNodes {
|
|
2
|
+
isPreview: boolean;
|
|
3
|
+
firstNodeId: number;
|
|
4
|
+
secondNodeId: number;
|
|
5
|
+
nodeIds: number[];
|
|
6
|
+
constructor(data: {});
|
|
7
|
+
perform(): Promise<import("../../../Network/BackendClient").ApiOperationResponse>;
|
|
8
|
+
}
|
|
9
|
+
export declare class TemporaryAlignNodes {
|
|
10
|
+
private data;
|
|
11
|
+
constructor(data?: {});
|
|
12
|
+
preview(): Promise<import("../../../Network/BackendClient").ApiOperationResponse>;
|
|
13
|
+
reject(): Promise<void>;
|
|
14
|
+
}
|
|
@@ -5,6 +5,8 @@ declare const CAE: {
|
|
|
5
5
|
FreeBorders: typeof import("./InspectionTools/OpFreeBorders").FreeBorders;
|
|
6
6
|
};
|
|
7
7
|
CAEEditingToolsOperations: {
|
|
8
|
+
AlignNodes: typeof import("./EditingTools/OpAlignNodes").AlignNodes;
|
|
9
|
+
TemporaryAlignNodes: typeof import("./EditingTools/OpAlignNodes").TemporaryAlignNodes;
|
|
8
10
|
MergeByNodes: typeof import("./EditingTools/OpMerge").MergeByNodes;
|
|
9
11
|
MergeByElements: typeof import("./EditingTools/OpMerge").MergeByElements;
|
|
10
12
|
TemporaryMergeByNodes: typeof import("./EditingTools/OpMerge").TemporaryMergeByNodes;
|
|
@@ -30,6 +30,8 @@ declare const Operations: {
|
|
|
30
30
|
FreeBorders: typeof import("./CAE/InspectionTools/OpFreeBorders").FreeBorders;
|
|
31
31
|
};
|
|
32
32
|
CAEEditingToolsOperations: {
|
|
33
|
+
AlignNodes: typeof import("./CAE/EditingTools/OpAlignNodes").AlignNodes;
|
|
34
|
+
TemporaryAlignNodes: typeof import("./CAE/EditingTools/OpAlignNodes").TemporaryAlignNodes;
|
|
33
35
|
MergeByNodes: typeof import("./CAE/EditingTools/OpMerge").MergeByNodes;
|
|
34
36
|
MergeByElements: typeof import("./CAE/EditingTools/OpMerge").MergeByElements;
|
|
35
37
|
TemporaryMergeByNodes: typeof import("./CAE/EditingTools/OpMerge").TemporaryMergeByNodes;
|
|
@@ -6,6 +6,8 @@ export declare enum OperationToId {
|
|
|
6
6
|
Common_State_LoadModel = 1001,
|
|
7
7
|
Common_State_SaveModel = 1002,
|
|
8
8
|
Common_State_NewModel = 1003,
|
|
9
|
+
Common_State_CheckoutVersion = 1004,
|
|
10
|
+
Common_State_TrimToVersion = 1005,
|
|
9
11
|
/**
|
|
10
12
|
* Simulation - 10xx
|
|
11
13
|
*/
|
|
@@ -178,6 +180,7 @@ export declare enum OperationToId {
|
|
|
178
180
|
CAE_EditingTools_FlipNormals = 3330,
|
|
179
181
|
CAE_EditingTools_SetElementTypes = 3331,
|
|
180
182
|
CAE_EditingTools_MeshSetOperation = 3340,
|
|
183
|
+
CAE_EditingTools_AlignNodes = 3341,
|
|
181
184
|
/**
|
|
182
185
|
* CAE - Inspection Tools - 34xx
|
|
183
186
|
*/
|
|
@@ -186,19 +189,12 @@ export declare enum OperationToId {
|
|
|
186
189
|
/**
|
|
187
190
|
* CAE - Analysis Tools - 35xx
|
|
188
191
|
*/
|
|
189
|
-
CAE_AnalysisTools_UpdateLoadDefinition = 3500,
|
|
190
192
|
CAE_AnalysisTools_CreateLoadDefinition = 3501,
|
|
191
|
-
CAE_AnalysisTools_UpdateMaterialDefinition = 3510,
|
|
192
193
|
CAE_AnalysisTools_CreateMaterialDefinition = 3511,
|
|
193
|
-
CAE_AnalysisTools_UpdatePropertyDefinition = 3520,
|
|
194
194
|
CAE_AnalysisTools_CreatePropertyDefinition = 3521,
|
|
195
|
-
CAE_AnalysisTools_UpdateContactDefinition = 3530,
|
|
196
195
|
CAE_AnalysisTools_CreateContactDefinition = 3531,
|
|
197
|
-
CAE_AnalysisTools_UpdateConstraintDefinition = 3540,
|
|
198
196
|
CAE_AnalysisTools_CreateConstraintDefinition = 3541,
|
|
199
|
-
CAE_AnalysisTools_UpdateAnalysisStep = 3550,
|
|
200
197
|
CAE_AnalysisTools_CreateAnalysisStep = 3551,
|
|
201
|
-
CAE_AnalysisTools_UpdateOutputDefinition = 3560,
|
|
202
198
|
CAE_AnalysisTools_CreateOutputDefinition = 3561,
|
|
203
199
|
/**
|
|
204
200
|
* CAE - Exports - 40xx
|
|
@@ -4,6 +4,7 @@ import { ViewerCADToolbox } from "./MainMenu/Toolboxes/CADToolbox";
|
|
|
4
4
|
import { ViewerCAEToolbox } from "./MainMenu/Toolboxes/CAEToolbox";
|
|
5
5
|
import { TopBar } from './Topbar/TopBar';
|
|
6
6
|
import { OptionsMenu } from "./OptionsMenu/OptionsMenu";
|
|
7
|
+
import { ModelHistoryPanel } from './ModelHistory/ModelHistoryPanel';
|
|
7
8
|
import { TreeView } from '../../../Viewer3D/UserInterface/UIComponents/TreeView/TreeView';
|
|
8
9
|
import { TreeViewContextMenu } from '../../../Viewer3D/UserInterface/UIComponents/TreeView/TreeView';
|
|
9
10
|
import { ViewerUIComponents } from '../../../Viewer3D/UserInterface/ViewerUIComponents';
|
|
@@ -21,5 +22,6 @@ export declare class EditorUIComponents extends ViewerUIComponents {
|
|
|
21
22
|
viewerCAEToolbox: ViewerCAEToolbox;
|
|
22
23
|
topBar: TopBar;
|
|
23
24
|
optionsMenu: OptionsMenu;
|
|
25
|
+
modelHistoryPanel: ModelHistoryPanel;
|
|
24
26
|
constructor();
|
|
25
27
|
}
|
|
@@ -7,6 +7,8 @@ export declare class Bar 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 Bar 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 Beam 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 momentOfInertiaZInput;
|
|
12
14
|
private momentOfInertiaYInput;
|
|
@@ -59,6 +61,7 @@ export declare class Beam extends Operation {
|
|
|
59
61
|
private addDropDownLists;
|
|
60
62
|
private fields;
|
|
61
63
|
private addActionButtons;
|
|
64
|
+
private loadExistingValues;
|
|
62
65
|
/**
|
|
63
66
|
* Initializes uiComponents on opening the operationUI
|
|
64
67
|
*/
|
|
@@ -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
|
*/
|