Branch=>Tangents
Get the branch Vertices List
public static List<Vector3> Branch_Get_Tangents(SPData sPData,int branchKey)
Example:
//Get the tangents list if branch with key 2 List<Vectore3> tangents = SplinePlusAPI.Branch_Get_Tangents(sPData,2);