• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Navisworks API

    Reply
    Active Member
    Posts: 9
    Registered: ‎04-10-2012

    Navisworks 2012 model export to Collada format: mesh and material

    128 Views, 1 Replies
    09-19-2012 11:53 PM

    Goo day, Sirs!

    Is there any way to extract model material information from Navisworks 2012? I'm using Navisworks 2012 COM API to extract model vertices information: http://forums.autodesk.com/t5/Autodesk-Navisworks-API/Navisworks-2012-model-export-to-Collada-format...

    Xiaodong Liang sad that color specified per object: "In addition, the color in Navisworks is per object". Please explain how to get that!

    With regards, Sergey.

    Please use plain text.
    ADN Support Specialist
    xiaodong.liang
    Posts: 814
    Registered: ‎06-12-2011

    Re: Navisworks 2012 model export to Collada format: mesh and material

    09-24-2012 10:10 PM in reply to: sergeyzh

    Hi,

     

    If I understand correctly, you just want to get the color of object? 

     

    In COM API:  

    You can dump the attribute of the object to get the information of the orignal color of the object.

    You can override color, but cannot know the overriden color.

     

    In .NET API:  

    OriginalColor: Original color for this geometry (as specified by design file)
    PermanentColor:  Permanent color for geometry. Either original color or color explicitly overriden by user.
    ActiveColor:  Current (visible) color for this geometry

     OverridePermanentColor:  Overrides the permanent color of all ModelGeometry descendants of items.   

     

     

     



    Xiaodong Liang
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.