Thứ Tư, 31 tháng 10, 2012

The effects of Hurricane Sandy in Chicago

Most of our attention has been focused on Hurricane Sandy's effects on the northeastern states. But the superstorm was so enormous, it affected Chicago as well.

Tight isobars indicate the intensity of the low pressure system.
We were spared the drama and destruction of Hurricane Sandy. But we got some of the wind.


Not our usual marine forecast and flood warning.
Waves to 23 feet on Lake Michigan, with occasional waves up to 31 feet; this called for cameras, not kayaks. Of course, the waves weren't that big near shore, but they were big enough.

Waves exploding over the break wall at North Avenue.
Gale-force winds blowing the tops off breaking waves near Oak Street Beach.
Water streaming back down after flooding the bike path.
As evening approached on Tuesday, the waves continued to build. The lakefront path was closed, but Chicagoans gathered at a safe distance to watch the mayhem.

The path was a dramatic but perilous place.
Wave watchers put the plumes in perspective.


I will show you some remarks regarding one Alias modelling file from one follower who are working on this Door Panel scan data:

You can see under my reply according to his file, probably this is can help other modellers too? Hope it can help...





Thứ Ba, 30 tháng 10, 2012

C++ ~ cin to array and output use vector, for_each

#include <iostream>
#include <vector>
#include <algorithm>


int inputNumber = 1 ;
vector<int> inputArray;
while(inputNumber != 0)
{
cin>>inputNumber;
inputArray.push_back(inputNumber);
}
for_each (inputArray.begin(), inputArray.end(), myfunction);



reference
http://www.cplusplus.com/reference/algorithm/for_each/

http://stackoverflow.com/questions/3807163/stdcin-in-an-array

C++ ~ stringstream sample

void saveToTxt(stringstream& ss){
FILE *p = NULL;
char *file = "I:\\Hello.txt";

const std::string tmp = ss.str();
const char* cstr = tmp.c_str();

size_t len = 0;
p = fopen(file, "w");
if (p== NULL) {
cout <<"Error in opening a file.."< }

len = strlen(cstr);
fwrite(cstr, len, 1, p);
fclose(p);
cout<<"\nWritten Successfuly in the file.\n";

}



stringstream ss;
ss << "caaaaaaaaaaaaaa\n";
saveToTxt(ss);

C++ ~ stringstream write to file

stringstream ss;
ss << "ggggggggggg\n";

const std::string tmp = ss.str();
const char* cstr = tmp.c_str();

FILE *p = NULL;
char *file = "I:\\Hello.txt";

size_t len = 0;
p = fopen(file, "w");
if (p== NULL) {
cout <<"Error in opening a file..";
}

len = strlen(cstr);
fwrite(cstr, len, 1, p);
fclose(p);
cout<<"\nWritten Successfuly in the file.\n";

C++ ~ stringstream

#include <sstream>

stringstream ss;

string name="Tom";

ss<<"Hello "<<name<<endl;


cout<<ss.str();


reference
http://hatsukiakio.blogspot.tw/2009/04/c-stringstream.html

Thứ Hai, 29 tháng 10, 2012

progeCAD 2013 Released - AutoCAD 2013 & Windows 8 Support

Sydney, Australia 30 October 2012 - The long awaited progeCAD 2013 has been released on the CADDIT.net website. Since 2006 progeCAD has offered high-quality CAD software with distinctive AutoCAD-like features - like native AutoCAD DWG read/write (no conversion) and similar commands and toolbars. Engineers, architects, surveyors, builders, landscape designers, manufacturers and other hobbyists and professionals alike prefer progeCAD as the affordable AutoCAD alternative. progeCAD 2013 is a major new release, and the first version to include IntelliCAD 7 source code into its product.

progeCAD pricing will continue at the low $400+ level (as opposed to AutoCAD's full $6000 license cost plus Autodesk maintenance subscription, etc). progeCAD 2013 continues to offer features used in previous versions, like DWG-to-PDF and PDF-to-CAD support, the free EasyArch add-on for architectural drawing, 3D solids and rendering, advanced hatching, text and dimensioning commands, thousands of free symbols and more. progeCAD 2013 also adds new features including:

  • PC3 plotter configuration file support
  • New Print Style Manager Interface
  • New Printing / Plotting Interface
  • AEC visualization (AutoCAD Architectural Desktop objects)
  • STL (mesh) and DAE file export
  • New Dimension Style Manager Interface
  • Advanced Spline Editing
  • New wireframe "HELIX" command
  • New ACIS Solid "LOFT" command
  • CAD Underlays of PDF, DWF and DGN files
  • Microstation DGN File Import (selected versions, as underlay)
  • New LMAN (Layer Manager)
  • Improved Purge command
  • Multigrip editing
  • New overall GUI style
  • Windows 8 Support
  • AutoCAD DWG 2013 file format support


  • AutoCAD and progeCAD users alike are invited to download progeCAD 2013 free at: http://www.caddit.net/progecad/progecad.php

    This is a free full version 30 day trial which will allow you to save, print, etc and experience the cost savings benefit of CADDIT progeCAD for yourself. progeCAD 2013 licenses will be available as progeCAD single, mobile USB, network NLM, academic and corporate solutions.

    Please contact CADDIT International for more information about progeCAD HERE: http://www.caddit.net/store/index.php?main_page=contact_us

    For technical questions and user experiences about progeCAD, visit our forum HERE:
    http://www.caddit.net/forum/viewforum.php?f=3

    Thứ Bảy, 27 tháng 10, 2012

    Seventeen 3



    第37台車

    通常我做一台車都會在一個禮拜內

    一天摸個幾小時

    可是這台車..........

    過程竟然超過三個月

    燈愣..........Photobucket


    37會想做Seventeen第3代, 可能也跟37這數字有關

    當初命名Seventeen是因為那台是我第17台車

    XD

    這台車定位是FR

    有了定位就開始想造型紙上畫畫, 想不到第一張圖就變成這台車的梗

    那時候一看就覺得~~~~靠~~~超殺的~~~~車頭就長這樣吧

    XDDXXD





    車體的變化就比較多了= =

    過程手繪的






    用3dsmax做變成這樣



    屁屁


    3dsmax


    車尾車窗中間那一條是整個被拿掉了 .....

    我在modeling過程也會一邊想像這樣弄好不好看~~~後來是覺得搞剛又不好看就簡簡單單就好XD




    至於製作過程會拉這麼長

    可能真的太忙了.......導致沒fu去把車體完成

    當初輪胎是在圖書館做好的說

    6月多的事情

    就一直拖到10月要底了才開始弄= =

    車體花了4天約20多小時去做


    還有這台車有兩種版本

    第一種就是剛出爐做好的版本~~~結果被ptt的Car版很多鄉民說車頭太長了吧

    靠XD

    當初做也是有覺得車頭超長的~~~~~可是就覺得拉這麼長超爽的~~~超屌

    可是事實上.......真的太長太長了= =

    所以有第二種版本, 後來修改好長度又再算一批圖出來

    確實是好了一點.........不然一開始真的超長= =


    以下就放一推圖~~~個人蠻喜歡屁屁的角度說XD

































    Animation





    以前的版本
    Seventeen 2
    http://bittyferrari.blogspot.tw/2009/09/seventeen-2-2.html

    Seventeen
    http://bittyferrari.blogspot.tw/2008/08/bitty-seventeen-photo-plenty.html

    Design and Styling


    Design and Styling


    BMWBLOG Interviews Michael de Bono, Designer of BMW Concept Active Tourer

    BMW’s first front-wheel drive vehicle made its world debut at the 2012 Paris Motor Show. To learn more about the challenges in designing a FWD vehicle while maintaining BMW’s core values, we sat down for an interview with Michael de Bono, the BMW exterior designer responsible for Concept Active Tourer. The UK-born de Bono is [...]
    Interview with Cathal Loughnane

    Interview with Cathal Loughnane

    The butcher’s boy at the cutting edge of car design His dad is a butcher, but the young Galwayman has found a meaty role as the head of the new Peugeot design lab Citroën has undergone a design revolution in the past decade, reviving the DS range while creating an avant-garde appeal to the French brand. [...]
    CAR interviews Seat design chief Alejandro Mesonero-Romanos

    CAR interviews Seat design chief Alejandro Mesonero-Romanos

    At September’s Paris motor show, CAR interview Seat Head of Design Alejandro Mesonero-Romanos, quizzing him on the new Leon, Toledo, future SEAT concepts, and his design inspirations.
    When drawing is thinking by Patrick Le Quément, Renault Design creator

    When drawing is thinking by Patrick Le Quément, Renault Design creator

    Patrick le Quément is a world famous car Designer. As SVP Renault Corporate Design, his team’s products have included brillant and bold designs such as Twingo, Mégane and Mégane II Scénic; the Espace models of 1994 and 1998; Kangoo; Laguna models of 1994; Avantime and the Vel Satis of 2002. Patrick’s motto is Design = Quality; his [...]
    BMWBLOG Interviews Chris Bangle

    BMWBLOG Interviews Chris Bangle

    BMWBLOG had the opportunity recently to interview Chris Bangle. As usual, a memo circulated inside the group soliciting questions for the interview, and we got an array of decent topics to put in front of Mr. Bangle. But to paraphrase a great quote, “the plan did not survive contact with the interviewee.”
    Design boss plans Hyundai

    Design boss plans Hyundai’s next big splash

    Christopher Chapman’s goal: Refine bold styling Every two weeks, Christopher Chapman makes the rounds at Hyundai’s Irvine, Calif., design center to see what his team has in the “corner stack.” The “stack” is a pile of index card-sized sketches on the corner of every designer’s desk. For Chapman, Hyundai’s U.S. design boss, it’s a way [...]
    Canadian students have designs on the future

    Canadian students have designs on the future

    In the not-too-distant past, if you wanted to see what was “way out there” in automotive design, you checked out the major manufacturers’ concept cars at motor shows – especially Detroit. Now they don’t seem to show anything until it’s just about production-ready, so the far-out stuff has pretty well vanished.
    Designers’ Big Dreams Roll Into Manhattan

    Designers’ Big Dreams Roll Into Manhattan

    Dreams have always been the currency of auto shows, where the admission price buys unlimited fantasies of awe-inspiring cars that never get dirty, break down or gulp premium unleaded at $4.50 a gallon. But before the latest models and futuristic design studies could take form in sheet metal, somebody had to dream them up. In [...]
    Toyota tells designers to make less-boring cars

    Toyota tells designers to make less-boring cars

    Automaker wants to shake up company culture to allow more creativity. Toyota City, Japan – After decades of emphasizing staid reliability, Toyota wants to start running with the cool kids. In a new approach announced Monday, the company, Japan’s biggest automaker, said it was overhauling its development system to give engineers more freedom to experiment [...]
    Interview with Luciano Bove

    Interview with Luciano Bove

    How did you choose to be a designer? Since I was a child I showed a strong passion for the automobile and its design, I used to sketch cars a lot on my school notebooks until I learned about Art Center College of Design in Pasadena California. I spoke to my parents showing them that [...]
    Five questions to Louis de Fabribeckers, Head of Design Carrozzeria Touring Superleggera

    Five questions to Louis de Fabribeckers, Head of Design Carrozzeria Touring Superleggera

    Six decades after Touring’s influential Alfa Romeo C52 Disco Volante, the Italian Carrozzeria has been spinning the flying saucer again. Classic Driver talked with Louis de Fabribeckers (Head of Design, Carrozzeria Touring Superleggera) at this year’s Geneva Show.
    Interview with Volvo Design Director Andreas Nilsson

    Interview with Volvo Design Director Andreas Nilsson

    Cast your mind back to last year’s Shanghai Motor Show and you’ll surely remember Volvo’s arresting Concept Universe. Andreas Nilsson, Volvo’s young and enterprising Design Director – Strategic and Interaction, was the man behind it. Nilsson is a rare specimen in this industry – in thirteen years since leaving Coventry with a Bachelors degree in [...]
    10 most important designs in Korean automotive history

    10 most important designs in Korean automotive history

    Four design center heads from Hyundai Motor, Kia Motors, Renault Samsung Motors and GM Korea and three automotive experts — Global AutoNews Editor in Chief Charley Chae, Daelim University College Professor Kim Pil-soo and Hanbat National University Professor Koo Sang — picked five most important models and Business Focus compiled the chart. — ED.
    Interview with Christopher Weil – BMW 3 Series Exterior Designer

    Interview with Christopher Weil – BMW 3 Series Exterior Designer

    A young man passionate about art and architecture, Christopher Weil, is part of Adrian Van Hooydonk’s design team at BMW and responsible for the exterior design of the new F30 BMW 3 Series. At Detroit Auto Show, our own Shawn Molnar spent some time with Weil to learn more about the design language of the [...]
    Interview with Jae Min, Chief Designer at Volkswagen Group Design Center California

    Interview with Jae Min, Chief Designer at Volkswagen Group Design Center California

    Transcendent. It’s an adjective one could use to singularly describe Jae S. Min, Chief Designer at Volkswagen Group of America, Design Center California (DCC). The complex is one of three Volkswagen Group design centers worldwide, and the only one outside of Germany. Right now he’s behind the wheel of a loaded Ibis White Q7 TDI [...]
    Mays on design

    Mays on design

    A veteran designer talks about global design, national design and why he doesn’t follow trends. With an automotive design career that includes standout work for Audi (AVUS concept, ’91) and Volkswagen (Concept One ’94), with positions in Ingolstadt (two stints, with the second including participation in the development of the TT), Munich (with BMW), Simi [...]
    Interview with Arseniy Kostromin

    Interview with Arseniy Kostromin

    Arseniy Kostromin was born in 1986 in Balashikha town near Moscow. In 2003 he left the school and entered “MAMI” (Moscow State Technical University), graduated in 2008. Since February, 2008 till November, 2010 he had been working in RDCE (Renault Design Central Europe) in Bucharest, where he also made his degree work Renault Alpine. In [...]
    Interview with Peter Horbury, Volvo

    Interview with Peter Horbury, Volvo

    Peter Horbury (51) is quiet force of car design. Far from extrovert superstars, his 30+ year career covers over 50 cars and trucks created under Ford and Volvo brands. Horbury is best known for successful transition of classic Volvo box into contemporary styled premium brand during 90es.