上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: Triangle 一个二维高质量网格(mesh)生成器和Delaunay三角化工具. PSLG(Planar Straight Line Graph)约束Delaunay三角网(CDT)与Delaunay三角网相似, 除了PSLG线段在CDT中表示为一条边. .poly文件格式 PSLG(Plana 阅读全文
posted @ 2017-08-11 11:41 一花一世界,一叶一乾坤 阅读(1179) 评论(0) 推荐(0)
摘要: 最近在使用vcpkg时,经常会碰到CMake错误。 有些以前能编译通过的包, 过一段时间又不能编译错误了。 错误提示一般是CMake错误, 弄得很郁闷。 我采用以下步骤解决了问题: 下面是我opencv编译错误解决过程: 1. 执行vcpkg命令 PS D:\Develop\GitOthers\vc 阅读全文
posted @ 2017-08-01 10:20 一花一世界,一叶一乾坤 阅读(3647) 评论(0) 推荐(0)
摘要: 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 一花一世界,一叶一乾坤 阅读(4658) 评论(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 一花一世界,一叶一乾坤 阅读(3298) 评论(0) 推荐(0)
摘要: 在OpenCADCADE中, 通过gp_Trsf类来进行矩阵变换操作, 采用矩阵在左的方式: 新点 = 变换矩阵 * 点 基本原理如下: gp_Trsf定义了单个平移, 旋转, 缩放, 对称等操作 复杂变换: 需要通过 gp_Trsf乘法来实现, 如: 一个物体要经过 缩放, 旋转, 平移等一系列操 阅读全文
posted @ 2017-06-10 21:11 一花一世界,一叶一乾坤 阅读(1941) 评论(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 一花一世界,一叶一乾坤 阅读(16664) 评论(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 一花一世界,一叶一乾坤 阅读(3049) 评论(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 一花一世界,一叶一乾坤 阅读(2022) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-04-28 20:39 一花一世界,一叶一乾坤 阅读(378) 评论(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 一花一世界,一叶一乾坤 阅读(1810) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页