Create similar command replication

Hi everybody,
is there a way wirh dynamo nodes or through Revit api in python to replicate create similar command (CS shortcut)?
My intent is to create a new element based on user selection at a given location but since it may be of several categories I thought to bypass the issue and simplify the graph by taking category and family type from the selection.
Thanks in advance for your support.
Best regards

Hi @paolo.pozzoli,

In Dynamo there is a node to select Revit objects, is this the node you are looking for?

Regards,
Daan

1 Like

Hi @Daan, not really indeed.
I know about select model element/s but what I was asking is if is there a way to create a new element according to the type of the selected one, just as the revit command Create Similar.
Thanks for your hint though