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
)
LinearWorkflow lw,
RenderContent c,
int width,
int height,
PreviewSceneServer psc,
bool bSuppressLocalMapping,
int reason,
ref Result result
)
Parameters:
- lw
- Type: LinearWorkflow
- Linear workflow
- c
- Type: RenderContent
- Render Content
- width
- Type: int
- Image width
- height
- Type: int
- Image height
- psc
- Type: PreviewSceneServer
- PreviewSceneServer
- bSuppressLocalMapping
- Type: bool
- SuppressLocalMapping
- reason
- Type: int
- ContentChanged = 0, ViewChanged = 1, RefreshDisplay = 2, Other = 99
- result
- Type: Rhino.Commands.Result
- Rhino.Command.Result value for successfull quick image creation
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
)
RenderContent c,
int width,
int height,
PreviewSceneServer psc,
bool bSuppressLocalMapping,
int reason,
ref Result result
)
Parameters:
- c
- Type: RenderContent
- Render Content
- width
- Type: int
- Image width
- height
- Type: int
- Image height
- psc
- Type: PreviewSceneServer
- PreviewSceneServer
- bSuppressLocalMapping
- Type: bool
- SuppressLocalMapping
- reason
- Type: int
- ContentChanged = 0, ViewChanged = 1, RefreshDisplay = 2, Other = 99
- result
- Type: Rhino.Commands.Result
- Rhino.Command.Result value for successfull quick image creation
Returns:
Type: Bitmap
The Bitmap of the quick render content preview