Skip to content

2D Not working with .fbx file #8

Description

@amruta-k-k

Hello Team,

I have integrated this code in my app, its working great with sample rvt files.
My client has give me .fbx files which are not working. Getting error here

  var geometryItems3D = Autodesk.Viewing.Document.getSubItemsWithProperties(document.getRootItem(), {
    'type': 'geometry',
    'role': '3d'
  }, true);
  var geometryItems2D = Autodesk.Viewing.Document.getSubItemsWithProperties(document.getRootItem(), {
    'type': 'geometry',
    'role': '2d'
  }, true);

3D is generated, but 2D is not generated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions