fcs-core-viewer 0.48.0 → 0.50.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/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_0D_1D/Manual/UICreateNode.d.ts +1 -1
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_0D_1D/Manual/UIDistributingCoupling.d.ts +1 -1
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/MainMenu/Operations/CAE/CreationTools_0D_1D/Manual/UIKinematicCoupling.d.ts +1 -1
- package/fcs-core-editor@types/Editor3D/UserInterface/UIComponents/OptionsMenu/Operations/RunSimulation/RunSimulationOperation.d.ts +3 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Index.d.ts +136 -128
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Items/Files/CSystem.d.ts +20 -0
- package/fcs-core-editor@types/Viewer3D/DataStorage/ModelData/Items/Files/Orientation.d.ts +20 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/EntityButton.d.ts +2 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/LabeledInputField.d.ts +1 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/ModeSelector.d.ts +1 -0
- package/fcs-core-editor@types/Viewer3D/UserInterface/UIComponents/BuildingBlocks/OperationPanelComponents/SelectionInputField.d.ts +2 -0
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ export declare class DistributingCoupling extends Operation {
|
|
|
15
15
|
private availableEntities_2;
|
|
16
16
|
private weight;
|
|
17
17
|
private modeOptions;
|
|
18
|
-
private
|
|
18
|
+
private dynamicComponents;
|
|
19
19
|
private elementTypeSelect;
|
|
20
20
|
private selectionData;
|
|
21
21
|
static Modes: {
|
|
@@ -21,6 +21,8 @@ export declare class RunSimulationOperation extends Operation {
|
|
|
21
21
|
private simulationSettingsContainer;
|
|
22
22
|
private simulationSettings;
|
|
23
23
|
private simulationButtons;
|
|
24
|
+
private computationalParamsDetails;
|
|
25
|
+
private computationalParamsContainer;
|
|
24
26
|
private nameInput;
|
|
25
27
|
private jobName;
|
|
26
28
|
private analysisStepSelectionInput;
|
|
@@ -39,6 +41,7 @@ export declare class RunSimulationOperation extends Operation {
|
|
|
39
41
|
private buildContainers;
|
|
40
42
|
private addFields;
|
|
41
43
|
private createNumberField;
|
|
44
|
+
private buildComputationalParamsSection;
|
|
42
45
|
private addAnalysisStepSelectionInput;
|
|
43
46
|
private addActionButtons;
|
|
44
47
|
private updateRunButtonState;
|
|
@@ -40,6 +40,8 @@ import * as Hexa_8N from './Elements/ElementShapes/PermanentElementShapes/Hexa_8
|
|
|
40
40
|
import * as GeomPart from './Items/Files/Part';
|
|
41
41
|
import * as MeshPart from './Items/Files/Mesh';
|
|
42
42
|
import * as Thread from './Items/Files/Thread';
|
|
43
|
+
import * as Orientation from './Items/Files/Orientation';
|
|
44
|
+
import * as CSystem from './Items/Files/CSystem';
|
|
43
45
|
import * as Nodeset from './Items/Files/SetTypes/Nodeset';
|
|
44
46
|
import * as Elementset from './Items/Files/SetTypes/Elementset';
|
|
45
47
|
import * as LoadDefinition from './Items/Files/LoadDefinition';
|
|
@@ -315,6 +317,8 @@ export declare namespace ModelData {
|
|
|
315
317
|
Elementset: typeof Elementset.Elementset;
|
|
316
318
|
Nodeset: typeof Nodeset.Nodeset;
|
|
317
319
|
Thread: typeof Thread.Thread;
|
|
320
|
+
CSystem: typeof CSystem.CSystem;
|
|
321
|
+
Orientation: typeof Orientation.Orientation;
|
|
318
322
|
MeshPart: typeof MeshPart.MeshPart;
|
|
319
323
|
GeomPart: typeof GeomPart.GeomPart;
|
|
320
324
|
};
|
|
@@ -353,105 +357,107 @@ export declare namespace ModelData {
|
|
|
353
357
|
TopoMesh2D = 13,
|
|
354
358
|
TopoMesh3D = 14,
|
|
355
359
|
TopoMass = 15,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
360
|
+
Vector = 16,
|
|
361
|
+
CoordinateSystem = 17,
|
|
362
|
+
GeomPart = 18,
|
|
363
|
+
Orientation = 19,
|
|
364
|
+
CSystem = 20,
|
|
365
|
+
Thread = 21,
|
|
366
|
+
MeshPart = 22,
|
|
367
|
+
Nodeset = 23,
|
|
368
|
+
Elementset = 24,
|
|
369
|
+
LoadDefinition = 25,
|
|
370
|
+
MaterialDefinition = 26,
|
|
371
|
+
PropertyDefinition = 27,
|
|
372
|
+
ContactDefinition = 28,
|
|
373
|
+
ConstraintDefinition = 29,
|
|
374
|
+
AnalysisStep = 30,
|
|
375
|
+
OutputDefinition = 31,
|
|
376
|
+
Assembly = 32,
|
|
377
|
+
GeometryContainer = 33,
|
|
378
|
+
MeshContainer = 34,
|
|
379
|
+
SystemContainer = 35,
|
|
380
|
+
Set = 36,
|
|
381
|
+
LoadContainer = 37,
|
|
382
|
+
MaterialContainer = 38,
|
|
383
|
+
PropertyContainer = 39,
|
|
384
|
+
ContactContainer = 40,
|
|
385
|
+
ConstraintContainer = 41,
|
|
386
|
+
AnalysisContainer = 42,
|
|
387
|
+
OutputContainer = 43,
|
|
388
|
+
CollaborationContainer = 44,
|
|
389
|
+
BoundaryCondition = 45,
|
|
390
|
+
ConcentratedForce = 46,
|
|
391
|
+
ConcentratedMoment = 47,
|
|
392
|
+
Pressure = 48,
|
|
393
|
+
Displacement = 49,
|
|
394
|
+
Velocity = 50,
|
|
395
|
+
Acceleration = 51,
|
|
396
|
+
Temperature = 52,
|
|
397
|
+
CustomMaterial = 53,
|
|
398
|
+
GeneralSolid = 54,
|
|
399
|
+
GeneralShell = 55,
|
|
400
|
+
GeneralBeam = 56,
|
|
401
|
+
Rectangle = 57,
|
|
402
|
+
Circle = 58,
|
|
403
|
+
GeneralBar = 59,
|
|
404
|
+
SpringNodeToGround = 60,
|
|
405
|
+
SpringNodeToNode = 61,
|
|
406
|
+
SpringElementBased = 62,
|
|
407
|
+
DashpotNodeToGround = 63,
|
|
408
|
+
DashpotNodeToNode = 64,
|
|
409
|
+
DashpotElementBased = 65,
|
|
410
|
+
ConcentratedMass = 66,
|
|
411
|
+
ArealDistributedMass = 67,
|
|
412
|
+
LinearDistributedMass = 68,
|
|
413
|
+
ContactPair = 69,
|
|
414
|
+
GlobalContact = 70,
|
|
415
|
+
TIEconstraint = 71,
|
|
416
|
+
MPCconstraint = 72,
|
|
417
|
+
LinearStatic = 73,
|
|
418
|
+
NonlinearStatic = 74,
|
|
419
|
+
LinearBuckling = 75,
|
|
420
|
+
Modal = 76,
|
|
421
|
+
DynamicImplicit = 77,
|
|
422
|
+
DynamicExplicit = 78,
|
|
423
|
+
DynamicHarmonic = 79,
|
|
424
|
+
AtNodes = 80,
|
|
425
|
+
AtCorners = 81,
|
|
426
|
+
AtIntegrationPoints = 82,
|
|
427
|
+
DisplacementComponents = 83,
|
|
428
|
+
VelocityComponents = 84,
|
|
429
|
+
AccelerationComponents = 85,
|
|
430
|
+
StrainComponents = 86,
|
|
431
|
+
StressComponents = 87,
|
|
432
|
+
EquivalentStresses = 88,
|
|
433
|
+
PrincipalStresses = 89,
|
|
434
|
+
EquivalentStrains = 90,
|
|
435
|
+
PrincipalStrains = 91,
|
|
436
|
+
ReactionForces = 92,
|
|
437
|
+
ElementForces = 93,
|
|
438
|
+
TotalStrainComponents = 94,
|
|
439
|
+
ElasticStrainComponents = 95,
|
|
440
|
+
PlasticStrainComponents = 96,
|
|
441
|
+
LogarithmicStrainComponents = 97,
|
|
442
|
+
EquivalentPlasticStrain = 98,
|
|
443
|
+
ContactPressure = 99,
|
|
444
|
+
ContactShearStresses = 100,
|
|
445
|
+
ContactState = 101,
|
|
446
|
+
ContactGap = 102,
|
|
447
|
+
ContactSlip = 103,
|
|
448
|
+
ContactForces = 104,
|
|
449
|
+
InternalEnergy = 105,
|
|
450
|
+
StrainEnergy = 106,
|
|
451
|
+
PlasticDissipation = 107,
|
|
452
|
+
ExternalWork = 108,
|
|
453
|
+
ContactDissipation = 109,
|
|
454
|
+
KineticEnergy = 110,
|
|
455
|
+
DampingEnergy = 111,
|
|
456
|
+
ModeShapes = 112,
|
|
457
|
+
LoadFactors = 113,
|
|
458
|
+
Eigenfrequencies = 114,
|
|
459
|
+
MassParticipationFactor = 115,
|
|
460
|
+
DirectionParticipationFactor = 116
|
|
455
461
|
}
|
|
456
462
|
enum elementTopologies {
|
|
457
463
|
Node_1N = 15,
|
|
@@ -507,8 +513,8 @@ export declare namespace ModelData {
|
|
|
507
513
|
6: typeof TopoWire.TopoWire;
|
|
508
514
|
7: typeof TopoShell.TopoShell;
|
|
509
515
|
8: typeof TopoSolid.TopoSolid;
|
|
510
|
-
|
|
511
|
-
|
|
516
|
+
16: typeof Vector.Vector;
|
|
517
|
+
17: typeof CoordinateSystem.CoordinateSystem;
|
|
512
518
|
9: typeof TopoElement.TopoElement;
|
|
513
519
|
10: typeof TopoNode.TopoNode;
|
|
514
520
|
11: typeof TopoMesh0D.TopoMesh0D;
|
|
@@ -517,33 +523,35 @@ export declare namespace ModelData {
|
|
|
517
523
|
14: typeof TopoMesh3D.TopoMesh3D;
|
|
518
524
|
};
|
|
519
525
|
itemTypes: {
|
|
520
|
-
|
|
521
|
-
19: typeof
|
|
522
|
-
20: typeof
|
|
523
|
-
21: typeof
|
|
524
|
-
22: typeof
|
|
525
|
-
23: typeof
|
|
526
|
-
24: typeof
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
27: typeof
|
|
531
|
-
28: typeof
|
|
532
|
-
29: typeof
|
|
533
|
-
30: typeof
|
|
534
|
-
31: typeof
|
|
535
|
-
32: typeof
|
|
536
|
-
33: typeof
|
|
537
|
-
34: typeof
|
|
538
|
-
35: typeof
|
|
539
|
-
36: typeof
|
|
540
|
-
37: typeof
|
|
541
|
-
38: typeof
|
|
542
|
-
39: typeof
|
|
543
|
-
40: typeof
|
|
544
|
-
41: typeof
|
|
545
|
-
|
|
546
|
-
|
|
526
|
+
18: typeof GeomPart.GeomPart;
|
|
527
|
+
19: typeof Orientation.Orientation;
|
|
528
|
+
20: typeof CSystem.CSystem;
|
|
529
|
+
21: typeof Thread.Thread;
|
|
530
|
+
22: typeof MeshPart.MeshPart;
|
|
531
|
+
23: typeof Nodeset.Nodeset;
|
|
532
|
+
24: typeof Elementset.Elementset;
|
|
533
|
+
25: typeof LoadDefinition.LoadDefinition;
|
|
534
|
+
26: typeof MaterialDefinition.MaterialDefinition;
|
|
535
|
+
53: typeof MaterialDefinition.MaterialDefinition;
|
|
536
|
+
27: typeof PropertyDefinition.PropertyDefinition;
|
|
537
|
+
28: typeof ContactDefinition.ContactDefinition;
|
|
538
|
+
29: typeof ConstraintDefinition.ConstraintDefinition;
|
|
539
|
+
30: typeof AnalysisStep.AnalysisStep;
|
|
540
|
+
31: typeof OutputDefinition.OutputDefinition;
|
|
541
|
+
32: typeof Assembly.Assembly;
|
|
542
|
+
33: typeof Geometry.Geometry;
|
|
543
|
+
34: typeof Mesh.Mesh;
|
|
544
|
+
35: typeof System.System;
|
|
545
|
+
36: typeof Set.Set;
|
|
546
|
+
37: typeof LoadContainer.Load;
|
|
547
|
+
38: typeof MaterialContainer.Material;
|
|
548
|
+
39: typeof PropertyContainer.Property;
|
|
549
|
+
40: typeof ContactContainer.Contact;
|
|
550
|
+
41: typeof ConstraintContainer.Constraint;
|
|
551
|
+
42: typeof AnalysisContainer.Analysis;
|
|
552
|
+
43: typeof OutputContainer.Output;
|
|
553
|
+
45: typeof LoadDefinition.LoadDefinition;
|
|
554
|
+
46: typeof LoadDefinition.LoadDefinition;
|
|
547
555
|
};
|
|
548
556
|
};
|
|
549
557
|
const dataTypesCollector: dataTypes[];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { File } from "./File";
|
|
2
|
+
export declare class CSystem extends File {
|
|
3
|
+
static title: string;
|
|
4
|
+
private static csystemIDs_used;
|
|
5
|
+
private static csystemIDs_unused;
|
|
6
|
+
constructor(data: {});
|
|
7
|
+
private createVID;
|
|
8
|
+
/**
|
|
9
|
+
* Delete content from database and treeHTML
|
|
10
|
+
*/
|
|
11
|
+
delete(): void;
|
|
12
|
+
/**
|
|
13
|
+
* Select and highlight all shapes in a file
|
|
14
|
+
*/
|
|
15
|
+
select(): void;
|
|
16
|
+
highlight(colorData: any[]): void;
|
|
17
|
+
setColor(colorData: any[]): void;
|
|
18
|
+
setOpacity(): void;
|
|
19
|
+
setVisibility(): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { File } from "./File";
|
|
2
|
+
export declare class Orientation extends File {
|
|
3
|
+
static title: string;
|
|
4
|
+
private static orientationIDs_used;
|
|
5
|
+
private static orientationIDs_unused;
|
|
6
|
+
constructor(data: {});
|
|
7
|
+
private createVID;
|
|
8
|
+
/**
|
|
9
|
+
* Delete content from database and treeHTML
|
|
10
|
+
*/
|
|
11
|
+
delete(): void;
|
|
12
|
+
/**
|
|
13
|
+
* Select and highlight all shapes in a file
|
|
14
|
+
*/
|
|
15
|
+
select(): void;
|
|
16
|
+
highlight(colorData: any[]): void;
|
|
17
|
+
setColor(colorData: any[]): void;
|
|
18
|
+
setOpacity(): void;
|
|
19
|
+
setVisibility(): void;
|
|
20
|
+
}
|
|
@@ -20,6 +20,7 @@ export declare class SelectionInputField {
|
|
|
20
20
|
private selectionLimit;
|
|
21
21
|
private div_treeHTML;
|
|
22
22
|
private labeledInputField;
|
|
23
|
+
private itemName;
|
|
23
24
|
constructor(config: LabeledInputConfig);
|
|
24
25
|
getLabeledInputField(): LabeledInputField;
|
|
25
26
|
getData(): number[];
|
|
@@ -28,5 +29,6 @@ export declare class SelectionInputField {
|
|
|
28
29
|
private focusIn;
|
|
29
30
|
private collectSelectedItems;
|
|
30
31
|
private pressEscapeButton;
|
|
32
|
+
validate(): boolean;
|
|
31
33
|
}
|
|
32
34
|
export {};
|