RhinoCommon API
DisplayPipelineAttributes Class |
Represents display pipeline settings, such as "show transparency" and "show grips".
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
The DisplayPipelineAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayPipelineAttributes | Initializes a new instance of the DisplayPipelineAttributes class |
| Name | Description | |
|---|---|---|
| AmbientLightingColor | ||
| BoundingBoxMode | ||
| CastShadows | Cast shadows. | |
| ContextForDraw | ||
| CurveColor | Color used for drawing curves | |
| CurveThickness | Pixel thickness for curves | |
| DisableConduits | ||
| DisableTransparency | ||
| EnglishName | ||
| FillMode |
Get or set the frame buffer fill mode.
| |
| Id | ||
| IgnoreHighlights | ||
| LocalName | ||
| LockedObjectsDrawBehindOthers | Locked object are drawn behind other objects | |
| MeshSpecificAttributes | ||
| ObjectColor | ||
| PointRadius | ||
| PointStyle | ||
| RealtimeDisplayId |
Get the ID of the real-time display engine attached to the view. This will be
Guid.Empty if no real-time display engine is in use. This can be the case for instance
when starting a _Render session for a real-time viewport integration. That still would
cause this ID to be Guid.Empty.
| |
| RealtimeRenderPasses |
Get or set the real-time passes amount
| |
| ShadeVertexColors | Shade using vertex colors. | |
| ShadingEnabled | Draw shaded meshes and surfaces. Set to false to use Flat Shading. | |
| ShadowColor | ||
| ShowAnnotations | Show annotations. | |
| ShowClippingPlanes | Show clipping planes. | |
| ShowCurves | Draw curves | |
| ShowGrips | ||
| ShowIsoCurves | Draw surface ISO curves. | |
| ShowLights | Show light widgets. | |
| ShowPointClouds | Show point clouds. | |
| ShowPoints | Show points. | |
| ShowRealtimeRenderProgressBar |
Get or set whether the display is used for preview rendering or not.
| |
| ShowSurfaceEdges | Show surface edges. | |
| ShowTangentEdges | Show tangent edges. | |
| ShowTangentSeams | Show tangent seams. | |
| ShowText | Show text. | |
| StereoContext |
Get or set the stereo render context.
| |
| SurfaceEdgeThickness | Thickness for surface edges | |
| UseAssignedObjectMaterial |
Gets or sets whether objects ought to be drawn using their assigned rendering material.
| |
| UseCustomObjectColor |
Gets or sets whether objects ought to be drawn using a custom color.
| |
| UseCustomObjectColorBackfaces |
Gets or sets whether objects ought to be drawn using a custom color for back faces.
| |
| UseCustomObjectMaterial |
Gets or sets whether objects ought to be drawn using a custom material.
| |
| UseCustomObjectMaterialBackfaces |
Gets or sets whether objects ought to be drawn using a custom material on backfaces.
| |
| UseSingleCurveColor |
Use a single color for drawing curves
| |
| ViewSpecificAttributes | ||
| XrayAllObjects |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the DisplayPipelineAttributes | |
| Dispose(Boolean) | Releases the unmanaged resources used by the DisplayPipelineAttributes and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetFill |
Get fill colors used for clearing the frame buffer
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetFill(Color) |
Set fill mode to solid color and set the fill color
| |
| SetFill(Color, Color) |
Set fill mode to two color and set the colors
| |
| SetFill(Color, Color, Color, Color) |
Set the fill mode to four color gradient and set the colors
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |