(Deprecated)

vcPathObjectNode

vcPathObjectNode is the basic implementation for path object nodes.

Hierarchy

vcPathObjectNode

vcPathObjectActionNode

vcPathObjectMotionNode

vcPathObjectParameterNode

vcPathObjectReferenceNode

Properties

Name Type Access Description
Name String RW Defines the name of node.
PathObject vcPathObject R Gets the path object container of the node.
Properties List of vcProperty R Gets a list of all properties of the node.
Type Enumeration R Gets the node type.

See Path Object Constants for more information.

Methods

Name Return Type Parameters Description
createProperty vcProperty Enumeration type, String name, [Enumeration constraints] Adds a new property of a given type and name to the node.

An optional constraints argument can be given to define the new property's constraints, which must be done at the time of creation.

See Property Constants for more information.

deleteProperty None vcProperty property Deletes a given property from node.
getProperty vcProperty String name Returns the first property matching a given name in the node; otherwise returns None.