automatisation addind Ref Point

Hi,
I'd like to add a number of reference points for kinematic measurements. Given the large number of points, I don't want to create individual Ref point objects. Is there a way to automate Ref Point creation (directly from Anybody or with a Python script?) from a file containing their coordinates?
Thanks for your help :slight_smile:
Margaux

Hi Margaux

You can certainly do that. Please see the class AnyRefNodeGroup. You can also use AnyKinLinear to pass multiple reference nodes and measure the distances between 2 sets of corresponding reference nodes, or many to one. Please see the demo examples for these classes.

Best regards
Dave