MCPcopy
hub / github.com/CadQuery/cadquery / finalize

Method finalize

cadquery/sketch.py:1146–1151  ·  view source on GitHub ↗

Finish sketch construction and return the parent.

(self)

Source from the content-addressed store, hash-verified

1144 return rv
1145
1146 def finalize(self) -> Any:
1147 """
1148 Finish sketch construction and return the parent.
1149 """
1150
1151 return self.parent
1152
1153 def val(self: T) -> SketchVal:
1154 """

Callers 4

test_finalizeFunction · 0.80
testSketchMethod · 0.80
test_workplane_iterMethod · 0.80
vtk.jsFile · 0.80

Calls

no outgoing calls

Tested by 3

test_finalizeFunction · 0.64
testSketchMethod · 0.64
test_workplane_iterMethod · 0.64