Click or drag to resize

RhinoMesh Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the RhinoMesh class. Deserialize MeshLoad.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
protected RhinoMesh(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also