Function SurfaceTool.appendFrom

Append vertices from a given Mesh surface onto the current vertex array with specified Transform.

void appendFrom (
  Mesh existing,
  const(long) surface,
  const(Transform) transform
) nothrow @nogc;