RenderPassInfo3D Class Members
The following tables list the members exposed by RenderPassInfo3D.
Public Constructors
Name | Description | |
---|---|---|
![]() | RenderPassInfo3D Constructor |
Protected Fields
Name | Description | |
---|---|---|
![]() | swigCMemOwn | (Inherited from SciChart.Charting3D.Interop.SCRTRenderPassInfo) |
Public Properties
Name | Description | |
---|---|---|
![]() | HasChanges | Gets or sets a value indicating whether the scene has changes, requiring a re-build of geometry |
![]() | IsCameraChange | Gets or sets a value indicating whether this render pass has been caused by camera changes |
![]() | SceneDescriptor | Gets or sets the SceneDescriptor, which contains information for the current scene to be drawn |
![]() | Warnings | Gets or sets a list of warnings outputted during render |
![]() | WorldClipPlanes | Gets or sets clip planes on the parent SciChart3DSurface |
![]() | WorldDimensions | Gets or sets the WorldDimensions on the parent SciChart3DSurface |
![]() | XCalc | Gets or sets the SciChart.Charting3D.SciChart3DSurface.XAxis CoordinateCalculator, which transforms data-coordinates to world coordinates in the 3D scene |
![]() | YCalc | Gets or sets the SciChart.Charting3D.SciChart3DSurface.YAxis CoordinateCalculator, which transforms data-coordinates to world coordinates in the 3D scene |
![]() | ZCalc | Gets or sets the SciChart.Charting3D.SciChart3DSurface.ZAxis CoordinateCalculator, which transforms data-coordinates to world coordinates in the 3D scene |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. (Inherited from SciChart.Charting3D.Interop.SCRTRenderPassInfo) |
![]() | GetHasChanges | Overridden. |
![]() | GetXCalc | Overridden. |
![]() | GetYCalc | Overridden. |
![]() | GetZCalc | Overridden. |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SciChart.Charting3D.Interop.SCRTRenderPassInfo) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also