RVTDocs.com
Namespace: Autodesk.Revit.DB Class: SolidUtils

SolidUtils.Clone

Method
Description:
Creates a new Solid which is a copy of the input Solid.
Syntax
public static Solid Clone(
	Solid solid
)
Parameters
Parameter Type Description
solid Solid The input solid to be copied.
Return Value
Type Description
Solid The newly created Solid.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null