I have a script which creates pipes by two adaptive points, the location of these adaptive points comes from Dynamo, is there a way to export these points into a schedule together with my adaptive family?
( I can’t find a place to put my points into in the standard Revit Schedule Properties, is this a problem? )
Consider how you want to store your point data. Six parameters that reference X,Y,Z for Start+End, two parameters that are just stringtext of the XYZ, etc… then make the parameters.
After the shared parameter is established and applied to your project environment, it’s the same SetParameterValueByName method as most other workflows.