Skip to content

Commit ad34933

Browse files
committed
Add GeometryBase to the type hints
1 parent 7bbc670 commit ad34933

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ An alternative is to include them in your packaging steps, e.g. calling `python
148148
string values (their respective Guids are not listed here for readability):
149149
`none`, `ghdoc`, `float`, `bool`, `int`, `complex`, `str`, `datetime`, `guid`,
150150
`color`, `point`, `vector`, `plane`, `interval`, `uvinterval`, `box`, `transform`,
151-
`line`, `circle`, `arc`, `polyline`, `rectangle`, `curve`, `mesh`, `surface`, `subd`, `brep`.
151+
`line`, `circle`, `arc`, `polyline`, `rectangle`, `curve`, `mesh`, `surface`, `subd`, `brep`, `geometrybase`.
152152
* `reverse`: **(optional)** Defines whether data inside the parameter is reversed. Defaults to `False`.
153153
* `simplify`: **(optional)** Defines whether data inside the parameter is simplified. Defaults to `False`.
154154
* `flatten`: **(optional)** Defines whether data inside the parameter is flattened. Mutually exclusive with `graft`. Defaults to `False`.

componentize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
surface="f4070a37-c822-410f-9057-100d2e22a22d",
4949
subd="20f4ca9c-6c90-4fd6-ba8a-5bf9ca79db08",
5050
brep="2ceb0405-fdfe-403d-a4d6-8786da45fb9d",
51+
geometrybase="c37956f4-d39c-49c7-af71-1e87f8031b26",
5152
)
5253

5354
EXPOSURE = dict(valid=set([-1, 2, 4, 8, 16, 32, 64, 128]), default=2)

0 commit comments

Comments
 (0)