06 2017 档案
摘要:OCCT模块结构图 基础类: Foundation Classes module underlies all other OCCT classes; 模型数据: Modeling Data module supplies data structures to represent 2D and 3D
阅读全文
摘要:在OpenCADCADE中, 通过gp_Trsf类来进行矩阵变换操作, 采用矩阵在左的方式: 新点 = 变换矩阵 * 点 基本原理如下: gp_Trsf定义了单个平移, 旋转, 缩放, 对称等操作 复杂变换: 需要通过 gp_Trsf乘法来实现, 如: 一个物体要经过 缩放, 旋转, 平移等一系列操
阅读全文