Description:

Generate a quick render content preview

Syntax:
public static Bitmap GenerateQuickContentPreview(
LinearWorkflow lw,
RenderContent c,
int width,
int height,
PreviewSceneServer psc,
bool bSuppressLocalMapping,
int reason,
ref Result result
)
Parameters:
  • width
  • Type: int
  • Image width
  • height
  • Type: int
  • Image height
  • bSuppressLocalMapping
  • Type: bool
  • SuppressLocalMapping
  • reason
  • Type: int
  • ContentChanged = 0, ViewChanged = 1, RefreshDisplay = 2, Other = 99
Returns:
Type: Bitmap
The Bitmap of the quick render content preview

Description:

Generate a quick render content preview

Syntax:
public static Bitmap GenerateQuickContentPreview(
RenderContent c,
int width,
int height,
PreviewSceneServer psc,
bool bSuppressLocalMapping,
int reason,
ref Result result
)
Parameters:
  • width
  • Type: int
  • Image width
  • height
  • Type: int
  • Image height
  • bSuppressLocalMapping
  • Type: bool
  • SuppressLocalMapping
  • reason
  • Type: int
  • ContentChanged = 0, ViewChanged = 1, RefreshDisplay = 2, Other = 99
Returns:
Type: Bitmap
The Bitmap of the quick render content preview

/
/
/
GenerateQuickContentPreview

GenerateQuickContentPreview method

Class:  Rhino.Render.RenderContent

Nothing found