Click or drag to resize

PlaneInvert Method

返回用户文档首页
创建当前平面的倒置副本。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Plane Invert()

Return Value

Plane
当前平面倒置后得到的新平面对象。
See Also