Finish sketch construction and return the parent.
(self)
| 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 | """ |
no outgoing calls