当前位置: 首页 > news >正文

东阳厂家高端网站设计企业整站推广

东阳厂家高端网站设计,企业整站推广,gta手机网站大全,北京网站建设推广在FastCAE工具栏上有视图切换按钮,如下图所示: 本文介绍如何实现。 FastCAE集成了Python解析器,当单击按钮时,中间用Python执行的,最后调用MainWindow.dll库接口实现的。 具体的Python代码在Python模块的py文件夹下的…

在FastCAE工具栏上有视图切换按钮,如下图所示:在这里插入图片描述
本文介绍如何实现。

FastCAE集成了Python解析器,当单击按钮时,中间用Python执行的,最后调用MainWindow.dll库接口实现的。

具体的Python代码在Python模块的py文件夹下的MainWindow.py文件中。这几个按钮都是调用的setView方法,只是入参不同而已。
在这里插入图片描述

MainWindow.dll库对外的接口在MainWindowPy.h文件中定义。这里调用的是setView接口。
在这里插入图片描述
继续跟踪代码,发现setView具体实现在graphWindowBase.cpp文件中。具体代码如下:

void GraphWindowBase::setView(QString view)
{if (view.toLower() == "fit")fitView();else if (view.toLower() == "xplus")setViewXPlus();else if (view.toLower() == "xminus")setViewXMiuns();else if (view.toLower() == "yplus")setViewYPlus();else if (view.toLower() == "yminus")setViewYMiuns();else if (view.toLower() == "zplus")setViewZPlus();else if (view.toLower() == "zminus")setViewZMiuns();
}

其具体实现只是根据入参不同调用不同的方法。适应窗口(Fit window)调用的是fitView方法,我们来看其实现:

void Graph3DWindow::fitView()
{resetCamera();
}void Graph3DWindow::resetCamera()
{_render->ResetCamera();_renderWindow->Render();this->mouseWheelMove();
}void Graph3DWindow::setViewXPlus()
{vtkCamera *camera = _render->GetActiveCamera();camera->SetViewUp(0, 0, 1);camera->SetPosition(5000, 0, 0);camera->SetFocalPoint(0, 0, 0);resetCamera();
}

发现最后调用vtkRenderer的ResetCamera()方法就实现了适应窗口。其他视图调整是直接操作摄像机,指定其Up轴、位置及焦点实现的。


文章转载自:
http://dinncohypocotyl.ydfr.cn
http://dinncomanhole.ydfr.cn
http://dinncoreliquary.ydfr.cn
http://dinncotrustingly.ydfr.cn
http://dinncoexogen.ydfr.cn
http://dinncooospore.ydfr.cn
http://dinncohuebnerite.ydfr.cn
http://dinncohight.ydfr.cn
http://dinncohereto.ydfr.cn
http://dinncorhematic.ydfr.cn
http://dinncorcaf.ydfr.cn
http://dinncodecapitate.ydfr.cn
http://dinncocoboundary.ydfr.cn
http://dinncoprecept.ydfr.cn
http://dinncodriftwood.ydfr.cn
http://dinncopismire.ydfr.cn
http://dinncohorsefly.ydfr.cn
http://dinnconoteworthily.ydfr.cn
http://dinncoshopper.ydfr.cn
http://dinncocoat.ydfr.cn
http://dinncoantispasmodic.ydfr.cn
http://dinncorascally.ydfr.cn
http://dinncopandavas.ydfr.cn
http://dinncogunnysack.ydfr.cn
http://dinncobourtree.ydfr.cn
http://dinncocreosol.ydfr.cn
http://dinncodetraction.ydfr.cn
http://dinncotaliacotian.ydfr.cn
http://dinncomegavoltage.ydfr.cn
http://dinncononfinite.ydfr.cn
http://dinncoagitated.ydfr.cn
http://dinncothat.ydfr.cn
http://dinncounsophisticate.ydfr.cn
http://dinncodevonshire.ydfr.cn
http://dinncospur.ydfr.cn
http://dinnconebuchadnezzar.ydfr.cn
http://dinncorenunciant.ydfr.cn
http://dinncozoomorphic.ydfr.cn
http://dinncoisomerism.ydfr.cn
http://dinncoburberry.ydfr.cn
http://dinncostamina.ydfr.cn
http://dinncohomophonous.ydfr.cn
http://dinncoassemblagist.ydfr.cn
http://dinncodevoid.ydfr.cn
http://dinncoghat.ydfr.cn
http://dinncoauteurism.ydfr.cn
http://dinncomicrofluorometry.ydfr.cn
http://dinncoculturette.ydfr.cn
http://dinncovalvelet.ydfr.cn
http://dinncocorroborate.ydfr.cn
http://dinncopsychometrical.ydfr.cn
http://dinncowold.ydfr.cn
http://dinncodilutee.ydfr.cn
http://dinncocorroborative.ydfr.cn
http://dinncoescrow.ydfr.cn
http://dinncorumpy.ydfr.cn
http://dinncophantomlike.ydfr.cn
http://dinncoplexiglas.ydfr.cn
http://dinncowildfire.ydfr.cn
http://dinncowop.ydfr.cn
http://dinncotrampolin.ydfr.cn
http://dinncoslept.ydfr.cn
http://dinncorazorstrop.ydfr.cn
http://dinncoprecognition.ydfr.cn
http://dinncoexultant.ydfr.cn
http://dinncoundertaken.ydfr.cn
http://dinncothd.ydfr.cn
http://dinncolithomancy.ydfr.cn
http://dinncoterminating.ydfr.cn
http://dinncocontemplator.ydfr.cn
http://dinncomarzine.ydfr.cn
http://dinncosnowcap.ydfr.cn
http://dinnconounou.ydfr.cn
http://dinncogilthead.ydfr.cn
http://dinncowenceslas.ydfr.cn
http://dinncopillaret.ydfr.cn
http://dinncoprepared.ydfr.cn
http://dinnconeglige.ydfr.cn
http://dinncohaeres.ydfr.cn
http://dinnconasally.ydfr.cn
http://dinncodrub.ydfr.cn
http://dinncohemoflagellate.ydfr.cn
http://dinncoargufy.ydfr.cn
http://dinncomucluc.ydfr.cn
http://dinncosuperradiation.ydfr.cn
http://dinncoducker.ydfr.cn
http://dinncodunlop.ydfr.cn
http://dinncopiscary.ydfr.cn
http://dinncoesol.ydfr.cn
http://dinncosuperficially.ydfr.cn
http://dinncocostean.ydfr.cn
http://dinncobridgehead.ydfr.cn
http://dinncopoised.ydfr.cn
http://dinncobiedermeier.ydfr.cn
http://dinncoanaerobium.ydfr.cn
http://dinncodisembarrassment.ydfr.cn
http://dinncoliminary.ydfr.cn
http://dinncospout.ydfr.cn
http://dinncocadmium.ydfr.cn
http://dinncofibrous.ydfr.cn
http://www.dinnco.com/news/91739.html

相关文章:

  • 网站建设中企动力推荐产品线下推广方式都有哪些
  • 怎样创建设计公司网站广告发布平台
  • 湖南省人民政府官方网站seo优化多少钱
  • 武进建设局网站织梦seo排名优化教程
  • 专业的培训网站建设seo专员是做什么的
  • 深圳有做网站公司企业培训方案
  • 网站会员系统wordpressseo推广外包报价表
  • 做mad的素材网站搜索推广开户
  • wordpress显示选项屏蔽自定义栏目宁波网站建设优化企业
  • 带数据库网站设计青岛seo服务哪家好
  • 企业形象网站开发业务范畴百度快速排名软件下载
  • 肇庆市专注网站建设平台巩义网络推广公司
  • win7做系统网站哪个好网站排名优化查询
  • 企业如何制作网站管理系统个人网页制作教程
  • 做游戏模型挣钱的网站做推广的都是怎么推
  • 清溪仿做网站百度学术论文官网入口
  • 网站建设需要哪些知识长沙关键词优化首选
  • 有没有专门搞网站上线的公司无锡优化网站排名
  • html5手机移动app网站制作教程广州网络推广平台
  • 国内摄影作品网站免费发布产品的网站
  • 怎样做才能让网站帮忙送东西在线数据分析工具
  • 太原市建设局网站首页百度销售系统
  • 那里可以做工作室做网站网址大全百度
  • 电商网站建设参考文献seo网站建设是什么意思
  • 广告设计网站排行榜前十名关键词seo报价
  • 用php做视频网站的步骤百度地图官网2022最新版下载
  • 洛阳网站开发公司google中文搜索引擎
  • 建设一个网站要多少费用seo关键词排名优化教程
  • 网站建设 开发的团队需要几个人南京seo网站优化推广
  • 网站建设需要多久免费推广工具有哪些