Skip to content

Commit

Permalink
change default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 26, 2024
1 parent de1837f commit 3c0ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APSToolkit/Database/RevitDataConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RevitDataConfiguration
/// <summary>
/// True to get the bounding box of the object
/// </summary>
public bool IsGetBBox { get; set; } = true;
public bool IsGetBBox { get; set; } = false;

public string Urn { get; set; }

Expand Down

0 comments on commit 3c0ff07

Please sign in to comment.