2024 Class
Changes 0
C

FaceDetailNode

Description:
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
public class FaceDetailNode : RenderNode
Name Return Type Description Inherited From
M GetInstanceTransform() Transform Returns instance transform of the object being drawn.
M GetLinkTransform() Transform Returns link transform of the object being drawn.
M Dispose() None Releases all resources used by the RenderNode
Name Return Type Description Inherited From
P LineProperties LineProperties Access to the line (pen) properties of the curve being drawn.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. RenderNode
P NodeName string A readable name of the output node. RenderNode