2024 Method
Changes 0
M

Form.AddEdge

Description:
Add an edge to the form, connecting two edges on same/different profile, by a pair of specified edge/param.
Overloads (3):
AddEdge(Reference,Double,Reference,Double)
public void AddEdge(
	Reference startEdgeReference,
	double startParam,
	Reference endEdgeReference,
	double endParam
)
  • startEdgeReference
    The geometry reference of start edge
  • Double
    startParam
    The param on start edge to specify the location.
  • endEdgeReference
    The geometry reference of end edge
  • Double
    endParam
    The param on end edge to specify the location.