Branch=>Break

Break the branch to two branches at the node provided, if the node provided is already shared then action will be ignored.

  public static void Branch_Break(SPData sPData, Node node)

Example:

// get the node of branch with key 2 and node index 3
var node = SPData.BranchesDict[2].Nodes[3];

//break branch at node
SplinePlusAPI.Branch_Break( sPData, node);