mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
draft - adding missing init files
This commit is contained in:
parent
44c3bac548
commit
10ec85bcf5
2 changed files with 4 additions and 1 deletions
|
|
@ -163,6 +163,7 @@ __all__ = [
|
|||
"LinearJoint",
|
||||
"CylindricalJoint",
|
||||
"BallJoint",
|
||||
"DraftAngleError",
|
||||
# Exporter classes
|
||||
"Export2D",
|
||||
"ExportDXF",
|
||||
|
|
@ -197,6 +198,7 @@ __all__ = [
|
|||
"add",
|
||||
"bounding_box",
|
||||
"chamfer",
|
||||
"draft",
|
||||
"extrude",
|
||||
"fillet",
|
||||
"full_round",
|
||||
|
|
|
|||
|
|
@ -61,12 +61,13 @@ from .one_d import (
|
|||
topo_explore_connected_faces,
|
||||
)
|
||||
from .two_d import Face, Shell, Mixin2D, sort_wires_by_build_order
|
||||
from .three_d import Solid, Mixin3D
|
||||
from .three_d import Solid, Mixin3D, DraftAngleError
|
||||
from .composite import Compound, Curve, Sketch, Part
|
||||
|
||||
__all__ = [
|
||||
"Shape",
|
||||
"Comparable",
|
||||
"DraftAngleError",
|
||||
"ShapePredicate",
|
||||
"GroupBy",
|
||||
"ShapeList",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue