Exemple #1
0
 static FamilyInstance ByUVPointOnFace(FamilySymbol fs, Vector uv, Face f)
 {
     throw new NotImplementedException();
 }
 static FamilyInstance ByUVPointOnFace(FamilySymbol fs, Vector uv, Face f)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Create an adaptive component by uv points on a face.
 /// </summary>
 /// <param name="pts"></param>
 /// <param name="f"></param>
 /// <returns></returns>
 static AdaptiveComponent ByPointsOnFace(List<Vector> pts, Face f)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Create a reference point by UV coordinates on a face.
 /// </summary>
 /// <param name="f"></param>
 /// <param name="v"></param>
 /// <returns></returns>
 static ReferencePoint ByPointOnFace(Face f, Vector v)
 {
     throw new NotImplementedException();
 }