上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: VsCode中使用Emmet神器快速编写HTML代码 出 处:http://www.cnblogs.com/summit7ca/ 转载: http://www.cnblogs.com/summit7ca/p/6944215.html 一、Emmet简述 Emmet (前身为 Zen Coding) 阅读全文
posted @ 2017-07-12 18:55 一花一世界,一叶一乾坤 阅读(4609) 评论(0) 推荐(0) 编辑
摘要: OCCT模块结构图 基础类: Foundation Classes module underlies all other OCCT classes; 模型数据: Modeling Data module supplies data structures to represent 2D and 3D 阅读全文
posted @ 2017-06-12 20:41 一花一世界,一叶一乾坤 阅读(3085) 评论(0) 推荐(0) 编辑
摘要: 在OpenCADCADE中, 通过gp_Trsf类来进行矩阵变换操作, 采用矩阵在左的方式: 新点 = 变换矩阵 * 点 基本原理如下: gp_Trsf定义了单个平移, 旋转, 缩放, 对称等操作 复杂变换: 需要通过 gp_Trsf乘法来实现, 如: 一个物体要经过 缩放, 旋转, 平移等一系列操 阅读全文
posted @ 2017-06-10 21:11 一花一世界,一叶一乾坤 阅读(1855) 评论(0) 推荐(0) 编辑
摘要: 转自 http://www.cppblog.com/eryar/archive/2013/08/20/202678.html Topology and Geometry in OpenCascade-Vertex eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法 阅读全文
posted @ 2017-05-26 20:33 一花一世界,一叶一乾坤 阅读(15377) 评论(0) 推荐(1) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- ##Copyright 2009-2015 Thomas Paviot (tpaviot@gmail.com) ## ##This file is part of pythonOCC. ## ##pythonOCC is free software: you can redistribute it and... 阅读全文
posted @ 2017-05-26 19:58 一花一世界,一叶一乾坤 阅读(2956) 评论(0) 推荐(0) 编辑
摘要: 转载地址:http://www.cppblog.com/eryar/archive/2012/06/30/180916.html 一、简介 Introduction to Package gp gp是几何处理程序包(Geometric Processor package),简称gp。包gp提供以下功 阅读全文
posted @ 2017-05-24 20:47 一花一世界,一叶一乾坤 阅读(1891) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-28 20:39 一花一世界,一叶一乾坤 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 参考:Wiki Cross product Coordinate notation The standard basis vectors i, j, and k satisfy the following equalities in a right hand coordinate system: w 阅读全文
posted @ 2017-04-23 11:36 一花一世界,一叶一乾坤 阅读(1751) 评论(0) 推荐(0) 编辑
摘要: 基底 以X,Y轴为基底 在平面直角坐标系中,我们分别取与X轴、Y轴正方向相同的两个单位向量 i,j 作为一组基底 根据向量加法与数乘运算法则, 其它任意向量可以表示为 a = xi + yj, 简记为 (x, y), 平面直角坐标系中的点转变成了相对于原点的向量. 以X1,Y1轴为基底(X1与Y1互 阅读全文
posted @ 2017-04-18 13:50 一花一世界,一叶一乾坤 阅读(1577) 评论(0) 推荐(0) 编辑
摘要: 向量(数学用语) 节选自: 百度百科向量 在数学中,几何向量(也称为欧几里得向量,通常简称向量、矢量),指具有大小(magnitude)和方向的量。与之对应的只有大小,没有方向的量叫做数量(物理学中称标量) 代数表示 一般印刷用黑体的小写英文字母(a、b、c等)来表示,手写用在a、b、c等字母上加一 阅读全文
posted @ 2017-04-18 13:05 一花一世界,一叶一乾坤 阅读(675) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页