예제 #1
0
 static FamilyInstance ByUVPointOnFace(FamilySymbol fs, Vector uv, Face f)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 static FamilyInstance ByUVPointOnFace(FamilySymbol fs, Vector uv, Face f)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 /// <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();
 }
예제 #4
0
 /// <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();
 }