ComponentBaseCreateObject(DefineObjectType, Vec3, Boolean) Method |
返回用户文档首页
创建对象,
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
SyntaxTFObject CreateObject(
DefineObjectType type,
Vec3[] ctrlPoints,
bool bRuntime
)
Parameters
- type DefineObjectType
- 对象类型
- ctrlPoints Vec3
- 对象控制点世界坐标列表
- bRuntime Boolean
- 子对象是否随组件刷新被删除
Return Value
TFObject新对象
See Also