DrawSilhouettesParams Class

Data for Entity.DrawSilhouettes.
Public Class DrawSilhouettesParams 
Inherits DrawParams
This language is not supported or no code example is available.
public class DrawSilhouettesParams : DrawParams
This language is not supported or no code example is available.
Name Description
Public property ActionMode Gets or sets the action mode. (inherited from DrawParams).
Public property Blocks The Blocks collection. (inherited from DrawParams).
Public property CompileWires If true, wireframe entities are compiled, otherwise they are drawn on the fly using a buffered approach. (inherited from GfxEnvironmentParams).
Public property FontDefs Gets or sets the fonts definitions. (inherited from DrawParams).
Public property ForceGray When true, the entity is drawn with a grayed/semi-transparent color because another component in the assembly tree was set as current. (inherited from DrawParams).
Public property FullParents (inherited from DrawParams).
Public property Height Gets the height of the Workspace control. (inherited from DrawParams).
Public property Isocurves Gets or sets the visualization of the internal wireframe. (inherited from DrawParams).
Public property Layers The layers collection. (inherited from DrawParams).
Public property LineTypes Gets or sets the line types collection. (inherited from DrawParams).
Public property MaxPatternRepetitions Gets or sets the maximum number of pattern repetitions allowed between two vertices of a curve. (inherited from GfxEnvironmentParams).
Public property ModelViewProj Gets or sets the modelViewProjection matrix.
Public property Parents Parents list. (inherited from DrawParams).
Public property PlanarReflections Tells if the planar reflections are being drawn. (inherited from DrawParams).
Public property ProjectionMode Gets or sets the camera projection mode.
Public property RenderContext Gets or sets the render context. (inherited from GfxEnvironmentParams).
Public property ScreenToWorld Gets or sets the screen to world conversion factor. (inherited from DrawParams).
Public property ScreenToWorld4Times (inherited from DrawParams).
Public property Selected The selected status. (inherited from DrawParams).
Public property SelectionStatus Gets or sets the selection status. (inherited from DrawParams).
Public property ShaderParams Gets or sets the shader parameters. (inherited from DrawParams).
Public property SilhoThickness The thickness of silhouettes.
Public property SkipBorderEdges If true, skips the drawing of the silhouettes on the edges with just one adjacent triangle.
Public property TextStyles Gets or sets The text style collection. (inherited from DrawParams).
Public property Transformation Gets or sets the transformation applied to the object. (inherited from DrawParams).
Public property ViewFrame Gets the viewport bounds. (inherited from DrawParams).
Public property ViewNormal Gets the view normal. (inherited from DrawParams).
Public property Viewport Gets the Viewport. (inherited from DrawParams).
Public property Width Gets the width of the Workspace control. (inherited from DrawParams).
Public property direct3D If true, the graphics environment is using Direct3D to render the scene. (inherited from GfxEnvironmentParams).
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Public field Attributes (inherited from DrawParams).
Public field BackFaceColorMethod (inherited from DrawParams).
Public field ColorMode The type of Color to set. (inherited from DrawParams).
Public field Static DirectionArrowPoints Gets or sets the points of the curve direction arrow. (inherited from DrawParams).
Public field EdgeThickness Gets or sets the Edge thickness. (inherited from DrawParams).
Public field InsideColor Color for not selected inner parts. (inherited from DrawParams).
Public field InsideMaterial Material for not selected inner parts. (inherited from DrawParams).
Public field InsideSelectionColor Color for selected inner parts. (inherited from DrawParams).
Public field InsideSelectionMaterial Material for selected inner parts. (inherited from DrawParams).
Public field IsDesignMode (inherited from DrawParams).
Public field IsDrawingDynamicWithHalo (inherited from DrawParams).
Public field LineWeightFactor The scale factor applied to the line weights for the printing scale. (inherited from DrawParams).
Public field ParentSelected Tells if the parent entity is selected. (inherited from DrawParams).
Public field SelectionColor (inherited from DrawParams).
Public field SelectionLineWeightScaleFactor The scale factor applied to the line weight of selected entities. (inherited from DrawParams).
Public field SelectionMaterial (inherited from DrawParams).
Public field WireSelectionColor (inherited from DrawParams).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition