AABBAddition(AABB, Point) Operator | 
返回用户文档首页
            返回包围盒与点的并集
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static AABB operator +(
	AABB aabb,
	Point point
)
Parameters
- aabb  AABB
 - 包围盒
 - point  Point
 - 点
 
Return Value
AABB包围盒与点的并集
See Also