Click or drag to resize

OperationCopyObjects Method

返回用户文档首页
拷贝多个模型对象

Namespace: LoongCAD.STC.Friendly.Scene.Operations
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public static List<ModelObject> CopyObjects(
	List<ModelObject> objs,
	Vector translate
)

Parameters

objs  ListModelObject
要拷贝的模型对象序列
translate  Vector
拷贝结果相对原对象的位置偏移

Return Value

ListModelObject
拷贝结果对象
See Also