Error occurred while driving my brace with markers

Hi

I used this code to add markers on the brace and an error occurred:'AnyRefFrame': Objects of class AnyRefFrame cannot be created because it is an abstract class.

Brace_Thigh={
AnyFunTransform3DIdentity GeomScale = {};
AnyRefFrame AnatomicalFrame ={};
};

It says that AnyRefFrame cannot be used to create AnatomicalFrame, so what class should I use to create AnatomicalFrame? I really hope someone can help me. Thank you in advance.

Best wishes
Sam

Hi Sam,

Sorry my fault, it should be

AnyFunTransform3DIdentity GeomScale = {};
AnyRefNode AnatomicalFrame ={};
};

Best regards
Søren

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.