documentation fixes/updates
This commit is contained in:
parent
7ac0d8a907
commit
fea6cc5abb
2 changed files with 3 additions and 3 deletions
|
|
@ -39,4 +39,4 @@ pip3 install git+https://mpxd.net/code/jan/masque.git@release
|
||||||
* Construct from bitmap
|
* Construct from bitmap
|
||||||
* Boolean operations on polygons (using pyclipper)
|
* Boolean operations on polygons (using pyclipper)
|
||||||
* Implement shape/cell properties
|
* Implement shape/cell properties
|
||||||
* Implement OASIS-style repetitions for shapes
|
* Deal with shape repetitions for dxf, svg
|
||||||
|
|
|
||||||
|
|
@ -142,8 +142,8 @@ def write(patterns: Union[Pattern, List[Pattern]],
|
||||||
Args:
|
Args:
|
||||||
patterns: A Pattern or list of patterns to write to file.
|
patterns: A Pattern or list of patterns to write to file.
|
||||||
stream: Stream to write to.
|
stream: Stream to write to.
|
||||||
*args: passed to `oasis.build()`
|
*args: passed to `masque.file.gdsii.build()`
|
||||||
**kwargs: passed to `oasis.build()`
|
**kwargs: passed to `masque.file.gdsii.build()`
|
||||||
"""
|
"""
|
||||||
lib = build(patterns, *args, **kwargs)
|
lib = build(patterns, *args, **kwargs)
|
||||||
lib.save(stream)
|
lib.save(stream)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue