Output coordinates of adaptive points/ the adaptive points into a schedule

Hello everyone,

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?

image
( I can’t find a place to put my points into in the standard Revit Schedule Properties, is this a problem? )

Regards,
Daan

create the shared parameter it will come here.

hi @_Vijay

Where do i create this shared parameter? there is no value for that in these properties

Which category this adaptive family? generic? then add the parameter to this and that will show here

MEP Pipes or a Generic Model Family? I am a little unsure based on your screenshot.

Regardless, the manual method looks like this:

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.

1 Like