Skip to content

Commit

Permalink
Fix GetMaterialIds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed May 6, 2023
1 parent 112ff8f commit f371559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ResolveSet Resolve(Document context, string target, ParameterInfo[] param
nameof(Element.GetDependentElements) => ResolveSet.Append(_element.GetDependentElements(null)),
nameof(Element.GetMaterialIds) => ResolveSet
.Append(_element.GetMaterialIds(true), "Paint materials")
.AppendVariant(_element.GetMaterialIds(true), "Geometry and compound structure materials"),
.AppendVariant(_element.GetMaterialIds(false), "Geometry and compound structure materials"),
"BoundingBox" => ResolveSet
.Append(_element.get_BoundingBox(null), "Model")
.AppendVariant(_element.get_BoundingBox(RevitApi.ActiveView), "Active view"),
Expand Down

0 comments on commit f371559

Please sign in to comment.