SilverScreen Solid Modeler

paint_end

paint_end

Previous topic Next topic  

paint_end

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void paint_end ();

 

 




Synopsis

#include "silver.h"

 

The paint_end function tells the CAD engine that the most recently begun drawing activity has finished and should be presented on the screen, after which the 3D cursor is restored.

 

 

Parameters

None

 

 

Return Value

None

 

 

Comments

paint_end should only follow a previous call to paint_begin. Calls to paint_begin and paint_end must not be nested.

 

 

See Also

paint_begin

 

Example

See ss_image_capture for an example