Plane(Point, Vector) Constructor |
返回用户文档首页
通过原点、法线构造一个坐标系面
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic Plane(
Point o,
Vector n
)
Parameters
- o Point
- 坐标系原点
- n Vector
- 坐标系法线
See Also