Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

That's part of the code. In order to run... 3 things must take in count.

 

*    It's got to be run from an Assembly with sheetmetal parts inside.

*    Sheetmetal parts contained in the assembly must have unfolded.

*    And some text must be replaced with the full path of IDW template, to create the drawing. Where it reads "Template Full  Path"

 

If extension.Count=0 Then
'oDrawDoc.Close (True)
v_AnadirA105=v_DocumentoPadre.ComponentDefinition.Occurrences.AddVirtual("A 105 CURVAR",v_Matriz)
End If
HERE IS WHERE I WANT TO CREATE THE DIMENSIONS
'oDrawDoc.Close (True)
Catch
End Try
End If
Next

Thanks in advance.