Skip to content

Commit

Permalink
Main -> Dev (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Dec 12, 2024
2 parents 2861ade + ff929b3 commit a2169f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public ApplicationObject DirectShapeToNative(DirectShape speckleDs, ToNativeMesh
if (existingObj != null && existingObj is DB.DirectShape existingDS) // if it's a directShape, just update
{
existingDS.SetShape(converted);
SetInstanceParameters(existingDS, speckleDs);
appObj.Update(status: ApplicationObject.State.Updated, createdId: existingDS.UniqueId, convertedItem: existingDS);
return appObj;
}
Expand Down

0 comments on commit a2169f0

Please sign in to comment.