Interface IST_Face
Namespace: STSurfaceTypes
Assembly: STSurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D5822082-ED93-4B6C-9349-3B641E3083EF")]
public interface IST_FaceProperties
Orientation
Declaration
bool Orientation { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Surface
Declaration
IST_Surface Surface { get; }Property Value
| Type | Description | 
|---|---|
| IST_Surface | 
Methods
GetFirstLoop()
Declaration
IST_Loop GetFirstLoop()Returns
| Type | Description | 
|---|---|
| IST_Loop | 
GetMesh(double)
Declaration
IST_Mesh GetMesh(double Tol)Parameters
| Type | Name | Description | 
|---|---|---|
| double | Tol | 
Returns
| Type | Description | 
|---|---|
| IST_Mesh | 
GetNurbsForm()
Declaration
IST_Face GetNurbsForm()Returns
| Type | Description | 
|---|---|
| IST_Face |