Dim segType As SegmentType = myLwPolyline.GetSegmentType(i)
If segType = SegmentType.Arc Then
Dim myArc As Autodesk.AutoCAD.Geometry.CircularArc3d = myLwPolyline.GetArcSegmentAt(i)
myLength = myArc.GetLength(myArc.GetParameterOf(myArc.StartPoint), myArc.GetParameterOf(myArc.EndPoint), 0)
myRadius = myArc.Radius
End If
Next
|  | 
暂时没有评论
| 发表评论 - 不要忘了输入验证码哦! | 
 
 
 
				 用户登陆
 用户登陆 站点日历
 站点日历 站点统计
 站点统计 最新评论
 最新评论 
 
 CAD VB.net CircularArc3d GetLength   [ 日期:2023-01-06 ]   [ 来自:
 CAD VB.net CircularArc3d GetLength   [ 日期:2023-01-06 ]   [ 来自: