Method | Description | |
---|---|---|
GetBoxTs ( this face ) : |
||
GetDistance ( this entity0, IFace2 entity1, double &posacast, double &posbcast ) : bool | ||
GetTessTrianglesAllowConversion ( this face ) : double[][] | ||
GetTessTrianglesNoConversion ( this face ) : double[][] | ||
GetTrimLoops ( this face ) : List
|
Returns all the trim loops of the face as list of a list of curves
|
|
PackForTrimming ( this |
Packs trimming loops into an array suitable for usage by ISurface::CreateTrimmedSheet4
|
Method | Description | |
---|---|---|
GetTessTrianglesTs ( this face, bool noConversion ) : double[][] |
public static GetBoxTs ( this face ) : |
||
face | this | |
return |
public static GetDistance ( this entity0, IFace2 entity1, double &posacast, double &posbcast ) : bool | ||
entity0 | this | |
entity1 | IFace2 | |
posacast | double | |
posbcast | double | |
return | bool |
public static GetTessTrianglesAllowConversion ( this face ) : double[][] | ||
face | this | |
return | double[][] |
public static GetTessTrianglesNoConversion ( this face ) : double[][] | ||
face | this | |
return | double[][] |
public static GetTrimLoops ( this face ) : List
|
||
face | this | |
return | List
|
public static PackForTrimming ( this |
||
enumerable | this |
|
return | ICurve[] |