FaceDetailNode
Description:
A base class of output nodes that represent face edges and face silhouettes.
A base class of output nodes that represent face edges and face silhouettes.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RenderNode
Autodesk.Revit.DB.FaceDetailNode
Autodesk.Revit.DB.FaceEdgeNode
Autodesk.Revit.DB.FaceSilhouetteNode
System.Object
Autodesk.Revit.DB.RenderNode
Autodesk.Revit.DB.FaceDetailNode
Autodesk.Revit.DB.FaceEdgeNode
Autodesk.Revit.DB.FaceSilhouetteNode
public class FaceDetailNode : RenderNode
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetInstanceTransform() | Transform | Returns instance transform of the object being drawn. | |
| GetLinkTransform() | Transform | Returns link transform of the object being drawn. | |
| Dispose() | None | Releases all resources used by the | RenderNode |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| LineProperties | LineProperties | Access to the line (pen) properties of the curve being drawn. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | RenderNode |
| NodeName | string | A readable name of the output node. | RenderNode |