FaceEdgeNode
Description:
An output node that represents a Face edge.
An output node that represents a Face edge.
Remarks:
See also: [!:Autodesk::Revit::DB::IExportContext2D::OnFaceEdge2D].
See also: [!:Autodesk::Revit::DB::IExportContext2D::OnFaceEdge2D].
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RenderNode
Autodesk.Revit.DB.FaceDetailNode
Autodesk.Revit.DB.FaceEdgeNode
System.Object
Autodesk.Revit.DB.RenderNode
Autodesk.Revit.DB.FaceDetailNode
Autodesk.Revit.DB.FaceEdgeNode
public class FaceEdgeNode : FaceDetailNode
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetFaceEdge() | The face edge. | Returns the Face edge object corresponding to the node. | |
| Dispose() | None | Releases all resources used by the | RenderNode |
| GetInstanceTransform() | Transform | Returns instance transform of the object being drawn. | FaceDetailNode |
| GetLinkTransform() | Transform | Returns link transform of the object being drawn. | FaceDetailNode |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | RenderNode |
| NodeName | string | A readable name of the output node. | RenderNode |
| LineProperties | LineProperties | Access to the line (pen) properties of the curve being drawn. | FaceDetailNode |