parent_node property
parent_node property
Gets or sets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.
Definition:
@property
def parent_node(self):
    ...
@parent_node.setter
def parent_node(self, value):
    ...
See Also
- module aspose.threed.profiles
- class MirroredProfile
- class Node