hns - 日記自動生成システム - Version 2.19.9

先月 2023年05月 来月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2023年05月30日(火) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [openscad] DWL66+ stitch/stripe problem

module shape ( L, H, W, D) {
polyhedron(
    points = [

      	     [  W/2,  0 , 0], 
      	     [  W/2,  0 , H], 
             [ -W/2,  0 , H],
             [ -W/2,  0 , 0],

      	     [  W/2,  L , 0], 
      	     [  W/2,  L , H], 
             [ -W/2,  L , H],
             [ -W/2,  L , 0],

	     [  W/2 -D ,  0 , H + D],
	     [ -W/2 +D ,  0 , H + D] , 	     
	     [ -W/2 +D ,  L , H + D],
	     [  W/2 -D ,  L , H + D], 	     	     
	     ],

      faces  = [
      	     [ 0, 1,   8, 9, 2, 3],
	     [ 4, 7,   6, 10, 11,5],
	     [ 0,  4, 5, 1],
	     [ 0,  3, 7, 4],
             [ 3,  2, 6, 7],
             [ 8,  11, 10, 9],
	     [ 1,  5, 11,8 ],
	     [ 6,2, 9,10 ],
	     ]
	     );
}

                           shape ( 20, 2,  5, 0.2);
translate( [ 5, 0, 0])  shape ( 20, 2,  5, 0.2);
translate( [ 10 , 0, 0])  shape ( 20, 2,  5, 0.2);
STL model is here: 600um-stripe.stl



最近の日記
2024年11月14日
DWL66+ 2018 405 nm
2024年02月19日
another (large, 0.55 x 1.0 m/m) version for contrast curve
2024年02月15日
curved star cone
2024年02月13日
paraboloid with base plane
2024年02月09日
bit map format for contrast curve
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project