A3DObject
Overview
A3DObject Python için Aspose.3D FOSS sınıfıdır. Mirasçılardan gelenler: INamedObject.
A3DObject.find_property returns the property object matching the given name if it exists.
Bu sınıf Python programlarında A3DObject nesneleriyle çalışmak için 5 yöntem sunar. Mevcut yöntemler şunları içerir: __init__, find_property, get_property, remove_property, set_property. Tüm kamu üyeleri, Python paket için Aspose.3D FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir. Mülkiyet : name, properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Okumak / Yazmak | İsimleri alır ya da koyar. |
properties | PropertyCollection | Read | Mülklerini alır. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
find_property(property_name: str) | Eğer var ise verilen adı eşleşen mülk nesnesini iade eder. |
get_property(property: str) | Belirlenen mülkün değerini geri getiriyor |
set_property(property: str, value) | Mülkiyet değerini belirler. |
remove_property(property) | Konu ile ilgili özellikleri silinir. |