Click or drag to resize

PreBuiltAddSubObjects Method

返回用户文档首页
添加一组次对象(零件/构件)

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public bool AddSubObjects(
	long[] subObjIds
)

Parameters

subObjIds  Int64
次对象ID列表

Return Value

Boolean
是否添加成功
See Also