Surface: add command to create surface from sections

This commit is contained in:
wmayer
2020-09-26 16:32:42 +02:00
parent 173576e49c
commit ed7cdd4c2c
13 changed files with 1015 additions and 1 deletions

View File

@@ -1514,6 +1514,7 @@ PyObject* BSplineSurfacePy::buildFromPolesMultsKnots(PyObject *args, PyObject *k
/*!
* \code
import math
c = Part.Circle()
c.Radius=50
c = c.trim(0, math.pi)