public class PDF3DView extends Object
Class PDF3DView.
Constructor and Description |
---|
PDF3DView(IDocument doc,
Matrix3D cameraPosition,
double cameraOrbit,
String viewName)
Initializes a new instance of the
PDF3DView class. |
PDF3DView(IDocument doc,
PDF3DView view,
String viewName)
Initializes a new instance of the
PDF3DView class. |
Modifier and Type | Method and Description |
---|---|
Color |
getBackGroundColor()
Gets or sets the color of the back ground of view.
|
double |
getCameraOrbit()
Gets or sets the camera orbit of view.
|
Matrix3D |
getCameraPosition()
Gets or sets the camera position of view.
|
PDF3DCrossSectionArray |
getCrossSectionsArray()
Gets the cross sections array of view.
|
PDF3DLightingScheme |
getLightingScheme()
Gets or sets the lighting scheme of view.
|
PDF3DRenderMode |
getRenderMode()
Gets or sets the render mode of view.
|
String |
getViewName()
Gets or sets the name of the view.
|
void |
setBackGroundColor(Color value)
Gets or sets the color of the back ground of view.
|
void |
setCameraOrbit(double value)
Gets or sets the camera orbit of view.
|
void |
setCameraPosition(Matrix3D value)
Gets or sets the camera position of view.
|
void |
setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme of view.
|
void |
setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode of view.
|
void |
setViewName(String value)
Gets or sets the name of the view.
|
public PDF3DView(IDocument doc, Matrix3D cameraPosition, double cameraOrbit, String viewName)
Initializes a new instance of the PDF3DView
class.
doc
- The document.cameraPosition
- The camera position.cameraOrbit
- The camera orbit.viewName
- Name of the view.public PDF3DLightingScheme getLightingScheme()
Gets or sets the lighting scheme of view.
public void setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme of view.
value
- PDF3DLightingScheme object: The lighting scheme of view.public PDF3DRenderMode getRenderMode()
Gets or sets the render mode of view.
public void setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode of view.
value
- : PDF3DRenderMode object, the render mode of view.public PDF3DCrossSectionArray getCrossSectionsArray()
Gets the cross sections array of view.
public String getViewName()
Gets or sets the name of the view.
public void setViewName(String value)
Gets or sets the name of the view.
value
- : The name of the view.public Matrix3D getCameraPosition()
Gets or sets the camera position of view.
public void setCameraPosition(Matrix3D value)
Gets or sets the camera position of view.
value
- : Matrix3D - the camera position of view.public double getCameraOrbit()
Gets or sets the camera orbit of view.
public void setCameraOrbit(double value)
Gets or sets the camera orbit of view.
value
- : The camera orbit of view.public Color getBackGroundColor()
Gets or sets the color of the back ground of view.
public void setBackGroundColor(Color value)
Gets or sets the color of the back ground of view.
value
- : The color of the back ground of view.