Click or drag to resize

SolidGetCutPart Method

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

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public List<Shell> GetCutPart(
	Solid boolean
)

Parameters

boolean  Solid
用于做切割的实体

Return Value

ListShell
切割后的Shell集合
See Also