copied Revit 2024 SDK

This commit is contained in:
Jeremy Tammik
2023-04-26 14:47:47 +02:00
parent 2ca39e38fd
commit 4d69f3eea5
425 changed files with 344414 additions and 2296 deletions
+4 -4
View File
@@ -69,8 +69,8 @@ namespace Revit.SDK.Samples.SolidSolidCut.CS
#region Demo how to use the SolidSolidCut API to make one solid cut another.
int solidToBeCutElementId = 30481; //The cube
int cuttingSolidElementId = 30809; //The sphere
long solidToBeCutElementId = 30481; //The cube
long cuttingSolidElementId = 30809; //The sphere
//Get element by ElementId
Element solidToBeCut = activeDoc.GetElement(new ElementId(solidToBeCutElementId));
@@ -144,8 +144,8 @@ namespace Revit.SDK.Samples.SolidSolidCut.CS
#region Demo how to use the SolidSolidCut API to uncut two solids which have the cutting relationship.
int solidToBeCutElementId = 30481; //The cube
int cuttingSolidElementId = 30809; //The sphere
long solidToBeCutElementId = 30481; //The cube
long cuttingSolidElementId = 30809; //The sphere
//Get element by ElementId
Element solidToBeCut = activeDoc.GetElement(new ElementId(solidToBeCutElementId));