BindPoint constructor

__init__(self, scene, prop)

Initializes a new instance of the BindPoint class.


def __init__(self, scene, prop):
    ...
ParameterTypeDescription
sceneaspose.threed.SceneThe scene that contains the animation.
propaspose.threed.PropertyProperty.

See Also