The C API let you set the leaf and push/pop instances to the path. The Ruby API have currently no mutators for instance path. (Note #338 to allow the leaf to be cleared)
Along with this there is no way to copy an instance path other than converting it to an array and passing it to the constructor. #clone should be added to match our other POD types (vector, point transformation etc).
The C API let you set the leaf and push/pop instances to the path. The Ruby API have currently no mutators for instance path. (Note #338 to allow the leaf to be cleared)
Along with this there is no way to copy an instance path other than converting it to an array and passing it to the constructor.
#clone
should be added to match our other POD types (vector, point transformation etc).