Page 1 of 1

Scaling replaces the markerset values

Posted: Mon Dec 02, 2019 4:48 am
by mritula
Hi, After scaling the original model, the <Markerset> tags values are getting replaced in the scaled model as below. Scone throws an error as it expects tags like <body>....

How to preserve this?

Error: Body Unassigned referenced in marker R.ASIS does not exist in the model Sub1_Scaled


Before Scaling:
<Marker name="R.ASIS">
<!--Body segment in the model on which the marker resides.-->
<body>pelvis</body>
<!--Location of a marker on the body segment.-->


After Scaling
<Marker name="R.ASIS">
<!--Path to a Component that satisfies the Socket 'parent_frame' of type PhysicalFrame (description: The frame to which this station is fixed.).-->
<socket_parent_frame>/bodyset/pelvis</socket_parent_frame>
<!--The fixed location of the station expressed in its parent frame.-->



Thanks,
Mritula.