Sketcher: Intersection externals

This commit is contained in:
PaddleStroke
2024-11-08 10:57:18 +01:00
committed by WandererFan
parent f3c79302c4
commit 0e5e071d72
12 changed files with 1309 additions and 168 deletions

View File

@@ -253,12 +253,14 @@ carbonCopy(objName:str, asConstruction=True)
<UserDocu>
Add a link to an external geometry.
addExternal(objName:str, subName:str)
addExternal(objName:str, subName:str, bool:defining, bool:intersection)
Args:
objName: The name of the document object to reference.
subName: The name of the sub-element of the object's shape to link as
"external geometry".
defining: Should the external edges be defining or construction?
intersection: Should the external edges be projections or intersections?
</UserDocu>
</Documentation>
</Methode>