0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

vistaでkicad その3

Last updated at Posted at 2020-03-30

#概要

vistaでkicadやってみた。
sketchupで、vrml書いて、kicadで読み込んで見た。

#環境

windows vista 32bit
kicad 4.0.4
sketchup 8

#sketchupでbox書く。

image

#skp_to_vrml.rbで出力。

#VRML V2.0 utf8
Shape {
  geometry IndexedFaceSet {
    coord Coordinate {
      point [
      1.000000 0.000000 -1.000000 ,
      0.000000 0.000000 -0.000000 ,
      0.000000 0.000000 -1.000000 ,
      0.000000 0.000000 -0.000000 ,
      1.000000 0.000000 -1.000000 ,
      1.000000 0.000000 -0.000000 ,
      1.000000 1.000000 -0.000000 ,
      0.000000 1.000000 -1.000000 ,
      0.000000 1.000000 -0.000000 ,
      0.000000 1.000000 -1.000000 ,
      1.000000 1.000000 -0.000000 ,
      1.000000 1.000000 -1.000000 ,
      1.000000 1.000000 -0.000000 ,
      0.000000 0.000000 -0.000000 ,
      1.000000 0.000000 -0.000000 ,
      0.000000 0.000000 -0.000000 ,
      1.000000 1.000000 -0.000000 ,
      0.000000 1.000000 -0.000000 ,
      0.000000 1.000000 -1.000000 ,
      0.000000 0.000000 -0.000000 ,
      0.000000 1.000000 -0.000000 ,
      0.000000 0.000000 -0.000000 ,
      0.000000 1.000000 -1.000000 ,
      0.000000 0.000000 -1.000000 ,
      0.000000 1.000000 -1.000000 ,
      1.000000 0.000000 -1.000000 ,
      0.000000 0.000000 -1.000000 ,
      1.000000 0.000000 -1.000000 ,
      0.000000 1.000000 -1.000000 ,
      1.000000 1.000000 -1.000000 ,
      1.000000 0.000000 -1.000000 ,
      1.000000 1.000000 -0.000000 ,
      1.000000 0.000000 -0.000000 ,
      1.000000 1.000000 -0.000000 ,
      1.000000 0.000000 -1.000000 ,
      1.000000 1.000000 -1.000000 ,
      ]
    }
    coordIndex [
    0, 1, 2, -1,
    3, 4, 5, -1,
    6, 7, 8, -1,
    9, 10, 11, -1,
    12, 13, 14, -1,
    15, 16, 17, -1,
    18, 19, 20, -1,
    21, 22, 23, -1,
    24, 25, 26, -1,
    27, 28, 29, -1,
    30, 31, 32, -1,
    33, 34, 35, -1,
    ]
  }
  appearance Appearance {
    material Material {}
  }
}

#kicadでvrmlを読み込む。

image

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?