📄 outfulltest.html
字号:
<TITLE>IBG 2.0 - View and Write</TITLE>
<H1>View Geometry And Write</H1>
<P>The following code starts the geometry viewer for the original
geometry as well as for the geometry defined by the grid. It also
writes the grid into the file "test.sg" in format Simplex 2.0.
<PRE>
void test_output(cogeometry geom, wzgrid grid)
{
if(grid->gridDim>1){ // implementation restriction;
CogeometryGrid gg(grid); cogOutput(&gg, geom);
}else{
cogOutput(geom);
}
grid->write("test");
}
</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -