Click or drag to resize

File3dmWriteMultipleObjects Method

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static bool WriteMultipleObjects(
	string path,
	IEnumerable<GeometryBase> geometry
)

Parameters

path
Type: SystemString
Path to the 3dm file to create.
geometry
Type: System.Collections.GenericIEnumerableGeometryBase
The geometry to be saved in the archive's object table. This is typically some Curves, Surfaces, Breps, Meshs, or SubDs.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also