2024 Class
Changes 0
C

FaceEdgeNode

Description:
An output node that represents a Face edge.
Remarks:
See also: [!:Autodesk::Revit::DB::IExportContext2D::OnFaceEdge2D].
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RenderNode
    Autodesk.Revit.DB.FaceDetailNode
      Autodesk.Revit.DB.FaceEdgeNode
public class FaceEdgeNode : FaceDetailNode
Name Return Type Description Inherited From
M GetFaceEdge() The face edge. Returns the Face edge object corresponding to the node.
M Dispose() None Releases all resources used by the RenderNode
M GetInstanceTransform() Transform Returns instance transform of the object being drawn. FaceDetailNode
M GetLinkTransform() Transform Returns link transform of the object being drawn. FaceDetailNode
Name Return Type Description Inherited From
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
P LineProperties LineProperties Access to the line (pen) properties of the curve being drawn. FaceDetailNode