A3DObject
Overview
A3DObject 是Python的Aspose.3D FOSS中的一个类. 继承人: INamedObject.
A3DObject.find_property returns the property object matching the given name if it exists.
本类提供了在Python程序中使用A3DOobject对象的5种方法. 有的方法包括: __init__, find_property, get_property, remove_property, set_property. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: name, properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | 阅读/写作 | 得到或设置名字. |
properties | PropertyCollection | Read | 得到了房地产. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
find_property(property_name: str) | 如果存在,返回与给定的名称匹配的属性对象. |
get_property(property: str) | 获取指定属性的值 |
set_property(property: str, value) | 设置物业值. |
remove_property(property) | 删除对象中指定属性 |