3D-City Model
    Preparing search index...

    Function createCirclePrimitive

    • Creates three colored circular (ring or disk) primitives aligned with the coordinate axes, with customizable radii and cone angles, and a central sphere.

      Parameters

      • xRadii: number

        Outer radii of the circle in X-axis direction.

      • yRadii: number

        Outer radii of the circle in Y-axis direction.

      • zRadii: number

        Outer radii of the circle in Z-axis direction.

      • xInnerRadii: number

        Inner radii for x circle (for rings).

      • yInnerRadii: number

        Inner radii for y circle.

      • zInnerRadii: number

        Inner radii for z circle.

      • minCone: number

        Minimum cone angle (degrees) for each ring/disk.

      • maxCone: number

        Maximum cone angle (degrees) for each ring/disk.

      • radii: number

        Radius for the central sphere.

      Returns Primitive

      The primitive with three colored circles/disks and center sphere.