How to draw List<REX.Common.Geometry.REXxyz>

How to draw List<REX.Common.Geometry.REXxyz>

Anonymous
Not applicable
296 Views
1 Reply
Message 1 of 2

How to draw List<REX.Common.Geometry.REXxyz>

Anonymous
Not applicable

               

What is the simpliest way to draw List<REX.Common.Geometry.REXxyz> or List<ContourCont> variable?

           

0 Likes
297 Views
1 Reply
Reply (1)
Message 2 of 2

jeremytammik
Autodesk
Autodesk

Are these normal XYZ points, more or less?

 

Do you mean how to draw them in the Revit model?

 

I assume that you have exactly two options:

 

  • In a planar view: using detail lines
  • In a 3D view: using model lines

 

You can check out The Building Coder samples Creator class:

 

https://github.com/jeremytammik/the_building_coder_samples

 

https://github.com/jeremytammik/the_building_coder_samples/blob/master/BuildingCoder/BuildingCoder/C...

 

Maybe it does more or less what you need.

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes