Horje
insert BlockReference Code Example
insert BlockReference
import clr
clr.AddReference('AutoCADNodes')
from Autodesk.AutoCAD.DynamoNodes import *

sourceBlock = IN[0]
coordinateSystem = IN[1]
layer = IN[2]

OUT = BlockReference.ByCoordinateSystem(sourceBlock, coordinateSystem, layer, Document.Current.ModelSpace)




Whatever

Related
array sort_by nil ruby Code Example array sort_by nil ruby Code Example
join in perl Code Example join in perl Code Example
how to rotate screen on lenovo s145 Code Example how to rotate screen on lenovo s145 Code Example
group by 1 Code Example group by 1 Code Example
Error: The data connection could not be established: ECONNABORTED - Connection aborted Code Example Error: The data connection could not be established: ECONNABORTED - Connection aborted Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7