Interface IVisualization3D
Gives access to 3D visualization.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 7, 0, 0)]
public interface IVisualization3D
Remarks
This interface is available since v7.7.
Methods
| Name | Description |
|---|---|
| GetActiveView(DocumentId) | Gets the active graphic view of a document. |
| GetBackCamera(DocumentId) | Gets the back camera entity of a document. |
| GetBottomCamera(DocumentId) | Gets the bottom camera entity of a document. |
| GetCameraDefinition(ElementId, out Point3D, out Direction3D, out Direction3D, out double, out double) | Gets the definition of a camera entity. |
| GetCameras(DocumentId) | Gets the cameras entities that are in the cameras folder of a document. |
| GetConicalCamera(DocumentId) | Gets the conical camera entity of a document. |
| GetDefaultDocumentPreviewParameters(DocumentId, out int, out ElementId, out RenderMode) | Gets the document's default preview parameters. |
| GetDocumentPreviewMode(DocumentId) | Gets the document preview mode. |
| GetFrontCamera(DocumentId) | Gets the front camera entity of a document. |
| GetIsometricCamera(DocumentId) | Gets the isometric camera entity of a document. |
| GetLeftCamera(DocumentId) | Gets the left camera entity of a document. |
| GetPerspectiveCamera(DocumentId) | Gets the perspective camera entity of a document. |
| GetRightCamera(DocumentId) | Gets the right camera entity of a document. |
| GetTopCamera(DocumentId) | Gets the top camera entity of a document. |
| GetViewCamera(DocumentId, int, out Point3D, out Direction3D, out Direction3D, out double, out double) | Gets the camera of a graphic view of a document. |
| GetViewCount(DocumentId) | Gets the number of graphic views of a document. |
| GetViewRectangle(DocumentId, int, out int, out int, out int, out int) | Gets the screen rectangle of the graphic view of a document. |
| GetViewRenderMode(DocumentId, int) | Gets the render mode of a graphic view of a document. |
| GetViews(DocumentId) | Gets the graphic views of a document. |
| RedrawView(DocumentId, int) | Redraws a graphic view of a document. |
| SaveScreenShotBitmap(DocumentId, int, string) | Makes a screenshot from document graphic view, with a white background |
| SetActiveView(DocumentId, int) | Sets the active graphic view of a document. |
| SetDefaultDocumentPreviewParameters(DocumentId, int, ElementId, RenderMode) | Sets the document's default preview parameters. |
| SetStandardCamerasDefinitions(DocumentId, Direction3D, Direction3D) | Sets the definitions of the standard cameras entities. |
| SetViewCamera(DocumentId, int, Point3D, Direction3D, Direction3D, double, double) | Sets the camera of a graphic view of a document. |
| SetViewRenderMode(DocumentId, int, RenderMode) | Sets the render mode of a graphic view of a document. |
| ZoomToFitView(DocumentId, int) | Performs a "Zoom to Fit" on a graphic view of a document. |