Description:

Creates a simple 3dm file that contains a multiple geometric objects.

Syntax:
public static bool WriteMultipleObjects(
string path,
IEnumerable<GeometryBase> geometry
)
Parameters:
  • path
  • Type: string
  • Path to the 3dm file to create.
  • geometry
  • Type: IEnumerable<GeometryBase>
  • The geometry to be saved in the archive's object table. This is typically some Curves, Surfaces, Breps, Meshs, or SubDs.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.0

/
/
/
WriteMultipleObjects

WriteMultipleObjects method

Class:  Rhino.FileIO.File3dm

Nothing found