Skip to content
Snippets Groups Projects
Commit 22d0482c authored by Harry Aase Larsson's avatar Harry Aase Larsson
Browse files

123

parent 6c76d06b
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,9 @@ Public Class Form1 ...@@ -32,9 +32,9 @@ Public Class Form1
drawingFunctions.add_dim(DrwView, oParentDoc, selection1, point3_3d, point1_3d, 100, -100) drawingFunctions.add_dim(DrwView, oParentDoc, selection1, point3_3d, point1_3d, 100, -100)
drawingFunctions.add_dim(DrwView, oParentDoc, selection1, point2_3d, point4_3d, 100, 120) drawingFunctions.add_dim(DrwView, oParentDoc, selection1, point2_3d, point4_3d, 100, 120)
drawingDocument1.Update()
drawingFunctions.add_table(DrwView, 500, 500) drawingFunctions.add_table(DrwView, 500, 500)
drawingDocument1.Update()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment