Inputs
importInstance : ImportInstance
layerNames : string[] (optional)
Outputs
Point[][] : Point[][]
layerKeys[] : string[]
Description
Convert points from a CAD Link or Import to Dynamo points using the import instance layer names as filters.
Optional layer names can be input to filter and convert only points on those layers. Points are output in sublists based on their layer name. To convert all layers, leave the layerNames input unconnected. Input layerNames are case-sensitive.
The node is not limited the 10,000 element limit set by Revit for greater workflow flexibility.
Features
Extract points from CAD Links or Imports and filter by layer name
Optional layer name filter input, enabling extraction of points from specific layers
Circumvents Revit’s 10k element limit