3D Antenna Cage

3D Antenna Cage - DrawGPT

Info

Created On: May 26, 2025
Created By: User #14530
Bot
A fun 3D wireframe cage protecting a 16cm square antenna box with grids and playful diagonals!

AI

Make: openai
Model:

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-05-26T02:29:09+00:00
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 1024">
  <title id="title1" class="title">3D Antenna Cage</title>
  <desc id="desc1" class="description">A fun 3D wireframe cage protecting a 16cm square antenna box with grids and playful diagonals!</desc>
  <rect id="bgRect1" class="background" x="0" y="0" width="1024" height="1024" fill="lightblue"/>
  
  <!-- Cage Group -->
  <g id="cageGroup1" class="cage">
    <!-- Front Face -->
    <polygon id="frontFace1" class="cage-face-front" points="312,312 712,312 712,712 312,712" fill="none" stroke="black" stroke-width="4"/>
    <!-- Top Face -->
    <polygon id="topFace1" class="cage-face-top" points="312,312 712,312 632,232 232,232" fill="none" stroke="black" stroke-width="4"/>
    <!-- Side Face -->
    <polygon id="sideFace1" class="cage-face-side" points="712,312 712,712 632,632 632,232" fill="none" stroke="black" stroke-width="4"/>
    
    <!-- Front Face Grid Lines -->
    <!-- Vertical grid lines on front face -->
    <line id="frontGridV1" class="front-grid-line" x1="412" y1="312" x2="412" y2="712" stroke="gray" stroke-width="2"/>
    <line id="frontGridV2" class="front-grid-line" x1="512" y1="312" x2="512" y2="712" stroke="gray" stroke-width="2"/>
    <line id="frontGridV3" class="front-grid-line" x1="612" y1="312" x2="612" y2="712" stroke="gray" stroke-width="2"/>
    <!-- Horizontal grid lines on front face -->
    <line id="frontGridH1" class="front-grid-line" x1="312" y1="412" x2="712" y2="412" stroke="gray" stroke-width="2"/>
    <line id="frontGridH2" class="front-grid-line" x1="312" y1="512" x2="712" y2="512" stroke="gray" stroke-width="2"/>
    <line id="frontGridH3" class="front-grid-line" x1="312" y1="612" x2="712" y2="612" stroke="gray" stroke-width="2"/>
    <!-- Diagonals on front face -->
    <line id="frontDiag1" class="front-diagonal" x1="312" y1="312" x2="712" y2="712" stroke="gray" stroke-width="2" stroke-dasharray="5,5"/>
    <line id="frontDiag2" class="front-diagonal" x1="712" y1="312" x2="312" y2="712" stroke="gray" stroke-width="2" stroke-dasharray="5,5"/>
    
    <!-- Top Face Grid Lines -->
    <!-- Vertical divisions: Lines running from back edge to front edge -->
    <!-- The left edge of the top face goes from (232,232) to (312,312) and the right edge from (632,232) to (712,312) -->
    <line id="topGridV1" class="top-grid-line" 
          x1="232 + 20" y1="232 + 20" 
          x2="632 + 20" y2="232 + 20"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    <line id="topGridV2" class="top-grid-line" 
          x1="232 + 40" y1="232 + 40" 
          x2="632 + 40" y2="232 + 40"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    <line id="topGridV3" class="top-grid-line" 
          x1="232 + 60" y1="232 + 60" 
          x2="632 + 60" y2="232 + 60"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    <!-- Horizontal divisions: Lines running from the front edge to the back edge -->
    <line id="topGridH1" class="top-grid-line" 
          x1="312 - 20" y1="312 - 20" 
          x2="712 - 20" y2="312 - 20"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    <line id="topGridH2" class="top-grid-line" 
          x1="312 - 40" y1="312 - 40" 
          x2="712 - 40" y2="312 - 40"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    <line id="topGridH3" class="top-grid-line" 
          x1="312 - 60" y1="312 - 60" 
          x2="712 - 60" y2="312 - 60"
          stroke="gray" stroke-width="2" transform="translate(0,0)"/>
    
    <!-- For clarity, we will calculate the numerical positions for top face grid lines -->
    <!-- Top face vertical grid lines (calculated): -->
    <!-- f = 0.25: left point = (232+20, 232+20) = (252,252), right point = (632+20,232+20) = (652,252) -->
    <line id="topGridV1num" class="top-grid-line" x1="252" y1="252" x2="652" y2="252" stroke="gray" stroke-width="2"/>
    <!-- f = 0.50: left point = (232+40, 232+40) = (272,272), right point = (632+40,232+40) = (672,272) -->
    <line id="topGridV2num" class="top-grid-line" x1="272" y1="272" x2="672" y2="272" stroke="gray" stroke-width="2"/>
    <!-- f = 0.75: left point = (232+60, 232+60) = (292,292), right point = (632+60,232+60) = (692,292) -->
    <line id="topGridV3num" class="top-grid-line" x1="292" y1="292" x2="692" y2="292" stroke="gray" stroke-width="2"/>
    <!-- Top face horizontal grid lines (calculated): -->
    <!-- f = 0.25: start = (312-20,312-20) = (292,292), end = (712-20,312-20) = (692,292) -->
    <line id="topGridH1num" class="top-grid-line" x1="292" y1="292" x2="692" y2="292" stroke="gray" stroke-width="2"/>
    <!-- f = 0.50: start = (312-40,312-40) = (272,272), end = (712-40,312-40) = (672,272) -->
    <line id="topGridH2num" class="top-grid-line" x1="272" y1="272" x2="672" y2="272" stroke="gray" stroke-width="2"/>
    <!-- f = 0.75: start = (312-60,312-60) = (252,252), end = (712-60,312-60) = (652,252) -->
    <line id="topGridH3num" class="top-grid-line" x1="252" y1="252" x2="652" y2="252" stroke="gray" stroke-width="2"/>
    
    <!-- Side Face Grid Lines -->
    <!-- Vertical divisions on side face: along the vertical edge from (712,312) to (712,712) 
         with corresponding points on the back edge from (632,232) to (632,632) -->
    <line id="sideGridV1" class="side-grid-line" x1="712" y1="312+100" x2="632" y2="232+100" stroke="gray" stroke-width="2"/>
    <line id="sideGridV2" class="side-grid-line" x1="712" y1="312+200" x2="632" y2="232+200" stroke="gray" stroke-width="2"/>
    <line id="sideGridV3" class="side-grid-line" x1="712" y1="312+300" x2="632" y2="232+300" stroke="gray" stroke-width="2"/>
    <!-- Calculate these numerically -->
    <!-- For f = 0.25: y1 = 312+100 = 412, y2 = 232+100 = 332 -->
    <line id="sideGridV1num" class="side-grid-line" x1="712" y1="412" x2="632" y2="332" stroke="gray" stroke-width="2"/>
    <!-- f = 0.50: y1 = 312+200 = 512, y2 = 232+200 = 432 -->
    <line id="sideGridV2num" class="side-grid-line" x1="712" y1="512" x2="632" y2="432" stroke="gray" stroke-width="2"/>
    <!-- f = 0.75: y1 = 312+300 = 612, y2 = 232+300 = 532 -->
    <line id="sideGridV3num" class="side-grid-line" x1="712" y1="612" x2="632" y2="532" stroke="gray" stroke-width="2"/>
    
    <!-- Horizontal divisions on side face: lines connecting points on the top edge and bottom edge of the side face -->
    <!-- Top edge of side face from (632,232) to (712,312), bottom edge from (632,632) to (712,712) -->
    <!-- f = 0.25: top point = (632+20,232+20) = (652,252), bottom point = (632+20,632+20) = (652,652) -->
    <line id="sideGridH1" class="side-grid-line" x1="652" y1="252" x2="652" y2="652" stroke="gray" stroke-width="2"/>
    <!-- f = 0.50: top point = (632+40,232+40) = (672,272), bottom point = (632+40,632+40) = (672,672) -->
    <line id="sideGridH2" class="side-grid-line" x1="672" y1="272" x2="672" y2="672" stroke="gray" stroke-width="2"/>
    <!-- f = 0.75: top point = (632+60,232+60) = (692,292), bottom point = (632+60,632+60) = (692,692) -->
    <line id="sideGridH3" class="side-grid-line" x1="692" y1="292" x2="692" y2="692" stroke="gray" stroke-width="2"/>
  </g>
</svg>

                
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.