Interface ICamApiEdge
A single edge of the topology — the 3D curve running between two vertices. Geometry only; adjacency and convexity come from ICamApiEdgeAnalyzer
Namespace: CAMAPI.SurfaceTypes
Assembly: CAMAPI.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1C1D8AF2-C4EC-4A69-9A87-5AB0C630ED53")]
public interface ICamApiEdge
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 |