How to know a model member's index ?

I have imported a 3D model from google sketch up. I want to know the index of each model component. For. e.g if i import a car model from sketch up i want to know which index is the wheel. Below is the lingo code. I want to use this index in step a (of code given below) to create individual member animation.
               property p3Dmember  -- reference to 3D cast member
               property pCharacter -- reference to the character in the 3D world
                 -on beginSprite me
               -- initiate properties and 3D world
               p3Dmember = sprite(me.spriteNum).member
                p3Dmember.resetWorld()
step a:     pCharacter = p3Dmember.model[31]       
I would appreciate your time and help for solving this issue.
Thanks.

Hi kasipicola,
When you created the 3dMember in sketchup, did you assigned a name to the models?. I know sketchup is not the same as 3dsmax but when I wanted to reference a model created in 3dsmax I just simply called by its name like:
pCharacter = p3Dmember.model("main_character")
When you have the model reference, you can get its index in the model list by using the GetOne() method
The_index= getone(p3Dmember.model, pCharacter)

Similar Messages

  • HT5457 How I know what model is my iPad ?

    How I know what model is my iPad

    Go to support.apple.com/kb/HT5452
    I hope I helped!!!

  • How to know iPhone model?

    how to know iPhone model from iPhone and using programatically

    In addition to what stedman1 mentioned above, you can also use the following link to identify your iPhone:
    Identifying iPhone models - Apple Support

  • HT3939 HOw to know iphone model number if iphone is dead & its back cover was broken...

    HOw to know iphone model number if iphone is dead & its back cover was broken...

    contact apple.

  • How to know the model of my Dv6 and how to install switchable graphics driver

    hi,
    I have a HP pavilion dv6 but I don't know what model is to download the drivers.
    Here are the specs:
    (this was purchase in Europe Portugal)
    - Intel core I5 M480 2.67Ghz
    - 500GB HDD 5600rpm
    - HD 6650
    - 4GB RAM
    - Finger print reader
    - 3x USB
    -Dvd Rom
    - x1 SD CARD reader
    - x1 esata
    - x1 HDMI
    - x1 Vga port
    - Camera HP trueVision
    - Dobly Advance Audio ALTEC lansing
    - Win7 Home Prem 64bit
    I need to install the AMD 6650 Driver with the switchable drivers options currently it only detects the Intel HD Graphics, installing the latest driver from AMD for the mobil 6650 will not work it doesn't dettect the graphics card.
    How can I know my laptop model ? and how to install the switchable and AMD drivers.. the laptop came with no CDs.
    Thank you,
    Arthur

    Get your full Model number or Product number from the Service Tag attached to bottom of laptop (may be under battery)
    How Do I Find My Model Number or Product Number
     Once you have the info, use the button at top of this page titled "Support", then click "Download drivers" from the menu. Enter your Product Number. After entering PN click 'Go". On the next page use the dropdown menu to select your Operating System, click Next. A list will populate with drivers/software.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • How to know a model Personnel Area

    Is there a way of knowing the model PA of a copied PA?
    Like view V_T52DZ for wagetypes.

    i think we dont have
    As per requirment we will customise the PA if u want to view the exisisting one u can view V_T001P

  • How to know MAX_EXTENT limit of my index?

    Hi, I have the following error: ORA-01632 Max Extents (505) reached in Index STC.IRI34IDX
    If I am not wrong "ALTER TABLESPACE STC STORAGE (MAXEXTENTS 800);" will increase the limit to 800.
    How can I know the max extents for my indexes before this happen again?
    if this index has reached the maximun extents will the other indexes of the same tablespace be unable to extent because the tablespace has reached his limit or it does affect only to this index?
    thanks

    Unless you have a truly paleolithic version of Oracle, pre 7.3, you can safely set maxextents to unlimited everywhere. 505 is the default for a 8k block.
    alter tablespace stc storage (maxextents 800) will make sure maxentents for new objects is set to 800. Existing objects won't be affected at all.
    The current number of extents is available in the extents column in dba_segments.
    The limit is a per segment limit.
    Sybrand Bakker
    Senior Oracle DBA

  • How to know whether query is using Indexes in oracle?

    Please let me know necessary steps to check whether query using indexes.

    Try the below and check the explain plan.. See below explain plan using index marked as "RED" font
    SET AUTOTRACE TRACEONLY EXPLAIN
    SELECT * FROM emp WHERE empno = 7839;
    Execution Plan
    Plan hash value: 2949544139
    | Id  | Operation                   | Name   | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |        |     1 |    38 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| EMP    |     1 |    38 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX UNIQUE SCAN         | PK_EMP |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("EMPNO"=7839)

  • How to know the model of my laptop

    I have a lenovo laptop to which he ruined the charger, I could not buy another by the data model of the computer are deleted by use and was left without charging the battery to get it, the number only to be read is the "product id. 8922a44" as I can get the model from this number to buy the charger. Thank You
    Solved!
    Go to Solution.

    Welcome to the forum.
    Product number 8922-A44 is a  Lenovo 3000 C200. It uses a standard Lenovo AC adapter, 20VDC, 3.25A (65W)  or 4.5A (90W). You should be able to find a new or used adapter with these specifications at most computer shops.
    Cheers... Dorian Hausman
    X1C2, TPT2, T430s, SL500, X61s, T60p, A21p, 770, 760ED... 5160, 5150... S360/30

  • How to know motherboard model?

    I want change proccesor on my laptop...
    Everest give me just serial number of laptop board - PBRVA13HT0773C
    but i cant find any information about this motherboard...
    what kind of processors i can choose?
    my laptop - pavilion dm1
    Hewlett-Packard HP Pavilion dm1 Notebook PC
    CPU #1AMD E-350 Processor, 1596 МГц
    This question was solved.
    View Solution.

    Download and run CPU-z.
    I just verified that it does provide the systemboard number with my current product loan Spectre XT TouchSmart 13-3000 CTO Ultrabook.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How can I know which model of K9A2VM I have?

    I have a K9A2VM motherboard with an Athlon 64 x2 3600+ AM2 CPU. I would now like to upgrade to an AM3 Phenom II CPU with lots and lots of cores.
    However, I have a problem. I don't know if I have K9A2VM-FD or K9A2VM-FIH and I don't know how to find out. I've opened my box and looked at the card, but it only says K9A2VM. By reading the specs and looking at pictures, I know it has to be one of them, or at least that it is not K9A2VM-F V2 since it only has two RAM slots and I have four of them installed. There are other obvious differences too, which I can easily spot by looking at the picture.
    Now, looking at the CPU support page for -FD and -FIH, they seem to have differences in what CPUs they support:
    -FD at least supports an X6: http://www.msi.com/product/mb/K9A2VM-FD.html#/?div=CPUSupport
    Phenom II X6    Thuban    HDT90ZFBK6DGR    1090T    200    3.20    3M    6M    E0    125    7501v1B.zip
    But the -FIH CPU support page is different: http://www.msi.com/product/mb/K9A2VM-FIH.html#/?div=CPUSupport
    If I can use that processor, I'm really happy. But -FIH doesn't seem to support Phenom II at all. So provided that the information in the CPU support page is correct, it's fairly important to me to know which model I have. But in case nobody knows how I can distinguish between them; if I buy a Phenom II X6 CPU and it turns out that my motherboard doesn't support it; what is the worst thing that can happen? Will I break the CPU or motherboard, or will it simply not work, but the hardware will still be fine?
    Thanks.

    So this is a MS-7501 Version 1.0 card, in addition to being a K9A2VM. The entire web refers to it as "K9A2VM-FD / FHI". One will work, and the other will go up in smoke. And there is no easy way to know which is which. So how can I know? The reason I bought this card was so I could upgrade the CPU at a later time. Now it seems that's not possible, because the available information is so very poor. I've never had to gamble when purchasing hardware from other vendors. Is this common for MSI?

  • How will i know the model of my Satellite M100 series?

    just my last thought. How will i know what model am i using, it is satellite m100 series but i still dont know what specific it is...
    thanks for helping

    Hi Enrique
    Its very simple to find it out.
    At the bottom of the unit you will find the label which provides all this useful information.
    You should also find the number beginning with the PSM.
    This number is important to identify your notebook model for example
    for driver download.

  • How to know my ipod gen  model num is MB531LL

    How to know my ipod gen  model num is MB531LL

    See this article.
    http://support.apple.com/kb/HT1353
    Or enter your serial # here.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    B-rcok

  • How to know how much size we need in a tablespace to create index

    Hi,
    can anybody plz let me know,
    how to know how much space i need in a tablespace to create an index.
    thanks in advance

    Estimate Index Size and Set Storage Parameters
    http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a67772/indexa.htm#388
    Estimating Bitmap Index Size
    http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a76992/ch6_acce.htm#3625
    HTH
    Girish Sharma

  • How to know when spotlight is indexing

    hi,
    in previous OS versions you could tell when spotlight is indexing by clicking the spotlight icon in the toolbar and the dropdown would tell you.  now in yosemite how can we tell when spotlight is indexing?  because i use mail.app a lot and search won't work properly until the indexing is done.  thanks!
    rc

    Same way.
    Re-index Spotlight: Spotlight: How to re-index folders or volumes - Apple Support
    If that doesn't work, force it with this command in Terminal:
    sudo mdutil -E /

Maybe you are looking for

  • How do you recall a photo sent to wrong address?

    I accidently sent using the share feature a photo using iphoto to the wrong address, how do I recall it.

  • Adobe products under OS X and Win XP

    Can anyone give me a comparison of the performance of Photoshop,etc. when running them under OS X and Win XP (boot camp of course on the same machine). I'm assuming CS2. Just raw performance...I will have to factor in the time I would save using the

  • I would really like to purchase a Mac

    Hi, ive never posted in here before, but im curious if anyone has some advice. I find myself really wanting to get a macbook, macs seem so much smoother and efficient than a windows machine. I currently have a vaio, and im wondering what would be the

  • Dwf's from 3D Studio Max

    I am trying to import a dwf exported from 3DS Max 2010 into Acrobat Pro Extended. The file previews fine, but I get an error because apparently Max doesn't have any 'Layouts' associated with the dwf and you need at least one layout for the file to im

  • E75 How to hide mail diversion address?

    I am using a private domain and a mail transfer system from [email protected] to my ISP's mailbos, to keep my public e-mail address unchanged when I change providers. I configured the E75 mail, but the direct "end address" I'd rather hide is now disp