Interface ICamApiLoop
Namespace: CAMAPI.SurfaceTypes
Assembly: CAMAPI.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("07149EB6-7621-488B-BA84-279905DB16A2")]
public interface ICamApiLoopProperties
IsOuter
Declaration
bool IsOuter { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Methods
GetNext()
Declaration
ICamApiLoop GetNext()Returns
| Type | Description | 
|---|---|
| ICamApiLoop | 
GetNurbsForm(bool)
Declaration
ICamApiAbstractNurbsCurve GetNurbsForm(bool NeedUVCurve)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | NeedUVCurve | 
Returns
| Type | Description | 
|---|---|
| ICamApiAbstractNurbsCurve |