| FaceExtensionGetDistance 方法 |
获取两个面之间的距离
命名空间:
Du.SolidWorks.Extension
程序集:
Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法 public static bool GetDistance(
this IFace2 entity0,
IFace2 entity1,
out double[] posacast,
out double[] posbcast
)
<ExtensionAttribute>
Public Shared Function GetDistance (
entity0 As IFace2,
entity1 As IFace2,
<OutAttribute> ByRef posacast As Double(),
<OutAttribute> ByRef posbcast As Double()
) As Boolean
参数
- entity0
- 类型:IFace2
第一个面 - entity1
- 类型:IFace2
第二个面 - posacast
- 类型:SystemDouble
第一个面上的位置 - posbcast
- 类型:SystemDouble
第二个面上的位置
返回值
类型:
Boolean[缺少 "M:Du.SolidWorks.Extension.FaceExtension.GetDistance(SolidWorks.Interop.sldworks.IFace2,SolidWorks.Interop.sldworks.IFace2,System.Double[]@,System.Double[]@)" 的 <returns> 文档]
备注
在 Visual Basic 和 C# 中,这个方法可以当成为类型
IFace2 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。
参见