Interface ICamIpcCoEdge
Co-edge of a loop
Namespace: CAMIPC.SurfaceTypes
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("653BDF28-6C39-4637-B7A3-40250E53C653")]
public interface ICamIpcCoEdge
Properties
Geometry
Curve, making up this co-edge
Declaration
ICamIpcSurfaceCurve Geometry { get; }
Property Value
| Type | Description |
|---|---|
| ICamIpcSurfaceCurve |
Orientation
Orientation of the co-edge
Declaration
bool Orientation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |