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.
- package/fcs-core-editor@types/Editor3D/Editor3DAPI.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/Editor3DState.d.ts +33 -0
- package/fcs-core-editor@types/Editor3D/Network/SocketCommandsGateway.d.ts +0 -6
- package/fcs-core-editor@types/Editor3D/Operations/CAD/CreationTools/CreationToolsParentResolver.d.ts +3 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAD/Index.d.ts +6 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/Index.d.ts +9 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByFace.d.ts +19 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByLine.d.ts +14 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByPoint.d.ts +14 -0
- 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/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/Common/Exchange/Simulation.d.ts +3 -0
- package/fcs-core-editor@types/Editor3D/Operations/Index.d.ts +8 -0
- package/fcs-core-editor@types/Editor3D/Operations/OperationCollection.d.ts +4 -7
- package/fcs-core-editor@types/Editor3D/UserInterface/EditorUIData.d.ts +1 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Index.d.ts +6 -4
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/{UIMirrorByVector.d.ts → UIMirrorByFace.d.ts} +15 -16
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByLine.d.ts +41 -0
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByPoint.d.ts +41 -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/OptionsMenu/Operations/RunSimulation/RunSimulationOperation.d.ts +19 -1
- 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/SelectionTools/SelectionHelpers.d.ts +25 -1
- 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/ViewerEntities/VisibleEntities/Tooltip.d.ts +14 -0
- package/package.json +1 -1
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAD/TransformationTools/Mirror/UIMirrorByPlane.d.ts +0 -23
|
@@ -0,0 +1,33 @@
|
|
|
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 constructor();
|
|
9
|
+
/**
|
|
10
|
+
* Returns the singleton instance.
|
|
11
|
+
*/
|
|
12
|
+
static getInstance(): Editor3DState;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if at least one OperationUI panel is currently expanded.
|
|
15
|
+
*/
|
|
16
|
+
static IsOperationOpen(): boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true while an operation request has been sent to the BackendManager
|
|
19
|
+
* and the response has not yet been received.
|
|
20
|
+
*/
|
|
21
|
+
static IsOperationRunning(): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Sets the operation-running flag and updates the spinner overlay accordingly.
|
|
24
|
+
* Call with `true` before dispatching a backend request and with `false` once
|
|
25
|
+
* the response (or error) has been received.
|
|
26
|
+
*/
|
|
27
|
+
static setOperationRunning(value: boolean): void;
|
|
28
|
+
/**
|
|
29
|
+
* Shows or hides the full-screen spinner overlay that blocks UI interaction
|
|
30
|
+
* while a backend operation is in progress.
|
|
31
|
+
*/
|
|
32
|
+
private static _updateSpinnerOverlay;
|
|
33
|
+
}
|
|
@@ -78,13 +78,10 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
78
78
|
export_STEP_for_selection: any;
|
|
79
79
|
create_load_collection: any;
|
|
80
80
|
update_load_definition: any;
|
|
81
|
-
append_load_definition: any;
|
|
82
81
|
create_material_property: any;
|
|
83
82
|
update_material_property: any;
|
|
84
|
-
append_material_property: any;
|
|
85
83
|
create_element_property: any;
|
|
86
84
|
update_property_definition: any;
|
|
87
|
-
append_property_definition: any;
|
|
88
85
|
create_contact: any;
|
|
89
86
|
update_contact_definition: any;
|
|
90
87
|
create_constraint: any;
|
|
@@ -239,13 +236,10 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
239
236
|
private wrapAsOperationResult;
|
|
240
237
|
private socket_create_load_collection;
|
|
241
238
|
private socket_update_load_definition;
|
|
242
|
-
private socket_append_load_definition;
|
|
243
239
|
private socket_create_material_property;
|
|
244
240
|
private socket_update_material_property;
|
|
245
|
-
private socket_append_material_property;
|
|
246
241
|
private socket_create_element_property;
|
|
247
242
|
private socket_update_property_definition;
|
|
248
|
-
private socket_append_property_definition;
|
|
249
243
|
private socket_create_contact;
|
|
250
244
|
private socket_update_contact_definition;
|
|
251
245
|
private socket_create_constraint;
|
package/fcs-core-editor@types/Editor3D/Operations/CAD/CreationTools/CreationToolsParentResolver.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import { ModelData } from "../../../../Viewer3D/DataStorage/ModelData/Index";
|
|
2
|
+
import { Container } from "../../../../Viewer3D/DataStorage/ModelData/Items/Containers/Container";
|
|
3
|
+
export declare function resolveCreationToolsParentItemUID(itemName: string, targetContainer: Container, targetFileType: ModelData.dataTypes, isPreview: boolean, createCopy?: boolean): Promise<number>;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
declare const CAD: {
|
|
2
2
|
CADTransformationTools: {
|
|
3
|
+
MirrorByPoint: typeof import("./TransformationTools/OpMirrorByPoint").MirrorByPoint;
|
|
4
|
+
TemporaryMirrorByPoint: typeof import("./TransformationTools/OpMirrorByPoint").TemporaryMirrorByPoint;
|
|
5
|
+
MirrorByLine: typeof import("./TransformationTools/OpMirrorByLine").MirrorByLine;
|
|
6
|
+
TemporaryMirrorByLine: typeof import("./TransformationTools/OpMirrorByLine").TemporaryMirrorByLine;
|
|
7
|
+
MirrorByFace: typeof import("./TransformationTools/OpMirrorByFace").MirrorByFace;
|
|
8
|
+
TemporaryMirrorByFace: typeof import("./TransformationTools/OpMirrorByFace").TemporaryMirrorByFace;
|
|
3
9
|
ProjectOnFace: typeof import("./TransformationTools/OpProjectOnFace").ProjectOnFace;
|
|
4
10
|
TemporaryProjectOnFace: typeof import("./TransformationTools/OpProjectOnFace").TemporaryProjectOnFace;
|
|
5
11
|
ProjectOnLine: typeof import("./TransformationTools/OpProjectOnLine").ProjectOnLine;
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import * as Translate from "./OpTranslate";
|
|
2
2
|
import * as ProjectOnLine from "./OpProjectOnLine";
|
|
3
3
|
import * as ProjectOnFace from "./OpProjectOnFace";
|
|
4
|
+
import * as MirrorByFace from "./OpMirrorByFace";
|
|
5
|
+
import * as MirrorByLine from "./OpMirrorByLine";
|
|
6
|
+
import * as MirrorByPoint from "./OpMirrorByPoint";
|
|
4
7
|
declare const CADTransformationTools: {
|
|
8
|
+
MirrorByPoint: typeof MirrorByPoint.MirrorByPoint;
|
|
9
|
+
TemporaryMirrorByPoint: typeof MirrorByPoint.TemporaryMirrorByPoint;
|
|
10
|
+
MirrorByLine: typeof MirrorByLine.MirrorByLine;
|
|
11
|
+
TemporaryMirrorByLine: typeof MirrorByLine.TemporaryMirrorByLine;
|
|
12
|
+
MirrorByFace: typeof MirrorByFace.MirrorByFace;
|
|
13
|
+
TemporaryMirrorByFace: typeof MirrorByFace.TemporaryMirrorByFace;
|
|
5
14
|
ProjectOnFace: typeof ProjectOnFace.ProjectOnFace;
|
|
6
15
|
TemporaryProjectOnFace: typeof ProjectOnFace.TemporaryProjectOnFace;
|
|
7
16
|
ProjectOnLine: typeof ProjectOnLine.ProjectOnLine;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ModelData } from '../../../../Viewer3D/DataStorage/ModelData/Index';
|
|
2
|
+
import { Container } from '../../../../Viewer3D/DataStorage/ModelData/Items/Containers/Container';
|
|
3
|
+
export declare class MirrorByFace {
|
|
4
|
+
itemName: string;
|
|
5
|
+
targetUIDs: number[];
|
|
6
|
+
toolUIDs: number[];
|
|
7
|
+
entity1Type: ModelData.dataTypes;
|
|
8
|
+
isPreview: boolean;
|
|
9
|
+
targetContainer: Container;
|
|
10
|
+
targetFileType: ModelData.dataTypes;
|
|
11
|
+
constructor(data: {});
|
|
12
|
+
perform(): Promise<boolean>;
|
|
13
|
+
}
|
|
14
|
+
export declare class TemporaryMirrorByFace {
|
|
15
|
+
private input;
|
|
16
|
+
constructor(input?: {});
|
|
17
|
+
preview(): Promise<void>;
|
|
18
|
+
reject(): Promise<void>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class MirrorByLine {
|
|
2
|
+
itemName: string;
|
|
3
|
+
targetUIDs: number[];
|
|
4
|
+
toolUIDs: number[];
|
|
5
|
+
isPreview: boolean;
|
|
6
|
+
constructor(input: {});
|
|
7
|
+
perform(): Promise<boolean>;
|
|
8
|
+
}
|
|
9
|
+
export declare class TemporaryMirrorByLine {
|
|
10
|
+
private input;
|
|
11
|
+
constructor(input?: {});
|
|
12
|
+
preview(): Promise<void>;
|
|
13
|
+
reject(): Promise<void>;
|
|
14
|
+
}
|
package/fcs-core-editor@types/Editor3D/Operations/CAD/TransformationTools/OpMirrorByPoint.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class MirrorByPoint {
|
|
2
|
+
itemName: string;
|
|
3
|
+
targetUIDs: number[];
|
|
4
|
+
toolUIDs: number[];
|
|
5
|
+
isPreview: boolean;
|
|
6
|
+
constructor(input: {});
|
|
7
|
+
perform(): Promise<boolean>;
|
|
8
|
+
}
|
|
9
|
+
export declare class TemporaryMirrorByPoint {
|
|
10
|
+
private input;
|
|
11
|
+
constructor(input?: {});
|
|
12
|
+
preview(): Promise<void>;
|
|
13
|
+
reject(): Promise<void>;
|
|
14
|
+
}
|
|
@@ -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,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;
|
|
@@ -86,6 +88,12 @@ declare const Operations: {
|
|
|
86
88
|
};
|
|
87
89
|
CAD: {
|
|
88
90
|
CADTransformationTools: {
|
|
91
|
+
MirrorByPoint: typeof import("./CAD/TransformationTools/OpMirrorByPoint").MirrorByPoint;
|
|
92
|
+
TemporaryMirrorByPoint: typeof import("./CAD/TransformationTools/OpMirrorByPoint").TemporaryMirrorByPoint;
|
|
93
|
+
MirrorByLine: typeof import("./CAD/TransformationTools/OpMirrorByLine").MirrorByLine;
|
|
94
|
+
TemporaryMirrorByLine: typeof import("./CAD/TransformationTools/OpMirrorByLine").TemporaryMirrorByLine;
|
|
95
|
+
MirrorByFace: typeof import("./CAD/TransformationTools/OpMirrorByFace").MirrorByFace;
|
|
96
|
+
TemporaryMirrorByFace: typeof import("./CAD/TransformationTools/OpMirrorByFace").TemporaryMirrorByFace;
|
|
89
97
|
ProjectOnFace: typeof import("./CAD/TransformationTools/OpProjectOnFace").ProjectOnFace;
|
|
90
98
|
TemporaryProjectOnFace: typeof import("./CAD/TransformationTools/OpProjectOnFace").TemporaryProjectOnFace;
|
|
91
99
|
ProjectOnLine: typeof import("./CAD/TransformationTools/OpProjectOnLine").ProjectOnLine;
|
|
@@ -114,6 +114,9 @@ export declare enum OperationToId {
|
|
|
114
114
|
CAD_TransformationTools_ProjectOnLine = 2103,
|
|
115
115
|
CAD_TransformationTools_ProjectOnFace_by_Vector = 2104,
|
|
116
116
|
CAD_TransformationTools_ProjectOnFace_by_Normal = 2105,
|
|
117
|
+
CAD_TransformationTools_MirrorByFace = 2106,
|
|
118
|
+
CAD_TransformationTools_MirrorByLine = 2107,
|
|
119
|
+
CAD_TransformationTools_MirrorByPoint = 2108,
|
|
117
120
|
/**
|
|
118
121
|
* CAD - Editing Tools - 22xx
|
|
119
122
|
*/
|
|
@@ -175,6 +178,7 @@ export declare enum OperationToId {
|
|
|
175
178
|
CAE_EditingTools_FlipNormals = 3330,
|
|
176
179
|
CAE_EditingTools_SetElementTypes = 3331,
|
|
177
180
|
CAE_EditingTools_MeshSetOperation = 3340,
|
|
181
|
+
CAE_EditingTools_AlignNodes = 3341,
|
|
178
182
|
/**
|
|
179
183
|
* CAE - Inspection Tools - 34xx
|
|
180
184
|
*/
|
|
@@ -183,19 +187,12 @@ export declare enum OperationToId {
|
|
|
183
187
|
/**
|
|
184
188
|
* CAE - Analysis Tools - 35xx
|
|
185
189
|
*/
|
|
186
|
-
CAE_AnalysisTools_UpdateLoadDefinition = 3500,
|
|
187
190
|
CAE_AnalysisTools_CreateLoadDefinition = 3501,
|
|
188
|
-
CAE_AnalysisTools_UpdateMaterialDefinition = 3510,
|
|
189
191
|
CAE_AnalysisTools_CreateMaterialDefinition = 3511,
|
|
190
|
-
CAE_AnalysisTools_UpdatePropertyDefinition = 3520,
|
|
191
192
|
CAE_AnalysisTools_CreatePropertyDefinition = 3521,
|
|
192
|
-
CAE_AnalysisTools_UpdateContactDefinition = 3530,
|
|
193
193
|
CAE_AnalysisTools_CreateContactDefinition = 3531,
|
|
194
|
-
CAE_AnalysisTools_UpdateConstraintDefinition = 3540,
|
|
195
194
|
CAE_AnalysisTools_CreateConstraintDefinition = 3541,
|
|
196
|
-
CAE_AnalysisTools_UpdateAnalysisStep = 3550,
|
|
197
195
|
CAE_AnalysisTools_CreateAnalysisStep = 3551,
|
|
198
|
-
CAE_AnalysisTools_UpdateOutputDefinition = 3560,
|
|
199
196
|
CAE_AnalysisTools_CreateOutputDefinition = 3561,
|
|
200
197
|
/**
|
|
201
198
|
* CAE - Exports - 40xx
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as LocationByCoordinateTransformation from "./Location/UILocationByCoordinateTransformation";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as MirrorByFace from "./Mirror/UIMirrorByFace";
|
|
3
|
+
import * as MirrorByLine from "./Mirror/UIMirrorByLine";
|
|
4
|
+
import * as MirrorByPoint from "./Mirror/UIMirrorByPoint";
|
|
4
5
|
import * as ProjectOnLine from "./Project/UIProjectOnLine";
|
|
5
6
|
import * as ProjectOnFace from "./Project/UIProjectOnFace";
|
|
6
7
|
import * as RotateByVectorAndAngle from "./Rotate/UIRotateByVectorAndAngle";
|
|
@@ -13,8 +14,9 @@ declare const TransformationTools: {
|
|
|
13
14
|
LocationByCoordinateTransformation: typeof LocationByCoordinateTransformation.LocationByCoordinateTransformation;
|
|
14
15
|
};
|
|
15
16
|
Mirror: {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
MirrorByPoint: typeof MirrorByPoint.MirrorByPoint;
|
|
18
|
+
MirrorByLine: typeof MirrorByLine.MirrorByLine;
|
|
19
|
+
MirrorByFace: typeof MirrorByFace.MirrorByFace;
|
|
18
20
|
};
|
|
19
21
|
Project: {
|
|
20
22
|
ProjectOnFace: typeof ProjectOnFace.ProjectOnFace;
|
|
@@ -1,41 +1,40 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
-
type OnPreviewHandler = (
|
|
3
|
-
type OnAcceptHandler = (
|
|
4
|
-
type OnRejectHandler = (
|
|
5
|
-
export declare class
|
|
2
|
+
type OnPreviewHandler = (input: {}) => Promise<void>;
|
|
3
|
+
type OnAcceptHandler = (input: {}) => Promise<boolean>;
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
|
+
export declare class MirrorByFace extends Operation {
|
|
6
6
|
private entityDropDownMenu_1;
|
|
7
7
|
private entityDropDownMenu_2;
|
|
8
8
|
private readonly onPreviewHandler;
|
|
9
9
|
private readonly onAcceptHandler;
|
|
10
10
|
private readonly onRejectHandler;
|
|
11
11
|
private readonly buttonsContainer;
|
|
12
|
-
private
|
|
13
|
-
private entity_1;
|
|
14
|
-
private entity_2;
|
|
12
|
+
private selectionData;
|
|
15
13
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private setEnabledEntity_2;
|
|
19
|
-
private setActiveButton_2;
|
|
14
|
+
private setEnabledEntity;
|
|
15
|
+
private setActiveButton;
|
|
20
16
|
/**
|
|
21
|
-
* Add entity
|
|
17
|
+
* Add entity buttons
|
|
22
18
|
*/
|
|
23
|
-
private
|
|
24
|
-
private addEntityButton_2;
|
|
19
|
+
private addEntityButtons;
|
|
25
20
|
/**
|
|
26
21
|
* Add action buttons (-> Preview, Accept, Reject)
|
|
27
22
|
*/
|
|
28
23
|
private addActionButtons;
|
|
29
24
|
/**
|
|
30
|
-
*
|
|
25
|
+
* Builds the input object from current UI state
|
|
31
26
|
*/
|
|
27
|
+
private buildInput;
|
|
28
|
+
private onPreview;
|
|
32
29
|
private onAccept;
|
|
30
|
+
private onReject;
|
|
31
|
+
unselect(): void;
|
|
33
32
|
/**
|
|
34
33
|
* Initializes uiComponents on opening the operationUI
|
|
35
34
|
*/
|
|
36
35
|
init(): void;
|
|
37
36
|
/**
|
|
38
|
-
* Resets the gui elements
|
|
37
|
+
* Resets the gui elements to default on closing the operationUI
|
|
39
38
|
*/
|
|
40
39
|
reset(): void;
|
|
41
40
|
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
+
type OnPreviewHandler = (input: {}) => Promise<void>;
|
|
3
|
+
type OnAcceptHandler = (input: {}) => Promise<boolean>;
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
|
+
export declare class MirrorByLine extends Operation {
|
|
6
|
+
private entityDropDownMenu_1;
|
|
7
|
+
private entityDropDownMenu_2;
|
|
8
|
+
private readonly onPreviewHandler;
|
|
9
|
+
private readonly onAcceptHandler;
|
|
10
|
+
private readonly onRejectHandler;
|
|
11
|
+
private readonly buttonsContainer;
|
|
12
|
+
private selectionData;
|
|
13
|
+
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
14
|
+
private setEnabledEntity;
|
|
15
|
+
private setActiveButton;
|
|
16
|
+
/**
|
|
17
|
+
* Add entity buttons
|
|
18
|
+
*/
|
|
19
|
+
private addEntityButtons;
|
|
20
|
+
/**
|
|
21
|
+
* Add action buttons (-> Preview, Accept, Reject)
|
|
22
|
+
*/
|
|
23
|
+
private addActionButtons;
|
|
24
|
+
/**
|
|
25
|
+
* Builds the input object from current UI state
|
|
26
|
+
*/
|
|
27
|
+
private buildInput;
|
|
28
|
+
private onPreview;
|
|
29
|
+
private onAccept;
|
|
30
|
+
private onReject;
|
|
31
|
+
unselect(): void;
|
|
32
|
+
/**
|
|
33
|
+
* Initializes uiComponents on opening the operationUI
|
|
34
|
+
*/
|
|
35
|
+
init(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Resets the gui elements to default on closing the operationUI
|
|
38
|
+
*/
|
|
39
|
+
reset(): void;
|
|
40
|
+
}
|
|
41
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
+
type OnPreviewHandler = (input: {}) => Promise<void>;
|
|
3
|
+
type OnAcceptHandler = (input: {}) => Promise<boolean>;
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
|
+
export declare class MirrorByPoint extends Operation {
|
|
6
|
+
private entityDropDownMenu_1;
|
|
7
|
+
private entityDropDownMenu_2;
|
|
8
|
+
private readonly onPreviewHandler;
|
|
9
|
+
private readonly onAcceptHandler;
|
|
10
|
+
private readonly onRejectHandler;
|
|
11
|
+
private readonly buttonsContainer;
|
|
12
|
+
private selectionData;
|
|
13
|
+
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
14
|
+
private setEnabledEntity;
|
|
15
|
+
private setActiveButton;
|
|
16
|
+
/**
|
|
17
|
+
* Add entity buttons
|
|
18
|
+
*/
|
|
19
|
+
private addEntityButtons;
|
|
20
|
+
/**
|
|
21
|
+
* Add action buttons (-> Preview, Accept, Reject)
|
|
22
|
+
*/
|
|
23
|
+
private addActionButtons;
|
|
24
|
+
/**
|
|
25
|
+
* Builds the input object from current UI state
|
|
26
|
+
*/
|
|
27
|
+
private buildInput;
|
|
28
|
+
private onPreview;
|
|
29
|
+
private onAccept;
|
|
30
|
+
private onReject;
|
|
31
|
+
unselect(): void;
|
|
32
|
+
/**
|
|
33
|
+
* Initializes uiComponents on opening the operationUI
|
|
34
|
+
*/
|
|
35
|
+
init(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Resets the gui elements to default on closing the operationUI
|
|
38
|
+
*/
|
|
39
|
+
reset(): void;
|
|
40
|
+
}
|
|
41
|
+
export {};
|
|
@@ -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
|
*/
|