Form.AddEdge(Reference, Double, Reference, Double)
Method
Description:
Add an edge to the form, connecting two edges on same/different profile, by a pair of specified edge/param.
Add an edge to the form, connecting two edges on same/different profile, by a pair of specified edge/param.
Syntax
Parameters
Parameter | Type | Description |
---|---|---|
startEdgeReference | Reference | The geometry reference of start edge |
startParam | Double | The param on start edge to specify the location. |
endEdgeReference | Reference | The geometry reference of end edge |
endParam | Double | The param on end edge to specify the location. |
Return Value