Use arrays for multiple geometry (#5770)
* Parse [T] instead of T[] for array types Signed-off-by: Nick Cameron <nrc@ncameron.org> * homogenous arrays, type coercion, remove solid set and sketch set, etc Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -128,9 +128,9 @@ impl StdLibFnArg {
|
||||
""
|
||||
};
|
||||
if self.type_ == "Sketch"
|
||||
|| self.type_ == "SketchSet"
|
||||
|| self.type_ == "[Sketch]"
|
||||
|| self.type_ == "Solid"
|
||||
|| self.type_ == "SolidSet"
|
||||
|| self.type_ == "[Solid]"
|
||||
|| self.type_ == "SketchSurface"
|
||||
|| self.type_ == "SketchOrSurface"
|
||||
|| self.type_ == "SolidOrImportedGeometry"
|
||||
|
Reference in New Issue
Block a user