How to extend surface?

How do you extend a surface by percentage or length in a certain direction (edge)?

Mauro Mariotti's picture

For a surface, look at GeomLib::ExtendSurfByLength

For a face, I don't know.

Mauro

Billy's picture

GeomLib::ExtendSurfByLength only extends in u, v or uv directions. Is there a method to extend a surface by an edge or more?
Maybe this has to be done using several operations, such as curve offset and retrim.

Billy's picture

Maybe offset curve, extend curves, extend surface and retrim surface.