|
ANSYS : Ansysoutput in einem anderen Format
rasidrasid am 26.04.2008 um 02:42 Uhr (0)
danke,ich dachte an ein file wie zb *.dat mit node und elements???? also einfach nur eine datei das ich editieren kann.danke
|
| In das Form ANSYS wechseln |
|
ANSYS : pdf mit elemente
rasidrasid am 21.11.2008 um 13:58 Uhr (0)
hallo,gibt es eine pdf-datei in der alle von ansys verwendeten elemente (shell, solid usw.) beschrieben sind oder/und wo herunterladen?danke
|
| In das Form ANSYS wechseln |
|
ANSYS : Ansys-Drahtmodell
rasidrasid am 23.04.2010 um 12:50 Uhr (0)
Hallo,ich habe eine iges-Datei aus Ansys-Workbench eingelesen und die Flächen werden nur als Linien gezeigt, also "durchsichtig". Wie kann ich das ändern und die Flächen als volle Flächen sehen?Danke
|
| In das Form ANSYS wechseln |
|
VC ++ : blockweise herausschreiben
rasidrasid am 06.08.2009 um 14:27 Uhr (0)
Hallo,#include iostream#include string#include cmath#include fstream#include vector#include iterator#include algorithm#include sstream#include istream#include cstdlib#include windows.husing namespace std;int main () { string suche; ifstream infile("infile.txt"); ofstream outfile; outfile.open("outfile.txt"); while(!infile.eof()){ getline(infile,suche); if(suche=="Markebeginn"){outfile infile endl;} if(suche=="Markeende"){continue;} }outfile.close(); } Dieses Programm soll ein Inf ...
|
| In das Form VC ++ wechseln |