DrawParams Class

Data for Entity.Draw and other draw methods.
Public Class DrawParams
This language is not supported or no code example is available.
public class DrawParams
This language is not supported or no code example is available.
Name Description
Public property ActionMode Gets or sets the action mode.
Public property Blocks The Blocks collection.
Public property FontDefs Gets or sets the fonts definitions.
Public property ForceGray If true, the entity is drawn with a grayed color.
Public property FullParents
Public property Isocurves Gets or sets the visualization of the internal wireframe.
Public property Layers The layers collection.
Public property LineTypes Gets or sets the line types collection.
Public property Parents Parents list.
Public property PlanarReflections Tells if the planar reflections are being drawn.
Public property ScreenToWorld
Public property ScreenToWorld4Times
Public property Selected The selected status.
Public property SelectionStatus Gets or sets the selection status.
Public property ShaderParams Gets or sets the shader parameters.
Public property TextStyles Gets or sets The text style collection.
Public property Transformation Gets or sets the transformation applied to the object.
Public property Viewport Gets or sets the Viewport.
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Public field Attributes
Public field ColorMode The type of Color to set.
Public field InsideColor Color for not selected inner parts.
Public field InsideMaterial Material for not selected inner parts.
Public field InsideSelectionColor Color for selected inner parts.
Public field InsideSelectionMaterial Material for selected inner parts.
Public field IsDesignMode
Public field LineWeightFactor The scale factor applied to the line weights for the printing scale.
Public field ParentSelected Tells if the parent entity is selected.
Public field SelectionColor
Public field SelectionLineWeightScaleFactor The scale factor applied to the line weight of selected entities.
Public field SelectionMaterial
Public field Simplify DrawSceneParams.Simplify
Public field WireSelectionColor
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition