fcs-core-viewer 0.32.3 → 0.34.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/Network/SocketCommandsGateway.d.ts +2 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/CreateElement.d.ts +8 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/Extrude2D.d.ts +7 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/Index.d.ts +10 -5
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/MeshFace.d.ts +6 -3
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/{CreatePatch.d.ts → MeshPatch.d.ts} +8 -2
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/{Remesh2D.d.ts → Remesh.d.ts} +8 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_3D/Index.d.ts +3 -2
- package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_3D/VolumeMesh.d.ts +8 -1
- package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/Index.d.ts +2 -0
- package/fcs-core-editor@types/Editor3D/Operations/CAE/EditingTools/Merge.d.ts +18 -2
- package/fcs-core-editor@types/Editor3D/Operations/CAE/Index.d.ts +12 -4
- package/fcs-core-editor@types/Editor3D/Operations/Index.d.ts +12 -4
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Advanced/AdvancedMeshFace.d.ts +1 -2
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Advanced/{AdvancedRemesh2D.d.ts → AdvancedMeshPatch.d.ts} +5 -3
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Advanced/{AdvancedCreatePatch.d.ts → AdvancedRemesh.d.ts} +5 -3
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Basic/BasicExtrude.d.ts +5 -2
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Index.d.ts +4 -4
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_2D/Manual/ManualElementCreation.d.ts +4 -3
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_3D/Advanced/AdvancedMeshVolume.d.ts +8 -7
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/Merge/EditingToolsByElements.d.ts +7 -4
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/EditingTools/Merge/EditingToolsByNodes.d.ts +6 -3
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/BorderMaterial.d.ts +2 -1
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/ContourMaterial.d.ts +6 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/Index.d.ts +10 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/MeshMaterial.d.ts +1 -1
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/TempBorderMaterial.d.ts +7 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/TempElement0DMaterial.d.ts +7 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/TempElement1DMaterial.d.ts +7 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/TempElement2DMaterial.d.ts +7 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/MaterialData/TempElement3DMaterial.d.ts +7 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{BorderContainer.d.ts → PermanentContainers/BorderContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{EdgeContainer.d.ts → PermanentContainers/EdgeContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{Element0DContainer.d.ts → PermanentContainers/Element0DContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{Element1DContainer.d.ts → PermanentContainers/Element1DContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{Element3DContainer.d.ts → PermanentContainers/Element3DContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{ElementContainer.d.ts → PermanentContainers/ElementContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{FaceContainer.d.ts → PermanentContainers/FaceContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{LineContainer.d.ts → PermanentContainers/LineContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{NodeContainer.d.ts → PermanentContainers/NodeContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{PointContainer.d.ts → PermanentContainers/PointContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{VectorContainer.d.ts → PermanentContainers/VectorContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/{VertexContainer.d.ts → PermanentContainers/VertexContainer.d.ts} +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainer0D.d.ts +11 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainer1D.d.ts +9 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainer2D.d.ts +18 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainer3D.d.ts +11 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainerBorder.d.ts +18 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainerSeed.d.ts +12 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Containers/TemporaryContainers/TempContainers.d.ts +21 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Hexa_8N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Line_2N.d.ts +1 -1
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Node_1N.d.ts +1 -1
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Prism_6N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Pyramid_5N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Quad_4N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Tetra_4N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/{ElementTopologies → ElementShapes/PermanentElementShapes}/Tria_3N.d.ts +2 -2
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/{Utilities → Elements/ElementShapes/TemporaryElementShapes}/EdgeSeed.d.ts +9 -19
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempHexa_8N.d.ts +44 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempLine_2N.d.ts +6 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempNode_1N.d.ts +4 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempPrism_6N.d.ts +35 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempPyramid_5N.d.ts +32 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempQuad_4N.d.ts +15 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempTetra_4N.d.ts +26 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/TempTria_3N.d.ts +13 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/index.d.ts +19 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Index.d.ts +33 -21
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/OctreeDataStructure/Octree.d.ts +10 -10
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Shapes/Mesh/TemporaryShape/TempMesh.d.ts +12 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/VisualEntities/Collaboration.d.ts +0 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/OperationData/Index.d.ts +6 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/OperationData/OperationData.d.ts +14 -6
- package/fcs-core-editor@types/Viewer3D/DataStorage/SelectionData.d.ts +1 -1
- package/fcs-core-editor@types/Viewer3D/Loader/MESHLoader/Index.d.ts +4 -4
- package/fcs-core-editor@types/Viewer3D/{ViewerEntities/VisibleEntities/TemporaryMesh.d.ts → Loader/MESHLoader/TempMeshReader.d.ts} +18 -27
- package/fcs-core-editor@types/Viewer3D/Viewer3DAPI.d.ts +0 -1
- package/fcs-core-editor@types/Viewer3D/ViewerEntities/Index.d.ts +0 -1
- package/fcs-core-editor@types/Viewer3D/ViewerEntities/VisibleEntities/Index.d.ts +0 -2
- package/fcs-core-editor@types/Viewer3D/Wrapper/Viewer3DWrapper.d.ts +6 -0
- package/package.json +1 -1
- package/fcs-core-editor@types/Viewer3D/DataStorage/Index.d.ts +0 -5
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Utilities/TempContainers.d.ts +0 -51
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Utilities/TempMesh.d.ts +0 -66
- /package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/{Utilities/CSystem.d.ts → VisualEntities/Annotation.d.ts} +0 -0
- /package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/{Utilities/TempGeom.d.ts → VisualEntities/CSystem.d.ts} +0 -0
- /package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/{Utilities → VisualEntities}/Label.d.ts +0 -0
- /package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/{Utilities → VisualEntities}/Vector.d.ts +0 -0
- /package/fcs-core-editor@types/Viewer3D/Loader/MESHLoader/{mshpReader.d.ts → mshpReader_DEPRECATED.d.ts} +0 -0
|
@@ -65,6 +65,7 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
65
65
|
clear_model: any;
|
|
66
66
|
set_element_types: any;
|
|
67
67
|
modify_mesh: any;
|
|
68
|
+
add_temporary_mesh_to_model: any;
|
|
68
69
|
commit_to_document: any;
|
|
69
70
|
remove_from_model: any;
|
|
70
71
|
add_container: any;
|
|
@@ -195,6 +196,7 @@ export declare class SocketCommandsGateway implements IBackendEvents {
|
|
|
195
196
|
* @param instructions
|
|
196
197
|
*/
|
|
197
198
|
modify_mesh(instructions: BackendInstructions): Promise<CommandExecutionResponse>;
|
|
199
|
+
add_temporary_mesh_to_model(instructions: BackendInstructions): Promise<CommandExecutionResponse>;
|
|
198
200
|
/**
|
|
199
201
|
* Saves the currently active model's path, it will mark it as saveable.
|
|
200
202
|
* ToDo: For any other changes that were not committed to, we will need to
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { ModelData } from "../../../../Viewer3D/DataStorage/ModelData/Index";
|
|
2
2
|
import { ElementData } from "../../../../Viewer3D/DataStorage/ModelData/Elements/ElementTypes/ElementTypes";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class Element2DByNodes {
|
|
4
4
|
iShapes: any[];
|
|
5
5
|
elementShape: ModelData.elementTopologies;
|
|
6
6
|
elementType: ElementData.ElementTypes;
|
|
7
7
|
elementOrder: typeof ModelData.gmshData.settings.elementOrder;
|
|
8
|
+
isPreview: boolean;
|
|
8
9
|
checkQuality2D: boolean;
|
|
9
10
|
qualityMeasure: number;
|
|
10
11
|
comparisonCondition: number;
|
|
@@ -12,3 +13,9 @@ export declare class CreateElementByNodes {
|
|
|
12
13
|
constructor(data: {});
|
|
13
14
|
perform(): Promise<boolean>;
|
|
14
15
|
}
|
|
16
|
+
export declare class TemporaryElement2DByNodes {
|
|
17
|
+
private data;
|
|
18
|
+
constructor(data?: {});
|
|
19
|
+
preview(): Promise<void>;
|
|
20
|
+
reject(): Promise<void>;
|
|
21
|
+
}
|
|
@@ -2,6 +2,7 @@ export declare class Extrude2DByNodes {
|
|
|
2
2
|
elementUIDs: number[];
|
|
3
3
|
nodeUIDs: number[];
|
|
4
4
|
elementCount: number;
|
|
5
|
+
isPreview: boolean;
|
|
5
6
|
checkQuality2D: boolean;
|
|
6
7
|
qualityMeasure: number;
|
|
7
8
|
comparisonCondition: number;
|
|
@@ -9,3 +10,9 @@ export declare class Extrude2DByNodes {
|
|
|
9
10
|
constructor(data: {});
|
|
10
11
|
perform(): Promise<boolean>;
|
|
11
12
|
}
|
|
13
|
+
export declare class TemporaryExtrude2DByNodes {
|
|
14
|
+
private data;
|
|
15
|
+
constructor(data?: {});
|
|
16
|
+
preview(): Promise<void>;
|
|
17
|
+
reject(): Promise<void>;
|
|
18
|
+
}
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import * as ManualElementCreation from "./CreateElement";
|
|
2
2
|
import * as Extrude2D from "./Extrude2D";
|
|
3
3
|
import * as MeshFace from "./MeshFace";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
4
|
+
import * as Remesh from "./Remesh";
|
|
5
|
+
import * as MeshPatch from "./MeshPatch";
|
|
6
6
|
declare const CAECreationTools2DOperations: {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
MeshPatch: typeof MeshPatch.MeshPatch;
|
|
8
|
+
TemporaryMeshPatch: typeof MeshPatch.TemporaryMeshPatch;
|
|
9
|
+
Remesh: typeof Remesh.Remesh;
|
|
10
|
+
TemporaryRemesh: typeof Remesh.TemporaryRemesh;
|
|
9
11
|
MeshFace: typeof MeshFace.MeshFace;
|
|
12
|
+
TemporaryMeshFace: typeof MeshFace.TemporaryMeshFace;
|
|
10
13
|
Extrude2DByNodes: typeof Extrude2D.Extrude2DByNodes;
|
|
11
|
-
|
|
14
|
+
TemporaryExtrude2DByNodes: typeof Extrude2D.TemporaryExtrude2DByNodes;
|
|
15
|
+
Element2DByNodes: typeof ManualElementCreation.Element2DByNodes;
|
|
16
|
+
TemporaryElement2DByNodes: typeof ManualElementCreation.TemporaryElement2DByNodes;
|
|
12
17
|
};
|
|
13
18
|
export { CAECreationTools2DOperations };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as THREE from "../../../../Viewer3D/three/build/three.module";
|
|
2
|
-
import { EdgeSeed } from "../../../../Viewer3D/DataStorage/ModelData/
|
|
2
|
+
import { EdgeSeed } from "../../../../Viewer3D/DataStorage/ModelData/Elements/ElementShapes/TemporaryElementShapes/EdgeSeed";
|
|
3
3
|
export declare class MeshFace {
|
|
4
4
|
data: {};
|
|
5
5
|
meshName: string;
|
|
@@ -22,9 +22,12 @@ export declare class MeshFace {
|
|
|
22
22
|
recombineNodePositioning: number;
|
|
23
23
|
recombineOptimizeTopology: number;
|
|
24
24
|
element2DMaterial: THREE.ShaderMaterial;
|
|
25
|
-
private static _placedMeshOrder;
|
|
26
|
-
private response;
|
|
27
25
|
constructor(data?: {});
|
|
28
26
|
perform(): Promise<void>;
|
|
27
|
+
}
|
|
28
|
+
export declare class TemporaryMeshFace {
|
|
29
|
+
private data;
|
|
30
|
+
constructor(data?: {});
|
|
31
|
+
preview(): Promise<void>;
|
|
29
32
|
reject(): Promise<void>;
|
|
30
33
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class MeshPatch {
|
|
2
2
|
data: {};
|
|
3
3
|
faceUIDs: number[];
|
|
4
4
|
elementSize: number;
|
|
5
5
|
elementOrder: number;
|
|
6
6
|
meshType: {};
|
|
7
|
+
isPreview: boolean;
|
|
7
8
|
checkQuality2D: boolean;
|
|
8
9
|
qualityMeasure: number;
|
|
9
10
|
comparisonCondition: number;
|
|
@@ -14,8 +15,13 @@ export declare class CreatePatch {
|
|
|
14
15
|
recombineMinimumQuality: number;
|
|
15
16
|
recombineNodePositioning: number;
|
|
16
17
|
recombineOptimizeTopology: number;
|
|
17
|
-
private static _placedMeshOrder;
|
|
18
18
|
iEntities: any[];
|
|
19
19
|
constructor(data: {});
|
|
20
20
|
perform(): Promise<boolean>;
|
|
21
21
|
}
|
|
22
|
+
export declare class TemporaryMeshPatch {
|
|
23
|
+
private data;
|
|
24
|
+
constructor(data?: {});
|
|
25
|
+
preview(): Promise<void>;
|
|
26
|
+
reject(): Promise<void>;
|
|
27
|
+
}
|
package/fcs-core-editor@types/Editor3D/Operations/CAE/CreationTools_2D/{Remesh2D.d.ts → Remesh.d.ts}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class Remesh {
|
|
2
2
|
data: {};
|
|
3
3
|
faceUIDs: number[];
|
|
4
4
|
elementSize: number;
|
|
5
5
|
elementOrder: number;
|
|
6
6
|
meshType: {};
|
|
7
|
+
isPreview: boolean;
|
|
7
8
|
checkQuality2D: boolean;
|
|
8
9
|
qualityMeasure: number;
|
|
9
10
|
comparisonCondition: number;
|
|
@@ -17,3 +18,9 @@ export declare class Remesh2D {
|
|
|
17
18
|
constructor(data: {});
|
|
18
19
|
perform(): Promise<boolean>;
|
|
19
20
|
}
|
|
21
|
+
export declare class TemporaryRemesh {
|
|
22
|
+
private data;
|
|
23
|
+
constructor(data?: {});
|
|
24
|
+
preview(): Promise<void>;
|
|
25
|
+
reject(): Promise<void>;
|
|
26
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as MeshVolumeFromElements from "./VolumeMesh";
|
|
2
2
|
declare const CAECreationTools3DOperations: {
|
|
3
|
-
|
|
3
|
+
MeshVolumeFromElements: typeof MeshVolumeFromElements.MeshVolumeFromElements;
|
|
4
|
+
TemporaryMeshVolumeFromElements: typeof MeshVolumeFromElements.TemporaryMeshVolumeFromElements;
|
|
4
5
|
};
|
|
5
6
|
export { CAECreationTools3DOperations };
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class MeshVolumeFromElements {
|
|
2
2
|
meshName: string;
|
|
3
3
|
elementUIDs: number[];
|
|
4
4
|
elementSize: number;
|
|
5
5
|
elementOrder: number;
|
|
6
|
+
isPreview: boolean;
|
|
6
7
|
constructor(data: {});
|
|
7
8
|
perform(): Promise<boolean>;
|
|
8
9
|
}
|
|
10
|
+
export declare class TemporaryMeshVolumeFromElements {
|
|
11
|
+
private data;
|
|
12
|
+
constructor(data?: {});
|
|
13
|
+
preview(): Promise<void>;
|
|
14
|
+
reject(): Promise<void>;
|
|
15
|
+
}
|
|
@@ -2,5 +2,7 @@ import * as Merge from "./Merge";
|
|
|
2
2
|
declare const CAEEditingToolsOperations: {
|
|
3
3
|
MergeByNodes: typeof Merge.MergeByNodes;
|
|
4
4
|
MergeByElements: typeof Merge.MergeByElements;
|
|
5
|
+
TemporaryMergeByNodes: typeof Merge.TemporaryMergeByNodes;
|
|
6
|
+
TemporaryMergeByElements: typeof Merge.TemporaryMergeByElements;
|
|
5
7
|
};
|
|
6
8
|
export { CAEEditingToolsOperations };
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
export declare class MergeByNodes {
|
|
2
|
+
isPreview: boolean;
|
|
2
3
|
checkQuality2D: boolean;
|
|
3
4
|
qualityMeasure: number;
|
|
4
5
|
comparisonCondition: number;
|
|
5
6
|
limit: number;
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
node1Ids: number[];
|
|
8
|
+
node2Id: number;
|
|
9
|
+
constructor(data: {});
|
|
10
|
+
perform(): Promise<void>;
|
|
8
11
|
}
|
|
9
12
|
export declare class MergeByElements {
|
|
10
13
|
elementUIDs: number[];
|
|
11
14
|
tolerance: number;
|
|
15
|
+
isPreview: boolean;
|
|
12
16
|
checkQuality2D: boolean;
|
|
13
17
|
qualityMeasure: number;
|
|
14
18
|
comparisonCondition: number;
|
|
@@ -16,3 +20,15 @@ export declare class MergeByElements {
|
|
|
16
20
|
constructor(data: {});
|
|
17
21
|
perform(): Promise<void>;
|
|
18
22
|
}
|
|
23
|
+
export declare class TemporaryMergeByNodes {
|
|
24
|
+
private data;
|
|
25
|
+
constructor(data?: {});
|
|
26
|
+
preview(): Promise<void>;
|
|
27
|
+
reject(): Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
export declare class TemporaryMergeByElements {
|
|
30
|
+
private data;
|
|
31
|
+
constructor(data?: {});
|
|
32
|
+
preview(): Promise<void>;
|
|
33
|
+
reject(): Promise<void>;
|
|
34
|
+
}
|
|
@@ -2,16 +2,24 @@ declare const CAE: {
|
|
|
2
2
|
CAEEditingToolsOperations: {
|
|
3
3
|
MergeByNodes: typeof import("./EditingTools/Merge").MergeByNodes;
|
|
4
4
|
MergeByElements: typeof import("./EditingTools/Merge").MergeByElements;
|
|
5
|
+
TemporaryMergeByNodes: typeof import("./EditingTools/Merge").TemporaryMergeByNodes;
|
|
6
|
+
TemporaryMergeByElements: typeof import("./EditingTools/Merge").TemporaryMergeByElements;
|
|
5
7
|
};
|
|
6
8
|
CAECreationTools3DOperations: {
|
|
7
|
-
|
|
9
|
+
MeshVolumeFromElements: typeof import("./CreationTools_3D/VolumeMesh").MeshVolumeFromElements;
|
|
10
|
+
TemporaryMeshVolumeFromElements: typeof import("./CreationTools_3D/VolumeMesh").TemporaryMeshVolumeFromElements;
|
|
8
11
|
};
|
|
9
12
|
CAECreationTools2DOperations: {
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
MeshPatch: typeof import("./CreationTools_2D/MeshPatch").MeshPatch;
|
|
14
|
+
TemporaryMeshPatch: typeof import("./CreationTools_2D/MeshPatch").TemporaryMeshPatch;
|
|
15
|
+
Remesh: typeof import("./CreationTools_2D/Remesh").Remesh;
|
|
16
|
+
TemporaryRemesh: typeof import("./CreationTools_2D/Remesh").TemporaryRemesh;
|
|
12
17
|
MeshFace: typeof import("./CreationTools_2D/MeshFace").MeshFace;
|
|
18
|
+
TemporaryMeshFace: typeof import("./CreationTools_2D/MeshFace").TemporaryMeshFace;
|
|
13
19
|
Extrude2DByNodes: typeof import("./CreationTools_2D/Extrude2D").Extrude2DByNodes;
|
|
14
|
-
|
|
20
|
+
TemporaryExtrude2DByNodes: typeof import("./CreationTools_2D/Extrude2D").TemporaryExtrude2DByNodes;
|
|
21
|
+
Element2DByNodes: typeof import("./CreationTools_2D/CreateElement").Element2DByNodes;
|
|
22
|
+
TemporaryElement2DByNodes: typeof import("./CreationTools_2D/CreateElement").TemporaryElement2DByNodes;
|
|
15
23
|
};
|
|
16
24
|
CAECreationTools_0D_1D_Operations: {
|
|
17
25
|
CreateDistributingCoupling: typeof import("./CreationTools_0D_1D/CreateDistributingCoupling").CreateDistributingCoupling;
|
|
@@ -26,16 +26,24 @@ declare const Operations: {
|
|
|
26
26
|
CAEEditingToolsOperations: {
|
|
27
27
|
MergeByNodes: typeof import("./CAE/EditingTools/Merge").MergeByNodes;
|
|
28
28
|
MergeByElements: typeof import("./CAE/EditingTools/Merge").MergeByElements;
|
|
29
|
+
TemporaryMergeByNodes: typeof import("./CAE/EditingTools/Merge").TemporaryMergeByNodes;
|
|
30
|
+
TemporaryMergeByElements: typeof import("./CAE/EditingTools/Merge").TemporaryMergeByElements;
|
|
29
31
|
};
|
|
30
32
|
CAECreationTools3DOperations: {
|
|
31
|
-
|
|
33
|
+
MeshVolumeFromElements: typeof import("./CAE/CreationTools_3D/VolumeMesh").MeshVolumeFromElements;
|
|
34
|
+
TemporaryMeshVolumeFromElements: typeof import("./CAE/CreationTools_3D/VolumeMesh").TemporaryMeshVolumeFromElements;
|
|
32
35
|
};
|
|
33
36
|
CAECreationTools2DOperations: {
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
MeshPatch: typeof import("./CAE/CreationTools_2D/MeshPatch").MeshPatch;
|
|
38
|
+
TemporaryMeshPatch: typeof import("./CAE/CreationTools_2D/MeshPatch").TemporaryMeshPatch;
|
|
39
|
+
Remesh: typeof import("./CAE/CreationTools_2D/Remesh").Remesh;
|
|
40
|
+
TemporaryRemesh: typeof import("./CAE/CreationTools_2D/Remesh").TemporaryRemesh;
|
|
36
41
|
MeshFace: typeof import("./CAE/CreationTools_2D/MeshFace").MeshFace;
|
|
42
|
+
TemporaryMeshFace: typeof import("./CAE/CreationTools_2D/MeshFace").TemporaryMeshFace;
|
|
37
43
|
Extrude2DByNodes: typeof import("./CAE/CreationTools_2D/Extrude2D").Extrude2DByNodes;
|
|
38
|
-
|
|
44
|
+
TemporaryExtrude2DByNodes: typeof import("./CAE/CreationTools_2D/Extrude2D").TemporaryExtrude2DByNodes;
|
|
45
|
+
Element2DByNodes: typeof import("./CAE/CreationTools_2D/CreateElement").Element2DByNodes;
|
|
46
|
+
TemporaryElement2DByNodes: typeof import("./CAE/CreationTools_2D/CreateElement").TemporaryElement2DByNodes;
|
|
39
47
|
};
|
|
40
48
|
CAECreationTools_0D_1D_Operations: {
|
|
41
49
|
CreateDistributingCoupling: typeof import("./CAE/CreationTools_0D_1D/CreateDistributingCoupling").CreateDistributingCoupling;
|
|
@@ -2,7 +2,6 @@ import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComp
|
|
|
2
2
|
import { DropdownList } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/DropdownList";
|
|
3
3
|
import { LabeledInputField } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/LabeledInputField";
|
|
4
4
|
import { gmshData } from "../../../../../../../../Viewer3D/DataStorage/MeshData/gmshData";
|
|
5
|
-
import { IViewerHtmlElement } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/HtmlElementInterface";
|
|
6
5
|
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
7
6
|
type OnAcceptHandler = (data: {}) => Promise<void>;
|
|
8
7
|
type OnRejectHandler = () => Promise<void>;
|
|
@@ -22,7 +21,7 @@ export declare class AdvancedMeshFace extends Operation {
|
|
|
22
21
|
private readonly availableEntities;
|
|
23
22
|
private selectionData;
|
|
24
23
|
private element2DMaterial;
|
|
25
|
-
uiComponents
|
|
24
|
+
private uiComponents;
|
|
26
25
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
27
26
|
private setEnabledEntity;
|
|
28
27
|
private setActiveButton;
|
|
@@ -3,10 +3,10 @@ import { DropdownList } from "../../../../../../../../Viewer3D/UserInterface/UIC
|
|
|
3
3
|
import { LabeledInputField } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/LabeledInputField";
|
|
4
4
|
import { IViewerHtmlElement } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/HtmlElementInterface";
|
|
5
5
|
import { gmshData } from "../../../../../../../../Viewer3D/DataStorage/MeshData/gmshData";
|
|
6
|
-
type OnPreviewHandler = (
|
|
6
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
7
7
|
type OnAcceptHandler = (data: {}) => Promise<boolean>;
|
|
8
|
-
type OnRejectHandler = (
|
|
9
|
-
export declare class
|
|
8
|
+
type OnRejectHandler = () => Promise<void>;
|
|
9
|
+
export declare class AdvancedMeshPatch extends Operation {
|
|
10
10
|
private entityDropDownMenu;
|
|
11
11
|
meshTypeSelect_1: DropdownList<{}>;
|
|
12
12
|
elementOrderSelect_1: DropdownList<gmshData.settings.elementOrder>;
|
|
@@ -58,9 +58,11 @@ export declare class AdvancedRemesh2D extends Operation {
|
|
|
58
58
|
* Reset default settings
|
|
59
59
|
*/
|
|
60
60
|
reset(): void;
|
|
61
|
+
private onPreview;
|
|
61
62
|
/**
|
|
62
63
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
63
64
|
*/
|
|
64
65
|
private onAccept;
|
|
66
|
+
private onReject;
|
|
65
67
|
}
|
|
66
68
|
export {};
|
|
@@ -3,10 +3,10 @@ import { DropdownList } from "../../../../../../../../Viewer3D/UserInterface/UIC
|
|
|
3
3
|
import { LabeledInputField } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/LabeledInputField";
|
|
4
4
|
import { IViewerHtmlElement } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/HtmlElementInterface";
|
|
5
5
|
import { gmshData } from "../../../../../../../../Viewer3D/DataStorage/MeshData/gmshData";
|
|
6
|
-
type OnPreviewHandler = (
|
|
6
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
7
7
|
type OnAcceptHandler = (data: {}) => Promise<boolean>;
|
|
8
|
-
type OnRejectHandler = (
|
|
9
|
-
export declare class
|
|
8
|
+
type OnRejectHandler = () => Promise<void>;
|
|
9
|
+
export declare class AdvancedRemesh extends Operation {
|
|
10
10
|
private entityDropDownMenu;
|
|
11
11
|
meshTypeSelect_1: DropdownList<{}>;
|
|
12
12
|
elementOrderSelect_1: DropdownList<gmshData.settings.elementOrder>;
|
|
@@ -58,9 +58,11 @@ export declare class AdvancedCreatePatch extends Operation {
|
|
|
58
58
|
* Reset default settings
|
|
59
59
|
*/
|
|
60
60
|
reset(): void;
|
|
61
|
+
private onPreview;
|
|
61
62
|
/**
|
|
62
63
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
63
64
|
*/
|
|
64
65
|
private onAccept;
|
|
66
|
+
private onReject;
|
|
65
67
|
}
|
|
66
68
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
-
type OnPreviewHandler = (
|
|
2
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
3
3
|
type OnAcceptHandler = (data: {}) => Promise<boolean>;
|
|
4
|
-
type OnRejectHandler = (
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
5
|
export declare class BasicExtrude extends Operation {
|
|
6
6
|
private readonly onPreviewHandler;
|
|
7
7
|
private readonly onAcceptHandler;
|
|
@@ -18,6 +18,7 @@ export declare class BasicExtrude extends Operation {
|
|
|
18
18
|
private readonly inputsContainer;
|
|
19
19
|
private selectionData;
|
|
20
20
|
private element2DMaterial;
|
|
21
|
+
private uiComponents;
|
|
21
22
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
22
23
|
private setEnabledEntity;
|
|
23
24
|
private setActiveButton;
|
|
@@ -47,9 +48,11 @@ export declare class BasicExtrude extends Operation {
|
|
|
47
48
|
* Reset default settings
|
|
48
49
|
*/
|
|
49
50
|
reset(): void;
|
|
51
|
+
private onPreview;
|
|
50
52
|
/**
|
|
51
53
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
52
54
|
*/
|
|
53
55
|
private onAccept;
|
|
56
|
+
private onReject;
|
|
54
57
|
}
|
|
55
58
|
export {};
|
|
@@ -5,9 +5,9 @@ import * as BasicFill from "./Basic/BasicFill";
|
|
|
5
5
|
import * as BasicOffset from "./Basic/BasicOffset";
|
|
6
6
|
import * as BasicRevolute from "./Basic/BasicRevolute";
|
|
7
7
|
import * as BasicSweep from "./Basic/BasicSweep";
|
|
8
|
-
import * as
|
|
8
|
+
import * as AdvancedMeshPatch from "./Advanced/AdvancedMeshPatch";
|
|
9
9
|
import * as AdvancedMeshFace from "./Advanced/AdvancedMeshFace";
|
|
10
|
-
import * as
|
|
10
|
+
import * as AdvancedRemesh from "./Advanced/AdvancedRemesh";
|
|
11
11
|
declare const CreationTools_2D: {
|
|
12
12
|
Manual: {
|
|
13
13
|
ManualElementCreation: typeof ManualElementCreation.ManualElementCreation;
|
|
@@ -21,9 +21,9 @@ declare const CreationTools_2D: {
|
|
|
21
21
|
BasicExtend: typeof BasicExtend.BasicExtend;
|
|
22
22
|
};
|
|
23
23
|
Advanced: {
|
|
24
|
-
|
|
24
|
+
AdvancedRemesh: typeof AdvancedRemesh.AdvancedRemesh;
|
|
25
25
|
AdvancedMeshFace: typeof AdvancedMeshFace.AdvancedMeshFace;
|
|
26
|
-
|
|
26
|
+
AdvancedMeshPatch: typeof AdvancedMeshPatch.AdvancedMeshPatch;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
export { CreationTools_2D };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
2
|
import { IViewerHtmlElement } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/HtmlElementInterface";
|
|
3
|
-
type OnPreviewHandler = (
|
|
3
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
4
4
|
type OnAcceptHandler = (data: {}) => Promise<boolean>;
|
|
5
|
-
type OnRejectHandler = (
|
|
5
|
+
type OnRejectHandler = () => Promise<void>;
|
|
6
6
|
export declare class ManualElementCreation extends Operation {
|
|
7
7
|
private readonly onPreviewHandler;
|
|
8
8
|
private readonly onAcceptHandler;
|
|
@@ -15,7 +15,6 @@ export declare class ManualElementCreation extends Operation {
|
|
|
15
15
|
private elementShapeOptions;
|
|
16
16
|
private elementTypeOptions;
|
|
17
17
|
private elementOrderOptions;
|
|
18
|
-
private entity;
|
|
19
18
|
private readonly availableEntities;
|
|
20
19
|
private selectionData;
|
|
21
20
|
private element2DMaterial;
|
|
@@ -53,9 +52,11 @@ export declare class ManualElementCreation extends Operation {
|
|
|
53
52
|
* Reset default settings
|
|
54
53
|
*/
|
|
55
54
|
reset(): void;
|
|
55
|
+
private onPreview;
|
|
56
56
|
/**
|
|
57
57
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
58
58
|
*/
|
|
59
59
|
private onAccept;
|
|
60
|
+
private onReject;
|
|
60
61
|
}
|
|
61
62
|
export {};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
-
type OnPreviewHandler = (
|
|
2
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
3
3
|
type OnAcceptHandler = (data: {}) => Promise<boolean>;
|
|
4
|
-
type OnRejectHandler = (
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
5
|
export declare class AdvancedMeshVolume extends Operation {
|
|
6
|
+
private entityDropDownMenu;
|
|
7
|
+
private elementOrderSelect;
|
|
8
|
+
private elementSizeInput;
|
|
6
9
|
private readonly onPreviewHandler;
|
|
7
10
|
private readonly onAcceptHandler;
|
|
8
11
|
private readonly onRejectHandler;
|
|
9
12
|
private readonly buttonsContainer;
|
|
10
13
|
private readonly inputContainer;
|
|
11
|
-
private entityDropDownMenu;
|
|
12
14
|
private elementOrderOptions;
|
|
13
|
-
private elementSizeInput;
|
|
14
|
-
private elementOrderSelect;
|
|
15
|
-
private readonly availableEntities;
|
|
16
|
-
private entity;
|
|
17
15
|
private elementSize;
|
|
16
|
+
private readonly availableEntities;
|
|
18
17
|
private selectionData;
|
|
19
18
|
private uiComponents;
|
|
20
19
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
@@ -49,9 +48,11 @@ export declare class AdvancedMeshVolume extends Operation {
|
|
|
49
48
|
* Reset default settings
|
|
50
49
|
*/
|
|
51
50
|
reset(): void;
|
|
51
|
+
private onPreview;
|
|
52
52
|
/**
|
|
53
53
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
54
54
|
*/
|
|
55
55
|
private onAccept;
|
|
56
|
+
private onReject;
|
|
56
57
|
}
|
|
57
58
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
-
type OnPreviewHandler = (
|
|
3
|
-
type OnAcceptHandler = (data: {}) => void
|
|
4
|
-
type OnRejectHandler = (
|
|
2
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
3
|
+
type OnAcceptHandler = (data: {}) => Promise<void>;
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
5
|
export declare class EditingToolsByElements extends Operation {
|
|
6
|
-
private readonly
|
|
6
|
+
private readonly onPreviewHandler;
|
|
7
7
|
private readonly onAcceptHandler;
|
|
8
8
|
private readonly onRejectHandler;
|
|
9
9
|
private readonly buttonsContainer;
|
|
@@ -15,6 +15,7 @@ export declare class EditingToolsByElements extends Operation {
|
|
|
15
15
|
private readonly inputsContainer;
|
|
16
16
|
private selectionData;
|
|
17
17
|
private element2DMaterial;
|
|
18
|
+
private uiComponents;
|
|
18
19
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
19
20
|
private setEnabledEntity;
|
|
20
21
|
private setActiveButton;
|
|
@@ -40,9 +41,11 @@ export declare class EditingToolsByElements extends Operation {
|
|
|
40
41
|
* Reset default settings
|
|
41
42
|
*/
|
|
42
43
|
reset(): void;
|
|
44
|
+
private onPreview;
|
|
43
45
|
/**
|
|
44
46
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
45
47
|
*/
|
|
46
48
|
private onAccept;
|
|
49
|
+
private onReject;
|
|
47
50
|
}
|
|
48
51
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Operation } from "../../../../../../../../Viewer3D/UserInterface/UIComponents/BuildingBlocks/MainMenuComponents/Operation";
|
|
2
|
-
type OnPreviewHandler = (
|
|
2
|
+
type OnPreviewHandler = (data: {}) => Promise<void>;
|
|
3
3
|
type OnAcceptHandler = (data: {}) => Promise<void>;
|
|
4
|
-
type OnRejectHandler = (
|
|
4
|
+
type OnRejectHandler = () => Promise<void>;
|
|
5
5
|
export declare class EditingToolsByNodes extends Operation {
|
|
6
|
-
private readonly
|
|
6
|
+
private readonly onPreviewHandler;
|
|
7
7
|
private readonly onAcceptHandler;
|
|
8
8
|
private readonly onRejectHandler;
|
|
9
9
|
private readonly buttonsContainer;
|
|
@@ -13,6 +13,7 @@ export declare class EditingToolsByNodes extends Operation {
|
|
|
13
13
|
private entityDropDownMenu_2;
|
|
14
14
|
private selectionData;
|
|
15
15
|
private element2DMaterial;
|
|
16
|
+
private uiComponents;
|
|
16
17
|
constructor(onPreview?: OnPreviewHandler, onAccept?: OnAcceptHandler, onReject?: OnRejectHandler);
|
|
17
18
|
private setEnabledEntity;
|
|
18
19
|
private setActiveButton;
|
|
@@ -39,9 +40,11 @@ export declare class EditingToolsByNodes extends Operation {
|
|
|
39
40
|
* Reset default settings
|
|
40
41
|
*/
|
|
41
42
|
reset(): void;
|
|
43
|
+
private onPreview;
|
|
42
44
|
/**
|
|
43
45
|
* Extracts the selected entities from dict 'selected' and starts the attached task
|
|
44
46
|
*/
|
|
45
47
|
private onAccept;
|
|
48
|
+
private onReject;
|
|
46
49
|
}
|
|
47
50
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as THREE from '../../three/build/three.module';
|
|
2
|
-
|
|
2
|
+
import { ContourMaterial } from './ContourMaterial';
|
|
3
|
+
export declare class BorderMaterial extends ContourMaterial {
|
|
3
4
|
static instance: BorderMaterial;
|
|
4
5
|
constructor(currentCamera: THREE.OrthographicCamera);
|
|
5
6
|
static getInstance(): BorderMaterial;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as THREE from '../../three/build/three.module';
|
|
2
|
+
export declare class ContourMaterial extends THREE.ShaderMaterial {
|
|
3
|
+
static instance: ContourMaterial;
|
|
4
|
+
constructor(currentCamera: THREE.OrthographicCamera, offsetFactor?: number, offsetUnits?: number);
|
|
5
|
+
static getInstance(): ContourMaterial;
|
|
6
|
+
}
|
|
@@ -10,7 +10,17 @@ import * as Element3DMaterial from './Element3DMaterial';
|
|
|
10
10
|
import * as Element2DMaterial from './Element2DMaterial';
|
|
11
11
|
import * as Element1DMaterial from './Element1DMaterial';
|
|
12
12
|
import * as Element0DMaterial from './Element0DMaterial';
|
|
13
|
+
import * as TempElement3DMaterial from './TempElement3DMaterial';
|
|
14
|
+
import * as TempElement2DMaterial from './TempElement2DMaterial';
|
|
15
|
+
import * as TempElement1DMaterial from './TempElement1DMaterial';
|
|
16
|
+
import * as TempElement0DMaterial from './TempElement0DMaterial';
|
|
17
|
+
import * as TempBorderMaterial from './TempBorderMaterial';
|
|
13
18
|
declare const MaterialData: {
|
|
19
|
+
TempBorderMaterial: typeof TempBorderMaterial.TempBorderMaterial;
|
|
20
|
+
TempElement0DMaterial: typeof TempElement0DMaterial.TempElement0DMaterial;
|
|
21
|
+
TempElement1DMaterial: typeof TempElement1DMaterial.TempElement1DMaterial;
|
|
22
|
+
TempElement2DMaterial: typeof TempElement2DMaterial.TempElement2DMaterial;
|
|
23
|
+
TempElement3DMaterial: typeof TempElement3DMaterial.TempElement3DMaterial;
|
|
14
24
|
Element0DMaterial: typeof Element0DMaterial.Element0DMaterial;
|
|
15
25
|
Element1DMaterial: typeof Element1DMaterial.Element1DMaterial;
|
|
16
26
|
Element2DMaterial: typeof Element2DMaterial.Element2DMaterial;
|
|
@@ -2,7 +2,7 @@ import * as THREE from '../../three/build/three.module';
|
|
|
2
2
|
export declare class MeshMaterial extends THREE.ShaderMaterial {
|
|
3
3
|
static instance: MeshMaterial;
|
|
4
4
|
gpuPicking: boolean;
|
|
5
|
-
constructor(ambientLight: THREE.AmbientLight, directionalLights: THREE.DirectionalLight[], side: any, offset: boolean);
|
|
5
|
+
constructor(ambientLight: THREE.AmbientLight, directionalLights: THREE.DirectionalLight[], side: any, offset: boolean, offsetFactor?: number, offsetUnits?: number);
|
|
6
6
|
static getInstance(): MeshMaterial;
|
|
7
7
|
}
|
|
8
8
|
export declare class FaceMaterial extends MeshMaterial {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as THREE from '../../three/build/three.module';
|
|
2
|
+
import { ContourMaterial } from './ContourMaterial';
|
|
3
|
+
export declare class TempBorderMaterial extends ContourMaterial {
|
|
4
|
+
static instance: TempBorderMaterial;
|
|
5
|
+
constructor(currentCamera: THREE.OrthographicCamera);
|
|
6
|
+
static getInstance(): TempBorderMaterial;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as THREE from '../../three/build/three.module';
|
|
2
|
+
import { Element0DMaterial } from './Element0DMaterial';
|
|
3
|
+
export declare class TempElement0DMaterial extends Element0DMaterial {
|
|
4
|
+
static instance: TempElement0DMaterial;
|
|
5
|
+
constructor(currentCamera: THREE.OrthographicCamera);
|
|
6
|
+
static getInstance(): TempElement0DMaterial;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as THREE from '../../three/build/three.module';
|
|
2
|
+
import { Element1DMaterial } from './Element1DMaterial';
|
|
3
|
+
export declare class TempElement1DMaterial extends Element1DMaterial {
|
|
4
|
+
static instance: TempElement1DMaterial;
|
|
5
|
+
constructor(currentCamera: THREE.OrthographicCamera);
|
|
6
|
+
static getInstance(): TempElement1DMaterial;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as THREE from '../../three/build/three.module';
|
|
2
|
+
import { MeshMaterial } from "./MeshMaterial";
|
|
3
|
+
export declare class TempElement2DMaterial extends MeshMaterial {
|
|
4
|
+
static instance: TempElement2DMaterial;
|
|
5
|
+
constructor(ambientLight: THREE.AmbientLight, directionalLights: THREE.DirectionalLight[]);
|
|
6
|
+
static getInstance(): TempElement2DMaterial;
|
|
7
|
+
}
|