STL File

Hi,

I want to add a STL File (a bag) on the FreePosturMove Model.
It should be connected to the PalmJoint Node and hence is inserted
in the Arm3D File:

AnyRefNode PalmJoint={ sRel=.Scale({-0.08,-0.02,0.0})*.Mirror;};

AnyDrawSTL Bag = {

 RGB = {1, 0, 0};
 ScaleXYZ = {0.001, 0.001, 0.001};
 //Transparency = 1;
 //Face = 2;
 FileName = "bag.stl";
   };

Unfortunately the PalmJoint Node is mirrored and thus the bag
appears on both sides of the model. What can I do to fix this
problem?

Thank you.

Best regards

Thomas

Hello Thomas,

Including these lines, maybe a different path, in e.g. the Environment file
does the trick.

AnyRefNode &PalmNode1 =
Main.HumanModel.BodyModel.Left.ShoulderArm.Seg.Hand.PalmJoint;

PalmNode1 = {

AnyDrawSTL drawbag =

{

RGB = {1, 0, 0};
ScaleXYZ = {0.001, 0.001, 0.001};

FileName = “bag.stl”;

};

};

Best regards,

Sebastian


From: anyscript@yahoogroups.com [mailto:anyscript@yahoogroups.com] On Behalf
Of knox40
Sent: 29. juli 2008 15:49
To: anyscript@yahoogroups.com
Subject: [AnyScript] STL File

Hi,

I want to add a STL File (a bag) on the FreePosturMove Model.
It should be connected to the PalmJoint Node and hence is inserted
in the Arm3D File:

AnyRefNode PalmJoint={ sRel=.Scale({-0.08,-0.02,0.0})*.Mirror;};

AnyDrawSTL Bag = {

RGB = {1, 0, 0};
ScaleXYZ = {0.001, 0.001, 0.001};
//Transparency = 1;
//Face = 2;
FileName = “bag.stl”;
};

Unfortunately the PalmJoint Node is mirrored and thus the bag
appears on both sides of the model. What can I do to fix this
problem?

Thank you.

Best regards

Thomas

[Non-text portions of this message have been removed]