M_Rhino_RhinoDoc_ExtractPreviewImage - mcneel/rhinocommon-api-docs GitHub Wiki
Extracts the bitmap preview image from the specified model (3DM).
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Bitmap ExtractPreviewImage(
string path
)
VB
Public Shared Function ExtractPreviewImage (
path As String
) As Bitmap
- path
- Type: System.String
The model (3DM) from which to extract the preview image. If null, the currently loaded model is used.
Type: Bitmap
true on success.
Supported in: 5D58w