Branch=>Normals

Get the branch normals List

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

Example:

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