Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
305d80dc
Commit
305d80dc
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Fix Python exception type.
parent
da92836b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/geom/doc/composite.rst
+2
-2
2 additions, 2 deletions
modules/geom/doc/composite.rst
with
2 additions
and
2 deletions
modules/geom/doc/composite.rst
+
2
−
2
View file @
305d80dc
...
...
@@ -449,7 +449,7 @@ Operations on Geometrical Objects
:param rhs: Second object
:type rhs: :class:`Line2`, :class:`Line3`, :class:`Plane`
:raises: :exc:`
GeomE
xception` when the two objects do not intersect
:raises: :exc:`
~e
xception
s.RuntimeError
` when the two objects do not intersect
:rtype: :class:`Vec3` (:class:`Vec2` in case of :class:`Line2`)
.. function:: IntersectionLine(plane2, plane2)
...
...
@@ -461,7 +461,7 @@ Operations on Geometrical Objects
:param plane2: The second plane
:type plane2: :class:`Plane`
:raises: :exc:
GeomE
xception if the two planes are parallel.
:raises: :exc:
`~e
xception
s.RuntimeError`
if the two planes are parallel.
.. function:: Distance(lhs, rhs)
...
...
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