zoukankan      html  css  js  c++  java
  • NX二次开发-NXOpen C# UF函数例子目录【更新日期2020.7.21】

    NxOpenC# UF Example
    1 使用NXOPEN C#向导模板做开发以及如何查看C#帮助文档写代码 https://www.cnblogs.com/nxopen2018/p/12310032.html
    2 NXOPEN C#项目如何设断点调试代码 https://www.cnblogs.com/nxopen2018/category/1658106.html
    3 基于Winform界面对话框与NXOPEN C#交互的开发 https://www.cnblogs.com/nxopen2018/p/12387596.html
    4 C#开发中Tag对象与TaggedObject对象转换方法  https://www.cnblogs.com/nxopen2018/p/13184940.html
     Modl模型创建与查询
    1 创建块theUfSession.Modl.CreateBlock1 https://www.cnblogs.com/nxopen2018/p/12313437.html
    2 创建圆柱theUfSession.Modl.CreateCyl1 https://www.cnblogs.com/nxopen2018/p/12313802.html
    3 特征找体theUfSession.Modl.AskFeatBody https://www.cnblogs.com/nxopen2018/p/12313956.html
    4 创建链表theUfSession.Modl.CreateList https://www.cnblogs.com/nxopen2018/p/13199842.html
    5 插入对象到链表theUfSession.Modl.PutListItem https://www.cnblogs.com/nxopen2018/p/13199847.html
    6 创建拉伸theUfSession.Modl.CreateExtruded https://www.cnblogs.com/nxopen2018/p/13199860.html
    7 布尔求交theUfSession.Modl.IntersectBodies https://www.cnblogs.com/nxopen2018/p/13199887.html
    8 获得两个圆曲线的两个交点theUfSession.Modl.IntersectCurveToCurve https://www.cnblogs.com/nxopen2018/p/13199892.html
     ObjNX对象与属性
    1 设置颜色theUfSession.Obj.SetColor https://www.cnblogs.com/nxopen2018/p/12313969.html
    2 遍历函数theUfSession.Obj.CycleObjsInPart https://www.cnblogs.com/nxopen2018/p/13184730.html
    3 设置透明度theUfSession.Obj.SetTranslucency https://www.cnblogs.com/nxopen2018/p/13199861.html
         
    UF_CSYS坐标系操作
    1 获取WCS theUfSession.Csys.AskCsysInfo https://www.cnblogs.com/nxopen2018/p/13199796.html
    2 获取WCS的矩阵和原点theUfSession.Csys.AskCsysInfo  https://www.cnblogs.com/nxopen2018/p/13199824.html 
    UF_CURVE曲线和点
    1 创建圆弧theUfSession.Curve.CreateArc https://www.cnblogs.com/nxopen2018/p/13199835.html
    2 三点创建圆弧theUfSession.Curve.CreateArcThru3pts  https://www.cnblogs.com/nxopen2018/p/13199905.html
    3 创建点theUfSession.Curve.CreatePoint  https://www.cnblogs.com/nxopen2018/p/13199949.html 
    UF_UI界面相关
    1 点构造器theUfSession.Ui.PointConstruct https://www.cnblogs.com/nxopen2018/p/13358098.html
    2 UI加锁theUfSession.Ui.LockUgAccess https://www.cnblogs.com/nxopen2018/p/13358098.html
    3 UI解锁theUfSession.Ui.UnlockUgAccess https://www.cnblogs.com/nxopen2018/p/13358098.html

    NX二次开发-NXOPEN C# WinForm点构造器UF.Ui.PointConstruct和UI加锁解锁UF.Ui.LockUgAccess

  • 相关阅读:
    JPA01
    mybatis入门
    PHP 循环- While循环
    PHP超级全局变量
    PHP 数组排序
    PHP数组
    PHP Switch语句
    PHP IF...Else语句
    PHP运算符
    PHP字符串变量
  • 原文地址:https://www.cnblogs.com/nxopen2018/p/12310350.html
Copyright © 2011-2022 走看看