Skip to content

question :InflatePaths only support middle offsetline of open butt? #347

@sonygod

Description

@sonygod

image

look at the green dot line

Paths64 MakePathHere(const string &str)
{
    Paths64 op1, op11;

    op1.push_back(MakePath(str));

    op11 = InflatePaths(op1, 10, JoinType::Miter, EndType::Butt);

    return op11;
}

and what I want is not only the middle line offset but also to support the inner line or outline.

just

inner

image

and outtrer

image

is clipper2 support these features?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions