Make Helix Shape in occQt

简介: Make Helix Shape in occQtPCurve is a powerful modeling method, to make helix shapes in occQt to help you understand pcurve better, then you can also can model some intereting shape based on pcurve.

Make Helix Shape in occQt

PCurve is a powerful modeling method, to make helix shapes in occQt to help you understand pcurve better, then you can also can model some intereting shape based on pcurve.

OpenCASCADE does not provide helix curve directly, but you can build a helix curve by the pcurve of a surface(curve on surface). When you understand the pcurve of a surface, you can make a helix curve easily.

helix

 

References:

https://github.com/eryar/occQt/issues/11

http://www.cppblog.com/eryar/archive/2015/07/09/211212.html

http://www.cppblog.com/eryar/archive/2016/03/05/212931.html

目录
相关文章
ORB_SLAM2_CUDA : Make failed - Compiling examples - Undefined References
ORB_SLAM2_CUDA : Make failed - Compiling examples - Undefined References
109 0
|
计算机视觉
交叉编译opencv:undefined reference to `png_riffle_palette_neon
交叉编译opencv:undefined reference to `png_riffle_palette_neon
205 0
Minimal Square
Minimal Square
89 0
Minimal Square
|
缓存 Python
成功解决Building wheels for collected packages: dlib Running setup.py bdist_wheel for dlib ... error
成功解决Building wheels for collected packages: dlib Running setup.py bdist_wheel for dlib ... error
成功解决Building wheels for collected packages: dlib Running setup.py bdist_wheel for dlib ... error
Tutorial: Generate BBox or Rectangle to locate the target obejct
Tutorial: Generate BBox or Rectangle to locate the target obejct      1 clc;close all;clear all; 2 Img=imread('/home/wangxiao/Documents/files/Vis...
The computation of homography, essential and fundamental matrix
  本次打算梳理下最基本的几个矩阵之间的关系以及计算,总结大体内容: 1.  单应性矩阵的基本概念 什么是单应性矩阵?单应性变换包含什么样的射影组合(projective transformation)? 单应性关系的前提条件? 单应性与极几何的联系? 2. 单应性矩阵的计算  本质矩阵和基础矩阵的性质,上一篇博文有详细介绍,所以此处只讲计算方法了。
1968 0
|
人工智能 图形学
OpenCASCADE Shape Location
OpenCASCADE Shape Location eryar@163.com Abstract. The TopLoc package of OpenCASCADE gives resources to handle 3D local coordinate systems called Locations.
1610 0
IsoAlgo3d - PCF format 3d visualization tool
IsoAlgo3d - PCF format 3d visualization tool eryar@163.com IsoAlgo3d is a PCF format 3d visualization tool.
1674 0