Threepipe Geometry Generator Plugin
    Preparing search index...

    Interface IGeometryGeneratorMap

    interface IGeometryGeneratorMap {
        box: BoxGeometryGenerator;
        circle: CircleGeometryGenerator;
        cylinder: CylinderGeometryGenerator;
        line: LineGeometryGenerator;
        plane: PlaneGeometryGenerator;
        sphere: SphereGeometryGenerator;
        text: TextGeometryGenerator;
        torus: TorusGeometryGenerator;
        [key: string]: AGeometryGenerator<any, string>;
    }

    Hierarchy

    Indexable

    Index

    Properties