|
函数名称 作用
ucsNormalVector Returns a vector indicating the Z-axis direction of the current UCS. The vector is the normal to the X and Y axes.
ucsXDir Returns the X-axis direction of the current UCS.
ucsYDir Returns the Y-axis direction of the current UCS.
AcFStream _wideToMulti This function converts a cide-char type string to a multibyte string.
asDblArray This inline function returns pnt as an array of two doubles. (将AcGePoint2d转为double数组)
asDblArray This inline function returns pnt as an array of three doubles. (将AcGePoint3d转为double数组)
asDblArray This inline function returns vec as an array of two doubles. (将AcGeVector2d转为double数组)
asDblArray This inline function returns vec as an array of three doubles.(将AcGeVector3d转为double数组)
asPnt2d This inline function returns the pnt array of two doubles as an AcGePoint2d object.(将double数组转为AcGePoint2d对象)
asPnt3d This inline function returns the pnt array of three doubles as an AcGePoint3d object.(将double数组转为AcGePoint3d对象)
asVec2d This inline function returns the vec array of two doubles as an AcGeVector2d object.(将double数组转为AcGeVector2d对象)
asVec3d This inline function returns the vec array of three doubles as an AcGeVector3d object.(将double数组转为AcGeVector2d对象)
函数名称 作用
ucsNormalVector返回指示当前UCS的Z轴方向的向量。向量是X轴和Y轴的法线。
ucsXDir返回当前UCS的X轴方向。
ucsYDir返回当前UCS的Y轴方向。
AcFStream_wideToMulti此函数用于将cide字符类型字符串转换为多字节字符串。
asDblArray此内联函数将pnt作为两个双精度数组返回。(将AcGePoint2d转为双重的数组)
asDblArray此内联函数返回pnt作为三个双精度数组。(将AcGePoint3d转为双重的数组)
asDblArray这个内联函数返回两个双精度数组的vec。(将AcGeVector2d转为双重的数组)
asDblArray此内联函数以三个双精度数组的形式返回vec(将AcGeVector3d转为双重的数组)
asPnt2d此内联函数返回两个双精度的pnt数组作为AcGePoint2d对象(将双重的数组转为AcGePoint2d对象)
asPnt3d此内联函数返回三个双精度的pnt数组作为AcGePoint3d对象(将双重的数组转为AcGePoint3d对象)
asVec2d此内联函数返回两个双精度的vec数组作为AcGeVector2d对象(将双重的数组转为AcGeVector2d对象)
asVec3d此内联函数返回三个双精度的vec数组作为AcGeVector3d对象(将双重的数组转为AcGeVector2d对象) |
|