That Open Engine | web-ifc
    Preparing search index...

    Interface Profile

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

    Properties

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