Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Assembly Tiers CATIA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WZL-IQS-Public
Automated Assembly Sequence Planning
Assembly Tiers CATIA
Commits
445b7c43
Commit
445b7c43
authored
May 23, 2022
by
Sören Münker
Browse files
Options
Downloads
Patches
Plain Diff
meta scripts adjusted
parent
c2e083f8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
Experiments
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CatiaNetTest/AndOrDataExtraction.vb
+12
-9
12 additions, 9 deletions
CatiaNetTest/AndOrDataExtraction.vb
CatiaNetTest/AssemblyTiers2.vb
+14
-12
14 additions, 12 deletions
CatiaNetTest/AssemblyTiers2.vb
with
26 additions
and
21 deletions
CatiaNetTest/AndOrDataExtraction.vb
+
12
−
9
View file @
445b7c43
...
...
@@ -47,7 +47,7 @@ Public Class AndOrDataExtraction
bGenerateANDOR
=
False
bAutomaticStep
=
True
intStep
=
13
dCollSens
=
1
dCollSens
=
2
xlsPath
=
"D:\03_Dissertation\20_Tools\CATIA_NET\ProgData\"
xlsFileName
=
"test_AOG"
...
...
@@ -105,17 +105,20 @@ Public Class AndOrDataExtraction
objSheet_m
.
Cells
(
3
,
1
).
Value
=
"bounding_box_code_type"
objSheet_m
.
Cells
(
3
,
2
).
Value
=
iBoundingBoxCode
objSheet_m
.
Cells
(
4
,
1
).
Value
=
"
step_size
"
objSheet_m
.
Cells
(
4
,
2
).
Value
=
int
Step
objSheet_m
.
Cells
(
4
,
1
).
Value
=
"
auto_step
"
objSheet_m
.
Cells
(
4
,
2
).
Value
=
bAutomatic
Step
objSheet_m
.
Cells
(
5
,
1
).
Value
=
"step_size
_sensitivity
"
objSheet_m
.
Cells
(
5
,
2
).
Value
=
dCollSens
objSheet_m
.
Cells
(
5
,
1
).
Value
=
"step_size"
objSheet_m
.
Cells
(
5
,
2
).
Value
=
intStep
objSheet_m
.
Cells
(
6
,
1
).
Value
=
"
t_liaison
"
objSheet_m
.
Cells
(
6
,
2
).
Value
=
t_liaison
objSheet_m
.
Cells
(
6
,
1
).
Value
=
"
step_size_sensitivity
"
objSheet_m
.
Cells
(
6
,
2
).
Value
=
dCollSens
objSheet_m
.
Cells
(
7
,
1
).
Value
=
"t_mw"
objSheet_m
.
Cells
(
7
,
2
).
Value
=
t_mw
objSheet_m
.
Cells
(
7
,
1
).
Value
=
"t_liaison"
objSheet_m
.
Cells
(
7
,
2
).
Value
=
t_liaison
objSheet_m
.
Cells
(
8
,
1
).
Value
=
"t_mw"
objSheet_m
.
Cells
(
8
,
2
).
Value
=
t_mw
'Save and close excel workbook
...
...
This diff is collapsed.
Click to expand it.
CatiaNetTest/AssemblyTiers2.vb
+
14
−
12
View file @
445b7c43
...
...
@@ -824,24 +824,26 @@ exitCD:
objSheet_m
.
Cells
(
8
,
1
).
Value
=
"connectivity_check"
objSheet_m
.
Cells
(
8
,
2
).
Value
=
bConnectivityCheck
objSheet_m
.
Cells
(
9
,
1
).
Value
=
"
step_size
"
objSheet_m
.
Cells
(
9
,
2
).
Value
=
int
Step
objSheet_m
.
Cells
(
9
,
1
).
Value
=
"
auto_step
"
objSheet_m
.
Cells
(
9
,
2
).
Value
=
bAutomatic
Step
objSheet_m
.
Cells
(
10
,
1
).
Value
=
"step_size
_sensitivity
"
objSheet_m
.
Cells
(
10
,
2
).
Value
=
dCollSens
objSheet_m
.
Cells
(
10
,
1
).
Value
=
"step_size"
objSheet_m
.
Cells
(
10
,
2
).
Value
=
intStep
objSheet_m
.
Cells
(
11
,
1
).
Value
=
"
num_collision_axes
"
objSheet_m
.
Cells
(
11
,
2
).
Value
=
intJ
objSheet_m
.
Cells
(
11
,
1
).
Value
=
"
step_size_sensitivity
"
objSheet_m
.
Cells
(
11
,
2
).
Value
=
dCollSens
objSheet_m
.
Cells
(
12
,
1
).
Value
=
"
selected_base_component
"
objSheet_m
.
Cells
(
12
,
2
).
Value
=
selected_base_compone
nt
objSheet_m
.
Cells
(
12
,
1
).
Value
=
"
num_collision_axes
"
objSheet_m
.
Cells
(
12
,
2
).
Value
=
i
nt
J
objSheet_m
.
Cells
(
13
,
1
).
Value
=
"
t_bounding_box
"
objSheet_m
.
Cells
(
13
,
2
).
Value
=
t_bounding_box
objSheet_m
.
Cells
(
13
,
1
).
Value
=
"
selected_base_component
"
objSheet_m
.
Cells
(
13
,
2
).
Value
=
selected_base_component
objSheet_m
.
Cells
(
14
,
1
).
Value
=
"t_
assembly_tiers_method
"
objSheet_m
.
Cells
(
14
,
2
).
Value
=
t_
assembly_tiers
objSheet_m
.
Cells
(
14
,
1
).
Value
=
"t_
bounding_box
"
objSheet_m
.
Cells
(
14
,
2
).
Value
=
t_
bounding_box
objSheet_m
.
Cells
(
15
,
1
).
Value
=
"t_assembly_tiers_method"
objSheet_m
.
Cells
(
15
,
2
).
Value
=
t_assembly_tiers
'Save and close excel workbook
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment