Branch=>Vertices

Get the branch Vertices List

  public static List<Vector3> Branch_Get_Vertices(SPData sPData,int branchKey)

Example:

//Get the vertices list if branch with key 2
List<Vector3> vertices = SplinePlusAPI.Branch_Get_Vertices(sPData,2);