Tag: InwSimplePrimitivesCB Primitives

  • Get primitive from solid of Navisworks

    By Xiaodong Liang Geometry is accessed via the COM API: Fragment (InwOaFragment3) object, which you can get via a selection path as below, or through a node object, assuming you have a selection. GenerateSimplePrimitives() requires a class that implements InwSimplePrimitivesCB. You can create a separate class for this or simply implement the interface callback functions…