Interface ICadApiSketchContour
A closed contour in a sketch (GeCAD ISketchContour level).
Namespace: CADAPI.Model
Assembly: CADAPI.Model.dll
Syntax
[Guid("DF5D4B20-3D42-407A-B237-1256C58ECD66")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICadApiSketchContour
Properties
SegmentCount
Declaration
int SegmentCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Segment(int, out TResultStatus)
Declaration
ICadApiSegment Segment(int Index, out TResultStatus ret)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index | |
| TResultStatus | ret |
Returns
| Type | Description |
|---|---|
| ICadApiSegment |