Questions about real bone model

Hi, all

I have some questions about importing real bone into anyscript.
Wehn I define a segment, firstly I should write this :

AnySeg somethig ={
AnyDrawSeg DrwSeg = {};
};

then we can see yellow stick figure instead of real bone.

If I want to add real bone model, let’s say foot segment, then I
should right this in the Seg something folder:

AnyDrawSurf DrwSurf = {
FileName = “foot_bone”;
ScaleXYZ = {1.0, 1.0, 1.0};
RGB = {248/256,204/256,115/256};
};

And here is my question,
when I want to import real bone model, I could only use the bone
model provided in repository. But if I want to use my own bone model,
how can I import it into the anyscript? Should I convert it
to .anysurf file? Or can I use stl file or any other forms of file?
I’ll be really appreciated if you could tell me how I can use my own
bone model to import it into the anyscript. Thank you~~

Best regard,
Sungwoo Park

Hi Sungwoo,

The object AnyDrawSurf take as input anysurf files and also STL files. The
STL files will automatically be converted into anysurf format.

To keep the STL format when importing the cad file you can use an
AnyDrawSTL, this will draw the STL file without any modification (anysurf
format actually smooth the triangle edges).

Best regards,

Sylvain, AnyBody Support


From: anyscript@yahoogroups.com [mailto:anyscript@yahoogroups.com] On Behalf
Of cizofu11
Sent: 23. februar 2009 05:45
To: anyscript@yahoogroups.com
Subject: [AnyScript] Questions about real bone model

Hi, all

I have some questions about importing real bone into anyscript.
Wehn I define a segment, firstly I should write this :

AnySeg somethig ={
AnyDrawSeg DrwSeg = {};
};

then we can see yellow stick figure instead of real bone.

If I want to add real bone model, let’s say foot segment, then I
should right this in the Seg something folder:

AnyDrawSurf DrwSurf = {
FileName = “foot_bone”;
ScaleXYZ = {1.0, 1.0, 1.0};
RGB = {248/256,204/256,115/256};
};

And here is my question,
when I want to import real bone model, I could only use the bone
model provided in repository. But if I want to use my own bone model,
how can I import it into the anyscript? Should I convert it
to .anysurf file? Or can I use stl file or any other forms of file?
I’ll be really appreciated if you could tell me how I can use my own
bone model to import it into the anyscript. Thank you~~

Best regard,
Sungwoo Park

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