标题: 求助,关于模型的的加载 [打印本页] 作者: 设计好爱者 时间: 2016-6-30 15:51 标题: 求助,关于模型的的加载 rhinocomman中描述物体的标识符
Every object has a Guid (globally unique identifier, also known as UUID, or universally unique identifier). The default value is Guid.Empty. When an object is added to a model, the value is checked. If the value is Guid.Empty, a new Guid is created. If the value is not null but it is already used by another object in the model, a new Guid is created. If the value is not Guid.Empty and it is not used by another object in the model, then that value persists. When an object is updated, by a move for example, the value of ObjectId persists.
This value is the same as the one returned by object.Id.