Wrapper for Graphics in Mechanical.
Declaration Syntax
public class MechanicalGraphicsWrapper : GraphicsWrapper, IMechanicalGraphics
Table 150: Members
Property | Camera |
Gets the camera. |
Property | GlobalLegendSettings |
Gets the Global Graphics Legend Settings. |
Property | KeyframeAnimationUtility |
A utility for creating animations based on keyframes. |
Property | ModelViewManager |
An instance of the ModelViewManager. |
Property | ResultAnimationOptions |
Gets the Global Result Animation options. |
Property | SectionPlanes |
Returns the collection of section planes used by graphics |
Property | Unit |
Gets the current graphics unit. |
Property | ViewOptions |
Gets the Graphics View Options. |
Method | Export3D(string, Graphics3DExportFormat, Graphics3DExportSettings) |
Exports the current Graphics display in a 3d format to a file. |
Method | ExportImage(string, GraphicsImageExportFormat, GraphicsImageExportSettings) |
Exports the current graphics display to a 2D image file. |
Method | ExportViewports(string, GraphicsImageExportFormat, GraphicsViewportsExportSettings) |
Creates a composite of images exported from each open viewport. |