UCS与WCS的转换
1、UCS TO WCS : TransformBy(DOC.Editor.CurrentUserCoordinateSystem),
2、WCS TO UCS : TransformBy(DOC.Editor.CurrentUserCoordinateSystem.Inverse)
3、.NET是在WCS下工作,即:在.NET中画图时,点的坐标都被认为是WCS坐标
4、.NET中通过Editor.Get...方法获得的坐标都是UCS坐标
1、UCS TO WCS : TransformBy(DOC.Editor.CurrentUserCoordinateSystem),
2、WCS TO UCS : TransformBy(DOC.Editor.CurrentUserCoordinateSystem.Inverse)
3、.NET是在WCS下工作,即:在.NET中画图时,点的坐标都被认为是WCS坐标
4、.NET中通过Editor.Get...方法获得的坐标都是UCS坐标