Generates and retrieves a panoramic image based on the values specified in the parameters.
public static RasterImage GetPanoramicImage(
string id,
float resizeFactor,
float thickness,
float angle,
PanoramicType type,
LeadPoint[] points
)
id
The 3D volume object id
resizeFactor
The quality of the output panoramic image, default is 1.
thickness
The thickness of the panoramic output.
angle
The z-angle of the panoramic output, default value is 0.
type
The type of the rendering method used to render the panoramic image.
points
An array of points representing the polygon used to render the panoramic image.
RasterImage that contains the result panoramic image.
Create the 3D volume first before calling this method to generate the panoramic. To create a 3D volume, refer to CreateObject.