<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ?? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882384#M14023</link>
    <description>&lt;P&gt;thank you, i had read that but it is in C++ and I dont know that language. I use VB, if it was C# I could convert it at least. Will try to find a c++ converter.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jan 2022 21:20:16 GMT</pubDate>
    <dc:creator>Bradleywalker12380</dc:creator>
    <dc:date>2022-01-15T21:20:16Z</dc:date>
    <item>
      <title>Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10878774#M14016</link>
      <description>&lt;P&gt;I am trying to get the xrefs under the NOD ACAD_BIM_DEFINITIONS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am unsure of it what to CTYPE the dictionary entry as.&lt;BR /&gt;Ex: PDFDef As &lt;EM&gt;&lt;STRONG&gt;PdfDefinition&lt;/STRONG&gt; &lt;/EM&gt;= CType(oTrans.GetObject(oDictEntry.Value, OpenMode.ForRead), &lt;EM&gt;&lt;STRONG&gt;PdfDefinition&lt;/STRONG&gt;&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So instead of &lt;EM&gt;&lt;STRONG&gt;PdfDefinition&lt;/STRONG&gt; &lt;/EM&gt;what is the correct item for ACAD_BIM_DEFINITIONS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the debugger for the dictionary entry's object class I see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AppName "AcBIMUnderlayDbx"&lt;/P&gt;&lt;P&gt;DxfName "AcDbNavisworksModelDef"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;-B&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 03:15:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10878774#M14016</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-14T03:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879040#M14017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You should use some inspection tool such as &lt;A href="https://github.com/ADN-DevTech/MgdDbg" target="_blank" rel="noopener"&gt;MgdDbg&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:09:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879040#M14017</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-01-14T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879085#M14018</link>
      <description>&lt;P&gt;I just did, the Navisworks xref shows up as ImpEntity, and that is not available under .DatabseServices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other options are there?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879085#M14018</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-14T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879098#M14019</link>
      <description>&lt;P&gt;Did you search in the Navision specific libraries?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:41:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879098#M14019</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-01-14T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879121#M14020</link>
      <description>&lt;P&gt;From my litlle knowledge ImpEntity is quite similar to ProxyEntity.&lt;/P&gt;
&lt;P&gt;Tony Tanzillo siad in &lt;A href="https://forums.autodesk.com/t5/net/impentity/td-p/2053635" target="_blank" rel="noopener"&gt;this topic&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;"ImpEntity is one of the managed wrapper types that&lt;BR /&gt;get created, if there is no application-specific managed&lt;BR /&gt;wrapper implemented for a given custom object type,&lt;BR /&gt;or the managed wrappers for the custom object are not&lt;BR /&gt;being loaded."&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 07:51:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879121#M14020</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-01-14T07:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879299#M14021</link>
      <description>&lt;P&gt;I googled and searched the forums but there is no documentation on that.&lt;/P&gt;&lt;P&gt;That is a shame if &lt;EM&gt;&lt;STRONG&gt;ImpEntity &lt;/STRONG&gt;&lt;/EM&gt;similar to a Proxy Object, because ImpEntity is not even possible to use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1937895"&gt;@moogalm&lt;/a&gt; could possibly verify this, &lt;EM&gt;&lt;STRONG&gt;please&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madhukar, if you read this: Is there an actual object that can be used in DotNet to get Navisworks NWD/NWC files from the NamedObjectsDictionary &lt;EM&gt;&lt;STRONG&gt;ACAD_POINTCLOUD_EX_DICT&lt;/STRONG&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Similar when using &lt;EM&gt;PdfDefinition&lt;/EM&gt; for getting PDF Underlay xrefs from &lt;EM&gt;DBDictionaryEntry&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;-B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 09:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10879299#M14021</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-14T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10881000#M14022</link>
      <description>&lt;P&gt;Read this topic: &lt;A href="https://adndevblog.typepad.com/autocad/2016/11/how-to-retrieve-naviswork-model-nwd-or-bim-underlay-information-in-autocad-through-programming.html" target="_blank"&gt;https://adndevblog.typepad.com/autocad/2016/11/how-to-retrieve-naviswork-model-nwd-or-bim-underlay-information-in-autocad-through-programming.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 21:21:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10881000#M14022</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-01-14T21:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882384#M14023</link>
      <description>&lt;P&gt;thank you, i had read that but it is in C++ and I dont know that language. I use VB, if it was C# I could convert it at least. Will try to find a c++ converter.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 21:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882384#M14023</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-15T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882425#M14024</link>
      <description>&lt;P&gt;I don't think you can find a translator from C++ to VB.NET. The problem is that the code in the article is using ObjectARX and you are using the AutoCAD .NET API. These are different things. And besides, in the AutoCAD .NET API there are no direct methods for working with dxf-codes of entities, like acedEntGet in ObjectARX. So you have to use P/Invoke.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 22:14:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882425#M14024</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-01-15T22:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882465#M14025</link>
      <description>&lt;P&gt;I managed to get the C++ code converted to VB, but I am lost from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Imports Microsoft.VisualBasic

'Get  CoordinationModel
Private Sub test5()

	#pragma region Retrieve NWD Model from BlockTable
	Dim entId As AcDbObjectId

	Dim blockEnts As AcDbObjectIdArray

	AcDbBlockTable* blkTbl
	AcDbDatabase* db = acdbHostApplicationServices()-&amp;gt; workingDatabase()
	If Not eOkVerify(db-&amp;gt; getSymbolTable(blkTbl, AcDb:=:=kForRead)) Then
		Return
	End If


	' open named block and get NWD model
	AcDbBlockTableRecord* blkRec
	AcDbBlockTableRecordIterator* iter
	If Not eOkVerify(blkTbl-&amp;gt; getAt(ACDB_MODEL_SPACE, blkRec, AcDb:=:=kForRead)) Then
		Return
	End If

	If Not eOkVerify(blkRec-&amp;gt; newIterator(iter, True, True)) Then
		blkRec-&amp;gt; close()
		Return
	End If

	Do While (Not iter)-&amp;gt; done()
		Acad.ErrorStatus es = iter-&amp;gt; getEntityId(entId)
		If es = Acad.eOk Then
			blockEnts.append(entId)
		End If
		iter-&amp;gt; [step](True, True)
	Loop

	blkRec-&amp;gt; close()
	Dim iter As delete
	blkTbl-&amp;gt; close()

	#pragma endregion

	#pragma region Get entityname from ObjectId
	'test drawing has only one NWD and it would be the first one
	Dim ent_name As ads_name
	If Not eOkVerify(acdbGetAdsName(ent_name, blockEnts(0))) Then
		Return
	End If
	#pragma endregion


	'Get Resbuf struct of DXF Data of Selected  Model
	resbuf* args = acutNewRb(RTSTR)
	acutNewString(_T("*"), args-&amp;gt; resval.rstring)
	resbuf* entdata = acdbEntGetX(ent_name, args)
	acutRelRb(args)
	LoopRbChain(entdata)
	acutRelRb(entdata)

	'Get File Path
	acutPrintf(_T("NWD file path is %s"), nwdData.filePath)
	'Create a transform Matrix to get Scale\Insertion\Rotation angle
	Dim mat As AcGeMatrix3d
	Dim size As Integer = nwdData.rreals.length()
	For i As Integer = 0 To 3
		For j As Integer = 0 To 3
			mat(i,j) = nwdData.rreals.at(4*i + j)
		Next j
	Next i
	Dim scale As Double = mat.scale()
	Dim insertionV As AcGeVector3d = mat.translation()
	AcGePoint3d insertionPt(insertionV.x, insertionV.y, insertionV.z)

	'Some Math  to get rotation angle from  Matrix
'Converter Note: VB cannot determine whether both operands of this division are integer types - if they are then you should use the VB integer division operator:
	Dim acosVal As Double = mat(0, 0) / scale
	If acosVal &amp;gt; 1.0 Then
		acosVal = 1.0
	ElseIf acosVal &amp;lt; -1.0 Then
		acosVal = -1.0
	End If

	Dim rotAngle As Double = acos(acosVal)
	ASSERT(0.0 &amp;lt;= rotAngle AndAlso rotAngle &amp;lt;= M_PI)
	If mat(0, 1) &amp;gt; 0.0 Then
		rotAngle = 2.0 * M_PI - rotAngle
	End If



	acutPrintf(_T(vbLf &amp;amp; " Insertion Point [%.2f,%.2f,%.2f]," &amp;amp; vbLf &amp;amp; " Scale = %.2f " &amp;amp; vbLf &amp;amp; " Rotation = %.2f"), insertionV.x, insertionV.y, insertionV.z, scale, (rotAngle*180)/M_PI)

End Sub

Friend Structure NWDData
	Private filePath As CString
	Private rreals As AcArray
End Structure

'Global Declration
Private nwdData As NWDData

'Helper Methods
Private Function dxfCodeToDataType(ByVal resType As Integer) As Integer
	' which data type is this value
	If (resType &amp;gt;= 0) AndAlso (resType &amp;lt;= 9) Then
		Return RTSTR
	ElseIf (resType &amp;gt;= 10) AndAlso (resType &amp;lt;= 17) Then
		Return RT3DPOINT
	ElseIf (resType &amp;gt;= 38) AndAlso (resType &amp;lt;= 59) Then
		Return RTREAL
	ElseIf (resType &amp;gt;= 60) AndAlso (resType &amp;lt;= 79) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 90) AndAlso (resType &amp;lt;= 99) Then
		Return RTLONG
	ElseIf (resType = 100) OrElse (resType = 101) OrElse (resType = 102) OrElse (resType = 105) Then
		Return RTSTR
	ElseIf (resType &amp;gt;= 110) AndAlso (resType &amp;lt;= 119) Then
		Return RT3DPOINT
	ElseIf (resType &amp;gt;= 140) AndAlso (resType &amp;lt;= 149) Then
		Return RTREAL
	ElseIf (resType &amp;gt;= 170) AndAlso (resType &amp;lt;= 179) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 210) AndAlso (resType &amp;lt;= 219) Then
		Return RT3DPOINT
	ElseIf (resType &amp;gt;= 270) AndAlso (resType &amp;lt;= 299) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 300) AndAlso (resType &amp;lt;= 309) Then
		Return RTSTR
	ElseIf (resType &amp;gt;= 310) AndAlso (resType &amp;lt;= 369) Then
		Return RTENAME
	ElseIf (resType &amp;gt;= 370) AndAlso (resType &amp;lt;= 379) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 380) AndAlso (resType &amp;lt;= 389) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 390) AndAlso (resType &amp;lt;= 399) Then
		Return RTENAME
	ElseIf (resType &amp;gt;= 400) AndAlso (resType &amp;lt;= 409) Then
		Return RTSHORT
	ElseIf (resType &amp;gt;= 410) AndAlso (resType &amp;lt;= 419) Then
		Return RTSTR
	ElseIf resType = 1004 Then
		Return resType ' binary chunk
	ElseIf (resType &amp;gt;= 999) AndAlso (resType &amp;lt;= 1009) Then
		Return RTSTR
	ElseIf (resType &amp;gt;= 1010) AndAlso (resType &amp;lt;= 1013) Then
		Return RT3DPOINT
	ElseIf (resType &amp;gt;= 1038) AndAlso (resType &amp;lt;= 1059) Then
		Return RTREAL
	ElseIf (resType &amp;gt;= 1060) AndAlso (resType &amp;lt;= 1070) Then
		Return RTSHORT
	ElseIf (resType = 1071) Then
		Return RTLONG
	ElseIf (resType &amp;lt; 0) OrElse (resType &amp;gt; 4999) Then
		Return resType
	Else
		Return RTNONE
	End If
End Function
Private Sub LoopRbChain(ByVal entData As resbuf*)
	resbuf* tmp = entData
	Dim valueStr As CString
	'increase size of internal buffer from 128 to 512
	valueStr.GetBuffer(512)
	Dim count As Integer = 0 ' To monitor Matrix filling
	Do While tmp
		Dim dataType As Integer = dxfCodeToDataType(tmp-&amp;gt; restype)

		Select Case dataType
		Case RTSTR
			If tmp-&amp;gt; restype = 1 Then 'For NWD Model file path
				If tmp-&amp;gt; resval.rstring = NULL Then
					valueStr = _T("(NULL)")
				Else
					valueStr.Format(_T("""%s"""), tmp-&amp;gt; resval.rstring)
					nwdData.filePath = valueStr
				End If

			End If
		Case RTREAL
			If tmp-&amp;gt; restype = 40 Then
				If nwdData.rreals.length() &amp;lt; 16 Then
					nwdData.rreals.append(tmp-&amp;gt; resval.rreal)
				End If
			End If
		Case RTENAME
			If tmp-&amp;gt; restype = 340 Then
				resbuf* args = acutNewRb(RTSTR)
				acutNewString(_T("*"), args-&amp;gt; resval.rstring)
				resbuf* entdata = acdbEntGetX(tmp-&amp;gt; resval.rlname, args)
				LoopRbChain(entdata)
				acutRelRb(args)
				acutRelRb(entdata)
			End If

		End Select
		tmp = tmp-&amp;gt; rbnext
	Loop
	Return
End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please make a small sample using P/Invoke to get the Navisworks filepath?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 23:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10882465#M14025</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-15T23:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10883168#M14026</link>
      <description>&lt;P&gt;Small sample of P/Invoke: &lt;A href="https://stackoverflow.com/questions/30163338/c-sharp-wrapper-for-acdbentget-and-acdbentgetx" target="_blank"&gt;https://stackoverflow.com/questions/30163338/c-sharp-wrapper-for-acdbentget-and-acdbentgetx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 13:57:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10883168#M14026</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2022-01-16T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886476#M14027</link>
      <description>&lt;P&gt;All Imp* classes like ImpEntity, ImpDBObject, ImpObject, ImpCurve.. etc are internal classes to AcDbMgd assembly can only be accessed from within the assembly it is defined (or friend assemblies), users of this assembly are prevented from using them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What role does this Imp* plays, why are they are here in first place.&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In absence of respective Object Enabler, the object or entity is identified with ImpDbObject or ImpEntity respectively.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Unfortunately there is no .NET API to handle the information,&amp;nbsp; in this blog we decided to read information of Dxf data.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://adndevblog.typepad.com/autocad/2016/11/how-to-retrieve-naviswork-model-nwd-or-bim-underlay-information-in-autocad-through-programming.html" target="_blank"&gt;https://adndevblog.typepad.com/autocad/2016/11/how-to-retrieve-naviswork-model-nwd-or-bim-underlay-information-in-autocad-through-programming.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 02:24:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886476#M14027</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2022-01-18T02:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886628#M14028</link>
      <description>You may find the code - &lt;A href="https://forums.autodesk.com/t5/net/unnamed-ucs/m-p/4399235/highlight/true#M36755" target="_blank"&gt;https://forums.autodesk.com/t5/net/unnamed-ucs/m-p/4399235/highlight/true#M36755&lt;/A&gt;</description>
      <pubDate>Tue, 18 Jan 2022 03:57:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886628#M14028</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2022-01-18T03:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Correct object for Navisworks (ACAD_BIM_DEFINITIONS) ??</title>
      <link>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886820#M14029</link>
      <description>&lt;P&gt;Thank you for the explanations &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1937895"&gt;@moogalm&lt;/a&gt;, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/481027"&gt;@Alexander.Rivilis&lt;/a&gt; and &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;I am not an (expert) programmer like you guys by any means, I strictly use .Net only (and convert c# to vb with a tool, so if its not one of those two languages its a roadblock for me).&lt;/P&gt;&lt;P&gt;Also since the BIM is not accessible in mgdbd (for strict ObjectARX) and only in accore I will need to give up on the BIM xref.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least now I know why things were not behaving as I suspected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated anyways!!!!&lt;/P&gt;&lt;P&gt;-B&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 06:42:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/correct-object-for-navisworks-acad-bim-definitions/m-p/10886820#M14029</guid>
      <dc:creator>Bradleywalker12380</dc:creator>
      <dc:date>2022-01-18T06:42:17Z</dc:date>
    </item>
  </channel>
</rss>

