AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
ElementModel () | |
构造函数 | |
virtual void | Save (ParameterDict storage) |
保存到属性集. | |
virtual void | Save (GeneralComponent storage, bool bForece=false) |
保存到组件 | |
virtual void | Load (ParameterDict storage, ObjectId id) |
从属性集加载 | |
virtual void | Load (ParameterDict storage) |
从属性集加载 | |
virtual void | Load (GeneralComponent storage) |
从组件中加载 | |
virtual void | SaveState () |
保存状态,下次创建新的对象重用相同的值 | |
属性 | |
ObjectId | ComponentId = ObjectId.InvalidId [get, set] |
对应的属性组件ID | |
The Element model
|
virtual |
从组件中加载
storage |
|
virtual |
从属性集加载
storage | 属性集 |
|
virtual |
从属性集加载
storage | 属性集 |
id | 组件ID |
|
virtual |
保存到组件
storage |
|
virtual |
保存到属性集.
storage | the storage |