C# Solidworks二次开发:枚举应用实战(第五讲)

大家好,今天是我们枚举应用的第五讲。

下面是今天要介绍的枚举:

(1)第一个枚举为swConStraintType_e,这个枚举为草图约束,下面是官方的具体枚举值:

MemberDescription
swConstraintType_ALONGX48
swConstraintType_ALONGX3D64
swConstraintType_ALONGXPOINTS51
swConstraintType_ALONGXPOINTS3D66
swConstraintType_ALONGY49
swConstraintType_ALONGY3D65
swConstraintType_ALONGYPOINTS52
swConstraintType_ALONGYPOINTS3D67
swConstraintType_ALONGZ50
swConstraintType_ALONGZPOINTS53
swConstraintType_ANGLE2
swConstraintType_ANGLE3P43
swConstraintType_ARCANG18019
swConstraintType_ARCANG27020
swConstraintType_ARCANG9018
swConstraintType_ARCANGBOTTOM22
swConstraintType_ARCANGLEFT23
swConstraintType_ARCANGRIGHT24
swConstraintType_ARCANGTOP21
swConstraintType_ARCLENGTH44
swConstraintType_ATINTERSECT13
swConstraintType_ATMIDDLE12
swConstraintType_ATPIERCE40
swConstraintType_BELTTRACTION69
swConstraintType_BLOCKFIXEDLOCK70 = Lock two blocks together
swConstraintType_BLOCKNORMALLOCK71 = Lock blocks to be normal to one another (3D sketch)
swConstraintType_BLOCKROTATELOCK72 = Lock blocks to rotate around each other (3D sketch)
swConstraintType_C3TOUCH83
swConstraintType_CIRCULARPATTCNT77
swConstraintType_COINCIDENT9
swConstraintType_COLINEAR27
swConstraintType_CONCENTRIC10
swConstraintType_CONICRHO82
swConstraintType_CORADIAL28
swConstraintType_DIAMETER15
swConstraintType_DISTANCE1
swConstraintType_DOUBLEANGLE84 = Double angle display
swConstraintType_DOUBLEDISTANCE41
swConstraintType_ELLIPSEANG18034
swConstraintType_ELLIPSEANG27035
swConstraintType_ELLIPSEANG9033
swConstraintType_ELLIPSEANGBOTTOM37
swConstraintType_ELLIPSEANGLEFT38
swConstraintType_ELLIPSEANGRIGHT39
swConstraintType_ELLIPSEANGTOP36
swConstraintType_EQUALCURV3DALIGN80 =  Aligned equal curvature between 3D splines
swConstraintType_EQUALCURVATURE61
swConstraintType_EQUALTANGENT62
swConstraintType_FAKESLOTCONSTRAINT73 = Not actually a constraint; for display purposes only
swConstraintType_FITSPLINE60
swConstraintType_FIXED17
swConstraintType_FIXEDSLOT74 = Fix a slot
swConstraintType_FLANGEFACEDIST81 = Distance from virtual point to the relevant flange face
swConstraintType_HORIZONTAL4
swConstraintType_HORIZPOINTS25
swConstraintType_INTERSECTION56
swConstraintType_INVALIDCTYPE0
swConstraintType_ISOBYPOINT58 = ISO curve when its constraint parameter is determined by an external point
swConstraintType_LINEARPATTCNT76
swConstraintType_MERGEPOINTS42
swConstraintType_NORMAL45
swConstraintType_NORMALPOINTS46
swConstraintType_OFFSETEDGE16
swConstraintType_PARALLEL7
swConstraintType_PARALLELYZ54
swConstraintType_PARALLELZX55
swConstraintType_PATTERNED57
swConstraintType_PERPENDICULAR8
swConstraintType_PLANAROFFSET79 = For routing pipe offsets
swConstraintType_RADIALOFFSET78 = For routing pipe offsets
swConstraintType_RADIUS3
swConstraintType_SAMECURVELENGTH85 = Equal arc/spline length
swConstraintType_SAMEISOPARAM59 = Common relation for all pieces ( for the face ) of the surface's iso curve
swConstraintType_SAMELENGTH14
swConstraintType_SAMESLOTS75 = Same slot width and length
swConstraintType_SKETCHOFFSET47 = Between entities of the same sketch
swConstraintType_SNAPANGLE31
swConstraintType_SNAPGRID29
swConstraintType_SNAPLENGTH30
swConstraintType_SYMMETRIC11
swConstraintType_TANGENT6
swConstraintType_TANGENTFACE63
swConstraintType_TRACTION68
swConstraintType_USEEDGE32
swConstraintType_VERTICAL5 = Applies only to sketch lines
swConstraintType_VERTPOINTS26 = Applies only to sketch points

(2)第二个为swDesignTableErrors_e,这个枚举值为设计表的错误,下面是官方的具体枚举值:

MemberDescription
swDTbCannotOpen27 
swDTblCfgInvalid1
swDTblCorrupt
swDTblCurrentlyEditing
swDTblDataInvalidComponetState15 
swDTblDataInvalidFeatureState16 
swDTblDisplayStateError18 
swDTblExiting
swDTblFileNotFound
swDTblInvalidColCustomProp10 
swDTblInvalidColumnDimName11 
swDTblInvalidColumnFeatName12 
swDTblInvalidColumnKeyWord13 
swDTblInvalidColumnValue
swDTblInvalidConfigName14
swDTblInvalidRowNameKeyword21 
swDTblInvalidYesNoData17 
swDTblLinkChanged
swDTblModelFeatRequired19 
swDTblNegitiveDimension25 
swDTblNoError0
swDTblNoFileName
swDTblNotSuppressible23 
swDTblParentConfigInvalid20 
swDTblTableIsEmpty24 
swDTblTolTypeInvalid22 
swDTblTooManyColumns
swDTbUnUsedConfiguration26 
swDTConfigCircularDefinition33 
swDTDimAngleValueRangeError31 
swDTDimValueRangeError30 
swDTInvalidComponentName28 
swDTInvalidEquation32 
swDTNeedsComponent29 

(3)第三个为swFaultEntityErrorCode_e,这个枚举为实体故障错误码,下面是官方具体的枚举值:

MemberDescription
swBodyCorrupt1 = Data structure is corrupt
swBodyInsideOut3 = Body is inside out
swBodyInvalidIdentifiers2 = Body has invalid or duplicate identifiers
swBodyRegionsInconsistent4 = Regions of body are inconsistent
swEdgeBadFaceOrder14 = On a non-manifold edge, the face order around the edge does not match the order of the faces' surfaces around the edge
swEdgeBadWire15 = Two wireframe edges intersect at a position other than a vertex
swEdgeNonPeriodicCurve5 = Open or non-periodic curve on ring edge
swEdgeNonPeriodicNomGeom6 = Open or non-periodic nominal geometry on ring edge
swEdgeSpcurveOutOfTol11 = Spcurve not within edge's tolerance
swEdgeSpcurveOutOfTolNomGeom12 = Spcurve not within edge's tolerance of nominal geometry
swEdgeTouchEdge36 = Edges touch
swEdgeVertexNotLie7 = Vertex does not lie on edge's curve
swEdgeVertexNotLieNomGeom8 = Vertex does not lie on nominal geometry
swEdgeVerticesTouch13 = Vertices of edge touch
swEdgeWrongDir9 = Curve in wrong direction for edge
swEdgeWrongDirNomGeom10 = Nominal geometry in wrong direction
swEntityStateInvalid34 = State of entity is invalid
swFaceBadEdge17 = Edge does not lie on face's surface
swFaceBadEdgeOrder18 = Edge order around the face does not match the order of the edges' curves around the face
swFaceBadLoops20 = Loops inconsistent
swFaceBadVertex16 = Vertex does not lie on face's surface
swFaceBadWireframe22 = A wireframe edge intersects a face at a position other than a vertex
swFaceCheckerFailure23 = Checker failure during face/face check
swFaceFaceInconsistency24 = Inconsistent faces
swFaceNoAccomVertex19 = A surface singularity has no accompanying vertex
swFaceSelfIntersecting21 = Face is self intersecting
swGeomDegenerate26 = Geometry degenerated
swGeomStateSelfIntersect25 = Geometry is self intersecting
swRegionBadShells27 = Inconsistent shells
swShellBadTopologyGeometry28 = A topological entity belonging to a shell is not geometrically within the shell
swShellIntersect29 = Shell shell inconsistency
swTopolMissingGeometry35 = Missing geometry
swTopolNotG1Continuous30 = Topology's geometry is not G1 continuous
swTopolSizeBoxViolation31 = Some or all of entity is outside size box
swTopolStateCheckFail32 = Checker failure
swTopolStateNoGeometry33 = Missing geometry

(4)第四个为swKernelErrorCode_e,这个枚举为内核错误码,下面是官方的具体枚举值:

MemberDescription
swErrorBodyDontKnit-101041
swErrorCheckFailed-105061
swErrorCheckFailed2-113812
swErrorCurveDiscontinuous-100131
swErrorCurveShort-101057
swErrorEdgeIncorrectOrder-116406
swErrorEdgeisectInvalid-116404
swErrorError0
swErrorFacecheckFailed-113829
swErrorFaceFaceInconsistent-113816
swErrorFaceRedundant-116402
swErrorFailed-101063
swErrorGeometryDegenerate-113806
swErrorGeometryDiscontinuous-113827
swErrorGeometryMissing-113803
swErrorGeometrySelfx-113805
swErrorHasInvalidentity-101004
swErrorInconsistentDirs-116403
swErrorInvalidEntity-100914
swErrorInvalidGeometry-100999
swErrorInvalidGeometry2-113808
swErrorInvalidKnots-100978
swErrorInvalidLoop-116405
swErrorInvalidParameter-100120
swErrorInvalidPattern-101042
swErrorInvalidSharing-100921
swErrorLoopsInconsistent-113826
swErrorNotEntity-100022
swErrorSuccess1
swErrorSurfaceDiscontinuous-100129
swErrorTopologySelfx-113804
swErrorUnknown-1
swErrorVertexNotOnCurve-113818
swErrorVerticesTouch-113821

本篇文章要介绍的就是这么多,我们下篇文章再见。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/4236.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【AI】探索 Prompt:如何与 ChatGPT 对话

工作中 忙的太久 不觉间 已三十个年头 挑剔着 轮换着 你再三选择 那么寒冬后 炎夏前 谁会给你春一样的爱恋 日落后 最美的 时光已溜走 日落后 最美的 已溜走 🎵 赵雷《三十岁的女人》 在人工智能和用户交互领域,“prompt” 是一个至关重要的概念。它不仅…

SQLite尽如此轻量

众所周知,SQLite是个轻量级数据库,适用于中小型服务应用等,在我真正使用的时候才发现,它虽然轻量,但不知道它却如此轻量。 下载 官网: SQLite Download Page 安装 1、将下载好的两个压缩包同时解压到一个…

十大排序算法之——堆排序算法(Java实现)及思路讲解

堆排序是一种非常有效的排序算法,它利用堆这种数据结构所设计的一种排序算法。堆是一个近似完全二叉树的结构,并同时满足堆积的性质:即子节点的键值或索引总是小于(或者大于)它的父节点。堆排序可以分为两个主要部分&a…

【PG-2】PostgreSQL存储管理器

2. PostgreSQL存储管理器 src/backend/storage (base) torrestorresの机革:~/codes/postgresql-16.2/src/backend/storage$ ls Makefile buffer file freespace ipc large_object lmgr meson.build objfiles.txt page smgr sync存储管理器—smgr 通用存储管理器 …

航拍图像拼接 | 使用C++实现的无人机航拍图像拼接

项目应用场景 面向无人机航拍图像拼接场景,项目使用 C 实现,使用 harris 角点查找特征点 非极大值抑制,由于航拍图像没有严重的尺度旋转变化,使用了 berief 描述子,然后使用 RANSAC 求 H,最后进行图像拼接…

linux 中 make 和 gmake的关系

1. 关系 gmake特指GNU make。 make是指系统默认的make实现; 在大多数Linux发行版中,make就是GNU make,但是在其他unix中,gmake可以指代make的某些其他实现,例如BSD make或各种商业unix的make实现。 gmake是GNU Make的缩写。 Linux…

【算法一则】【贪心】数组中的数可以拼装成的最大数

题目 给定一组非负整数 nums,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数。 注意:输出结果可能非常大,所以你需要返回一个字符串而不是整数。 示例 1: 输入:nums [10,2] …

【UnityRPG游戏制作】RPG项目的背包系统商城系统和BOSS大界面

👨‍💻个人主页:元宇宙-秩沅 👨‍💻 hallo 欢迎 点赞👍 收藏⭐ 留言📝 加关注✅! 👨‍💻 本文由 秩沅 原创 👨‍💻 收录于专栏:Uni…

二分查找-在排序数组中查找元素的第一个和最后一个位置

给你一个按照非递减顺序排列的整数数组 nums,和一个目标值 target。请你找出给定目标值在数组中的开始位置和结束位置。 如果数组中不存在目标值 target,返回 [-1, -1]。 你必须设计并实现时间复杂度为 O(log n) 的算法解决此问题。 示例 输入&#xf…

程序链接步骤2:重定位

一、链接步骤 链接步骤1“符号解析”: 将符号引用和符号定义建立关联后; 链接步骤2“重定位”: 将引用符号的地址“重定位”为相关联的符号定义的地址。 二、原文链接:https://www.jianshu.com/p/7d13ec4735ba 符号解析完成后&…

ZooKeeper 搭建详细步骤之二(伪集群模式)

ZooKeeper 搭建详细步骤之一(单机模式) ZooKeeper 及相关概念简介 伪集群搭建 ZooKeeper 伪集群是指在一个单一的物理或虚拟机环境中模拟出一个由多个 ZooKeeper 节点构成的集群。尽管这些节点实际上运行在同一台机器上,但它们通过配置不同的…

字节秋招高频算法汇总(高级篇)

更多大厂面试内容可见 -> http://11come.cn 字节秋招高频算法汇总 接下来讲一下 字节秋招 中的高频算法题,分为三个部分: 基础篇 、 中级篇 、 进阶篇 目的就是为了应对秋招中的算法题,其实过算法题的诀窍就在于 理解的基础上 背会 看…

【ARMv9 DSU-120 系列 5 -- CHI Interface】

请阅读【Arm DynamIQ™ Shared Unit-120 专栏 】 文章目录 DSU-120 CHI BUSAddress Target Groups配置步骤映射和管理Hashing for CHI transaction distribution散列过程和地址目标组识别散列函数定义两个地址目标组的散列四个地址目标组的散列八个地址目标组的散列架构框图

与Apollo共创生态:我和Apollo七周年大会的心路历程

一、写在前面 前几天观看了Apollo七周年大会,给我带来了超多的惊喜,博主想将这份惊喜分享给大家! 二、Apollo开放平台 Apollo开放平台秉承其核心理念——开放能力、共享资源、加速创新、持续共赢,致力于推动自动驾驶技术的革新…

《HCIP-openEuler实验指导手册》1.2Apache主页面配置

一、配置服务器监听IP及端口 注释主配置文件“监听IP及端口”部分 cd /etc/httpd/conf cp httpd.conf httpd.conf.bak vim httpd.conf可以在普通模式下搜索Listen关键字 :/Listen按n键继续向后搜索 在/etc/httpd/conf.d中新建子配置文件port.conf: touch /etc…

新质生产力的内涵

新质生产力是以科技创新为先导,摆脱传统增长路径、符合高质量发展要求的生产力跃迁新形态,是数字时代更具有融合性、更体现新内涵的生产力组合。如果说传统生产力是人类已经掌握并正在使用的生产力,那么,新质生产力就是以大数据、…

Linux系统及工具的使用

​ Linux的版本系列与划分: Redhat与Debian系介绍(Linux各种发行版本概述)_酷炫人笨笨熊-CSDN博客_redhat和debian的区别 ubuntu下 1.打开 .bashrc文件, 在最后面添加下面一句话 Ubuntu 22.04下安装配置rime五笔输入法_ubuntu 22.04 五笔_繁星间漫步的博客-CSDN博客…

观成科技:蔓灵花组织加密通信研究分析总结

1.概述 蔓灵花,又名"Bitter",常对南亚周边及孟加拉湾海域的相关国家发起网络攻击,主要针对巴基斯坦和中国两国。其攻击目标主要包括政府部门、核工业、能源、国防、军工、船舶工业、航空工业以及海运等行业,其主要意图…

笔记:Python 注释(练习题)

文章目录 前言一、Python 注释是什么?二、选择题二、填空题三、编程题总结 前言 欢迎来到Python注释练习!在这个练习中,我们将探讨Python中注释的重要性和使用方法。注释在代码中扮演着关键的角色,不仅可以提高代码的可读性&…

火绒安全:全面守护你的数字世界

火绒安全:全面守护你的数字世界 在数字化时代的浪潮中,我们的电脑和生活已经紧密相连。然而,网络安全问题也如影随形,恶意软件、病毒、间谍软件等安全威胁层出不穷。作为一名国际著名的病毒程序软件专家,我深知一款高…