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