Skip to content

Hangup in IPathShape loop #4

@GenCoder8

Description

@GenCoder8

Trying to loop the bezier results hangs up sometimes

Code snippet:

 Bezier bez = new Bezier(pv1, tangentEndPoint0, tangentEndPoint1, pv2);

 IEnumerable<IPathShape> bpoints = bez.ToArcs();

foreach (IPathShape bp in bpoints)
{
 // Hang
}

Sorry but I haven't got that working, often hangs in the loop (Even the loop is empty!)

i can provide more code if that doesn't help

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