importing files from Repository

Dear All.
I have problem with importing file from Repository:
Which of these is correct?
#include
“…/…/…/BRep/Aalborg/BodyModels/RightLeg/BodyModel_NoMuscles.any”

Or
#include “…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”

“/…/…/…” or “…”
Is place of my file folder important in using Repository?

Mahmood reza Azghani
Sharif university of tech.
Tehran-Iran

Hi Mahmood

I am not sure I understand you correct… are you asking which of the
two models you should use or are you asking which way to include it?
#include “…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
looks like the right way to me. the part …/ means go up one
directory. So depends on where the file is that you are including from
is placed?
The difference on …/ and …\ is that one is used in windows (…) and
one is used in UNIX (…/).

Yes the place of your file folder if you mean the folder where your
models are placed is important because you are using a relative path
to the file you want to include.

Hope that it helped you,

Best regards
Christian, AnyBody Support

— In anyscript@yahoogroups.com, “marazghani” <marazghani@…> wrote:
>
> Dear All.
> I have problem with importing file from Repository:
> Which of these is correct?
> #include
> “…/…/…/BRep/Aalborg/BodyModels/RightLeg/BodyModel_NoMuscles.any”
>
> Or
> #include “…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
>
> “/…/…/…” or “…”
> Is place of my file folder important in using Repository?
>
> Mahmood reza Azghani
> Sharif university of tech.
> Tehran-Iran
>

Dear Christian

Thanks so much.
You helped me about …/ and …\ and duty of them.
Thanks.

Mahmood Reza Azghani
Shaif university of Tech.
Tehran-Iran

— In anyscript@yahoogroups.com, “AnyBody Support” <support@…> wrote:
>
> Hi Mahmood
>
> I am not sure I understand you correct… are you asking which of the
> two models you should use or are you asking which way to include it?
> #include “…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
> looks like the right way to me. the part …/ means go up one
> directory. So depends on where the file is that you are including from
> is placed?
> The difference on …/ and …\ is that one is used in windows (…) and
> one is used in UNIX (…/).
>
> Yes the place of your file folder if you mean the folder where your
> models are placed is important because you are using a relative path
> to the file you want to include.
>
> Hope that it helped you,
>
> Best regards
> Christian, AnyBody Support
>
> — In anyscript@yahoogroups.com, “marazghani” <marazghani@> wrote:
> >
> > Dear All.
> > I have problem with importing file from Repository:
> > Which of these is correct?
> > #include
> > “…/…/…/BRep/Aalborg/BodyModels/RightLeg/BodyModel_NoMuscles.any”
> >
> > Or
> > #include
“…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
> >
> > “/…/…/…” or “…”
> > Is place of my file folder important in using Repository?
> >
> > Mahmood reza Azghani
> > Sharif university of tech.
> > Tehran-Iran
> >
>

Dear Mahmood

You are very welcome:D

Best regards
Christian, AnyBody Support

— In anyscript@yahoogroups.com, “marazghani” <marazghani@…> wrote:
>
> Dear Christian
>
> Thanks so much.
> You helped me about …/ and …\ and duty of them.
> Thanks.
>
> Mahmood Reza Azghani
> Shaif university of Tech.
> Tehran-Iran
>
> — In anyscript@yahoogroups.com, “AnyBody Support” <support@> wrote:
> >
> > Hi Mahmood
> >
> > I am not sure I understand you correct… are you asking which of the
> > two models you should use or are you asking which way to include it?
> > #include
“…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
> > looks like the right way to me. the part …/ means go up one
> > directory. So depends on where the file is that you are including from
> > is placed?
> > The difference on …/ and …\ is that one is used in windows (…) and
> > one is used in UNIX (…/).
> >
> > Yes the place of your file folder if you mean the folder where your
> > models are placed is important because you are using a relative path
> > to the file you want to include.
> >
> > Hope that it helped you,
> >
> > Best regards
> > Christian, AnyBody Support
> >
> > — In anyscript@yahoogroups.com, “marazghani” <marazghani@> wrote:
> > >
> > > Dear All.
> > > I have problem with importing file from Repository:
> > > Which of these is correct?
> > > #include
> > > “…/…/…/BRep/Aalborg/BodyModels/RightLeg/BodyModel_NoMuscles.any”
> > >
> > > Or
> > > #include
> “…/…/…/BRep/Aalborg/BodyModels/FullBodyModel/BodyModel.any”
> > >
> > > “/…/…/…” or “…”
> > > Is place of my file folder important in using Repository?
> > >
> > > Mahmood reza Azghani
> > > Sharif university of tech.
> > > Tehran-Iran
> > >
> >
>