Skip to content

Commit

Permalink
Merge pull request #1029 from mcneel/1.17
Browse files Browse the repository at this point in the history
Updated v8 to BETA.
  • Loading branch information
kike-garbo authored Oct 31, 2023
2 parents e0e7819 + c195f48 commit a933151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RhinoAPI.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup Condition="$(Configuration.Contains('R8'))">
<RhinoVersion>8</RhinoVersion>
<RhinoApiVersion>8.0.23227.12305-wip</RhinoApiVersion>
<RhinoApiVersion>8.0.23292.13303-beta</RhinoApiVersion>
<DefineConstants>$(DefineConstants);RHINO_7;RHINO_8</DefineConstants>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/RhinoInside.Revit/Convert/Geometry/BrepEncoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ static bool ExportGeometry(string fileName, GeometryBase geometry, double factor
var options = new Rhino.FileIO.FileDwgWriteOptions
{
Version = Rhino.FileIO.FileDwgWriteOptions.AutocadVersion.Acad2007,
ColorMethod = Rhino.FileIO.FileDwgWriteOptions.eColorMethod.RGB,
ColorMethod = Rhino.FileIO.FileDwgWriteOptions.ColorMethodType.RGB,
FullLayerPath = true,

ExportMeshesAs = Rhino.FileIO.FileDwgWriteOptions.ExportMeshMode.Meshes,
Expand Down

0 comments on commit a933151

Please sign in to comment.