Spline to Polygon
-
On 25/09/2014 at 19:34, xxxxxxxx wrote:
Hello, everyone.
I have a problem on convert a spline to polygon. I have get all the points of the spline and
use them to create a new polygon.
But the faces of polygon is not exist. I have check the python sdk manual, it seems that
there is no way to create a polygon(maybe NGon) directly using the points of a spline.If anyone knows about that? Please help me.
-
On 27/09/2014 at 01:52, xxxxxxxx wrote:
Hello cavi,
you´ve to create and set polygons, too.
See: PolygonObject.SetPolygon( id , polygon ) and c4d.CPolygongreetings
rown`