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

ZW3D 二次开发-创建球体

使用中望3d用户函数 cvxPartSphere 创建球体

函数定义:

  

ZW_API_C evxErrors cvxPartSphere(svxSphereData *Sphere, int *idShape);
typedef struct svxSphereData
{evxBoolType Combine; /**<@brief  combination method */svxPoint Center;     /**<@brief  sphere center point */double Radius;       /**<@brief  sphere radius (mm) */vxName ftrName; /**<@brief  feature name for "FtAllSph", 0 default */
} svxSphereData;

使用方法:

旧版本接口:

//球体
static evxErrors	CreateSphere(svxPoint pnt, double radius, int& id
http://www.xdnf.cn/news/15021.html

相关文章:

  • [架构之美]虚拟机Ubuntu密码重置
  • C++ Lambda 表达式详解
  • 建造者模式
  • Linux驱动06 --- UDP
  • 8.2.3希尔排序
  • CTI-CRYOGENICS Cryo-Torr®高真空泵安装、操作和维护说明
  • 国内如何考取Oracle大师
  • [2025CVPR]CCFS:高IPC数据集蒸馏的课程式粗细筛选技术解析
  • scp发送文件忽悠密码
  • Vue+Element Plus 中按回车刷新页面问题排查与解决
  • Linux中的命令连接符
  • php中array($this, ‘loadClass‘)表示啥意思?
  • 设计模式的六大设计原则
  • 《数据库》 MySQL库表操作
  • 判断当前是否为钉钉环境
  • Leetcode力扣解题记录--第42题 接雨水(动规和分治法)
  • C#中异步任务取消:CancellationToken
  • qemu vcpu的创建过程
  • 前缀和|差分
  • Java学习---JVM(1)
  • easyui碰到想要去除顶部栏按钮边框
  • 应用层协议 HTTP
  • Thrust库介绍与使用
  • LangGraph-2-interrupt 流程中断
  • Language Models are Few-Shot Learners: 开箱即用的GPT-3(二)
  • MacOS 终端(Terminal)配置显示日期时间
  • 亚矩阵云手机破解Maio广告平台多账号风控:从“生存焦虑”到“规模化增长”的终极方案
  • OneFileLLM:一键聚合多源信息流
  • AI探索 | 豆包智能助手跟扣子空间(AI办公助手)有什么区别
  • [Meetily后端框架] AI摘要结构化 | `SummaryResponse`模型 | Pydantic库 | vs marshmallow库