Interface IST_Loop
Namespace: STSurfaceTypes
Assembly: STSurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1C8AC3C8-5B04-4739-8183-EFDE3A0E56C6")]
public interface IST_LoopProperties
IsOuter
Declaration
bool IsOuter { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Methods
GetNext()
Declaration
IST_Loop GetNext()Returns
| Type | Description | 
|---|---|
| IST_Loop | 
GetNurbsForm(bool)
Declaration
IST_AbstractNurbsCurve GetNurbsForm(bool NeedUVCurve)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | NeedUVCurve | 
Returns
| Type | Description | 
|---|---|
| IST_AbstractNurbsCurve |