Element Felting in python

Hi, I’m using python to write Karamba, However, I don’t know how to convert the component elementFelting to python, Is there any API for that?
Thanks!

Assigned to Grasshopper category

Sorry I don’t understand how to assigned to grasshopper category

John moved this topic to “Grasshopper” category. You don’t have to do anything.

You can try accessing the mentioned “Element Felting” component through ghpythonlib.components:

import ghpythonlib.components as ghc

model = ghc.Karamba.ElementFelting(Model, LimDist, SnapLen)