RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.AddEdge(Reference, XYZ)

Method
Description:
Add an edge to the form, connecting two edges on different profiles, by a specified face of the form and a point on face.
Syntax
public void AddEdge(
	Reference faceReference,
	XYZ point
)
Parameters
Parameter Type Description
faceReference Reference The geometry reference of face
point XYZ A point on the face, defining the position of edge to be created.
Return Value