2022年1月28日

一只没搞懂GetDistanceAtParameter( param)函数中parameter的具体含义

摘要: 贴出曲线函数方法如下 CAD NET二次开发-Curve类函数 1.GetArea 功能:获取曲线面积值; 2.GetClosestPointTo 功能:获得曲线外点到曲线最近距离曲线上的点,或者两条曲线间最近距离的点 3.GetDistAtParam 功能:获得曲线上任一参数到曲线起点参数的距离或 阅读全文

posted @ 2022-01-28 21:35 yyxu 阅读(586) 评论(0) 推荐(0) 编辑

2022年1月19日

Autocad中的RXClass和Type的区别 有什么含义?

摘要: 先打印一段程序测试下结果: RXClass x = RXObject.GetClass(typeof(BlockReference)); Editor ed = Application.DocumentManager.MdiActiveDocument.Editor; Type y = typeof 阅读全文

posted @ 2022-01-19 21:52 yyxu 阅读(276) 评论(1) 推荐(0) 编辑

what's the difference between class and type in c#?

摘要: C# is a strongly typed language; therefore every variable and object must have a declared type. A data type can be described as being either: A built- 阅读全文

posted @ 2022-01-19 21:31 yyxu 阅读(34) 评论(0) 推荐(0) 编辑

导航