高级会员
注册日期: 06-11
帖子: 1527
精华: 15
现金: 6353 标准币
资产: 6353 标准币
|
How to get the current tolerance parameters of Tessellate curve?
Q:
Hi,
I want to get the boundary of 3D model. In other words, I want to get the display or tessellation data of Curve in wireframe mode.
How to get the current chordTolerance and lengthTolerance for curve objects?
Your API is given below:
vTessPnts = swCurve.GetTessPts ( chordTolerance, lengthTolerance, vStartPnt, vEndPnt );
yogy
|