Click or drag to resize

SolidGetCutPart Method

返回用户文档首页
获取当前实体去除给定实体boolean后的Shell集合

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public List<Shell> GetCutPart(
	Solid boolean
)

Parameters

boolean  Solid
用于做切割的实体

Return Value

ListShell
切割后的Shell集合
See Also