I have the following ```class TriangulateProcess :...
# announcements
e
I have the following
Copy code
class TriangulateProcess : BaseProcess() {
    fun AiMesh.triangulate(): Boolean { }
}
How can I call
triangulate
from outside that class (with the class instance)?