码迷,mamicode.com
首页 > 其他好文 > 详细

OpenCasCade取TopoDS_Edge的首尾端点

时间:2020-03-02 22:31:17      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:fir   openca   handle   enc   top   api   value   val   ade   

TopoDS_Edge Edge1 = BRepBuilderAPI_MakeEdge(gp_Pnt(0,0,0), gp_Pnt(1,1,1));

Standard_Real first, last;

Handle(Geom_Curve) aCurve = BRep_Tool::Curve(Edge1, first, last);

gp_Pnt StrPnt = aCurve->Value(first);

gp_Pnt EndPnt = aCurve->Value(last);

 

 

tips:转成Geom_Curve的句柄再提取

OpenCasCade取TopoDS_Edge的首尾端点

标签:fir   openca   handle   enc   top   api   value   val   ade   

原文地址:https://www.cnblogs.com/zx62136/p/12398301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!