ViewDisplayModel
Description:
Represents the settings for displaying model graphics.
Represents the settings for displaying model graphics.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ViewDisplayModel
System.Object
Autodesk.Revit.DB.ViewDisplayModel
public class ViewDisplayModel : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the ViewDisplayModel | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EnableSilhouettes | bool | True to show silhouettes edges. False to disable showing them. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| ShowHiddenLines | ShowHiddenLinesValues | True to enable hidden lines. False to disable showing them. | |
| SilhouetteEdgesGStyleId | ElementId | Style ID for silhouette edges | |
| SmoothEdges | bool | True to enable "smooth edge" (anti-aliasing) effect. False to disable it. | |
| Transparency | int | The percentage (0..100) of surface transparency 0 means the surfaces are opaque, 100 means they are fully transparent |