create_bind_point method
create_bind_point(self, obj, prop_name)
Creates a BindPoint based on the property data type.
Returns
The bind point instance or null if the property is not defined.
def create_bind_point(self, obj, prop_name):
...
| Parameter | Type | Description |
|---|---|---|
| obj | A3DObject | Object. |
| prop_name | str | Property name. |
See Also
- module
aspose.threed.animation - class
AnimationNode