A3Dobject

Vue de l’ensemble

‘A3DObject’ est une classe dans Aspose.3D FOSS pour Python.

A3DObject.find_property retourne l’objet de propriété correspondant au nom donné si il existe.

Cette classe fournit 5 méthodes pour travailler avec des objets A3DObject dans les programmes Python. Les méthodologies disponibles comprennent: __init__, find_property , get_property ، remove_prestation et set_pripertY. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.3D FOSS pour le package Pyathon. Properties : name ‘properts’.

Propriétés

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
propertiesPropertyCollectionReadGets the properties.

méthodes

SignatureDescription
__init__(name: str)
find_property(property_name: str)Returns the property object matching the given name if it exists
get_property(property: str)Retrieves the value of the specified property
set_property(property: str, value)Sets the property value.
remove_property(property)Deletes the specified property from the object

Voir aussi

  • Aspose.3D - référence API d’entreprise
 Français