PLM之家精品课程培训,联系电话:18301858168 QQ: 939801026

  • NX二次开培训

    NX二次开培训

    适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术对于老鸟也值得借鉴!.

    NX CAM二次开发培训报名 NX二次开发基础培训报名
  • PLM之家Catia CAA二次开发培训

    Catia二次开发培训

    Catia二次开发的市场大,这方面开发人才少,难度大。所以只要你掌握了开发,那么潜力巨大,随着时间的积累,你必将有所用武之地!

  • PLM之Teamcenter最佳学习方案

    Teamcenter培训

    用户应用基础培训,管理员基础培训,管理员高级培训,二次开发培训应有尽有,只要你感兴趣肯学习,专业多年经验大师级打造!

  • PLM之Tecnomatix制造领域培训

    Tecnomatix培训

    想了解制造领域数字化吗?想了解工厂,生产线设计吗?数字化双胞胎,工业4.0吗?我们的课程虚位以待!

PLM之家PLMHome-国产软件践行者

[二次开发源码] NX二次开发源码分享:NXOpen C++创建圆柱体特征

[复制链接]

2013-11-4 12:06:33 3718 0

admin 发表于 2013-11-4 12:06:33 |阅读模式

admin 楼主

2013-11-4 12:06:33

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
NX二次开发源码分享:NXOpen C++创建圆柱体特征
, R0 O+ r! f0 [) l
  1. 9 o' M- I! s; `2 K# U1 ^& Y
  2. <P> </P>
复制代码
  1. 0 a3 H* g( M1 w5 w- l4 H
  2. <P>void CreateCylinder_UsingUDB::CreateCylinder()! u* L8 D9 v2 `- Q. R2 V
  3. {
    ; K9 k) N+ f" Y/ K0 m4 C! ]
  4. Part* workPart(theSession->Parts()->Work());</P>
    ) F  }4 \2 M# s  A9 {/ x; F
  5. <P>Features::CylinderBuilder* cylinderBuilder1 = NULL;
      _" Q1 V- |/ x. ^
  6. cylinderBuilder1 = workPart->Features()->CreateCylinderBuilder(NULL);</P>, K% f9 D* u% E) c
  7. <P>//Get the point
    : L" d4 t" V, A' G- a
  8. PropertyList* pointPropertyList = point0->GetProperties();
    2 e4 I" n6 h; J- A% y
  9. Point3d originPoint = pointPropertyList->GetPoint("Point");; m# p: Z5 ]' L& k( w- E- a
  10. delete pointPropertyList;7 C3 r8 u( D- e6 H) d
  11. pointPropertyList = NULL;</P>$ @4 P# G4 O/ }# P7 V; t/ o+ ^% I
  12. <P>//Get the direction
    4 j8 t' N2 g7 H" q- l' h
  13. PropertyList* vectorPropertyList = vector0->GetProperties();9 o% [; ~, l7 [# K* S; J3 V
  14. Vector3d direction = vectorPropertyList->GetVector("Vector");/ G8 C- `) w* p
  15. delete vectorPropertyList;/ ~8 s! f: b8 x3 F8 Y- C
  16. vectorPropertyList = NULL;</P>) M- K* D8 B$ y
  17. <P>Direction* direction1 = NULL;' N  v% l' g+ n
  18. direction1 = workPart->Directions()->CreateDirection(originPoint, direction, SmartObject::UpdateOptionWithinModeling);</P>! t2 D9 a5 p8 g# |
  19. <P>//Set diameter and height
    0 _3 H5 E0 ~6 V* M
  20. std::stringstream diameterValue;
    % C7 @! W% t: x! r( ~7 e9 D0 z
  21. diameterValue << diameter->GetValue();
    . A: H9 ^. Z. R4 C; S2 ]0 h
  22. std::stringstream heightValue;
    & i( }& {* j6 X$ _0 x
  23. heightValue << height->GetValue();</P>
    , L9 J* \& |9 W9 |8 j
  24. <P>cylinderBuilder1->Diameter()->SetRightHandSide(diameterValue.str());
    3 D7 C2 o3 n1 b* F, l  v
  25. cylinderBuilder1->Height()->SetRightHandSide(heightValue.str());</P>
      V( t' `0 }6 O3 G( A" [8 S
  26. <P>//Set the axis' |3 z# _6 }  L1 c" A7 F* h
  27. Axis* axis1 = NULL;7 v# P3 n* K9 q$ O8 E- B2 r
  28. axis1 = cylinderBuilder1->Axis();
    0 C* \# w1 q3 J
  29. axis1->Point()->SeTCoordinates(originPoint);! |2 W" G& n* ?: a- J& ~1 Y. @
  30. axis1->SetDirection(direction1);</P>  @# y& e. j) p* Z; I
  31. <P>//Commit3 |6 K; v/ F9 Q4 ^) v" T
  32. cylinderBuilder1->Commit();: [- P; V) ]# _. W1 m- b
  33. cylinderBuilder1->Destroy();
    # L2 K9 e0 e3 ]5 G' Y: c/ b' D
  34. cylinderBuilder1 = NULL;
    % Z& J7 l$ G+ X2 O! f5 B- a
  35. }" x5 g- L- ]  f: G4 f
  36. </P>
复制代码
) B$ I. l4 W% S; ^+ h
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了