Interface ICamIpcEdge
A single edge of the topology — the 3D curve between two vertices
Namespace: CAMIPC.SurfaceTypes
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("773A8BA1-F845-422A-B8D0-E94C76636BCF")]
public interface ICamIpcEdge
Properties
EndPoint
End point of the edge in model space
Declaration
TST3DPoint EndPoint { get; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Length
Straight-line distance between the edge endpoints
Declaration
double Length { get; }
Property Value
| Type | Description |
|---|---|
| double |
StartPoint
Start point of the edge in model space
Declaration
TST3DPoint StartPoint { get; }
Property Value
| Type | Description |
|---|---|
| TST3DPoint |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |