Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
99452900
Commit
99452900
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
oops
parent
e20e3892
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Geo/GModelIO_OCC.h
+3
-3
3 additions, 3 deletions
Geo/GModelIO_OCC.h
with
3 additions
and
3 deletions
Geo/GModelIO_OCC.h
+
3
−
3
View file @
99452900
...
@@ -149,9 +149,9 @@ public:
...
@@ -149,9 +149,9 @@ public:
void
addCircleArc
(
int
tag
,
int
tagStart
,
int
tagCenter
,
int
tagEnd
){}
void
addCircleArc
(
int
tag
,
int
tagStart
,
int
tagCenter
,
int
tagEnd
){}
void
addSphere
(
int
tag
,
double
xc
,
double
yc
,
double
zc
,
double
radius
){};
void
addSphere
(
int
tag
,
double
xc
,
double
yc
,
double
zc
,
double
radius
){};
void
addBlock
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
void
addBlock
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
double
x2
,
double
y2
,
double
z2
)
;
double
x2
,
double
y2
,
double
z2
)
{}
void
addCylinder
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
void
addCylinder
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
double
x2
,
double
y2
,
double
z2
,
double
r
)
;
double
x2
,
double
y2
,
double
z2
,
double
r
)
{}
void
addThruSections
(
int
tag
,
std
::
vector
<
std
::
vector
<
int
>
>
tagEdges
){}
void
addThruSections
(
int
tag
,
std
::
vector
<
std
::
vector
<
int
>
>
tagEdges
){}
void
importOCCInternals
(
GModel
*
model
){}
void
importOCCInternals
(
GModel
*
model
){}
std
::
vector
<
int
>
applyBooleanOperator
(
int
tag
,
std
::
vector
<
int
>
applyBooleanOperator
(
int
tag
,
...
@@ -159,7 +159,7 @@ public:
...
@@ -159,7 +159,7 @@ public:
std
::
vector
<
int
>
toolTags
[
4
],
std
::
vector
<
int
>
toolTags
[
4
],
BooleanOperator
op
,
BooleanOperator
op
,
bool
removeShape
=
true
,
bool
removeShape
=
true
,
bool
removeTool
=
true
)
;
bool
removeTool
=
true
)
{}
};
};
#endif
#endif
...
...
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