Rhino inside python convertion

Hi asking something about rhino inside revit,
anyone knows how to convert rhino vector to revit vector in python script?
for example:

thanks!!

Rhino inside forums here:

You could always deconstruct the XYZ components and create a Revit API vector (XYZ class, detected as a vector or point depending on context):

1 Like

last question before I move to that forum:
Is it possible to convert this GH curve to Revit DB curve too?
image

oh I found it here:
https://www.rhino3d.com/inside/revit/api/1.0/2022/html/M_RhinoInside_Revit_Convert_Geometry_GeometryDecoder_ToCurve_1.htm

there is API for rhino.inside too

Import RhinoInside.Revit and use the extension methods in its GeometryEncoder class.

There’s ToCurve() and ToXYZ().

1 Like

can you tell me the address from your screenshot? :grinning:

Its Visual Studio’s Object Browser dialog!