interface Profile {
    curve: Curve;
    holes: Curve[];
    isComposite: boolean;
    isConvex: boolean;
    profiles: Profile[];
}

Properties

curve: Curve
holes: Curve[]
isComposite: boolean
isConvex: boolean
profiles: Profile[]