Interface ICamApiTangentEdgeFeature
Extended interface for a tangent edge feature (QI from ICamApiFeature)
Namespace: CAMAPI.FeatureFinder
Assembly: CAMAPI.FeatureFinder.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B7CA7C3B-02EB-4DEF-9EF0-B977AF277AB7")]
public interface ICamApiTangentEdgeFeature
Properties
EdgeGeomType
Geometry type of the edge (arc/line/circle/polygon)
Declaration
TCamApiEdgeGeomType EdgeGeomType { get; }
Property Value
| Type | Description |
|---|---|
| TCamApiEdgeGeomType |
IsConvex
True if the tangent edge is convex
Declaration
bool IsConvex { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSmooth
True if the tangent edge is smooth (G1 continuity)
Declaration
bool IsSmooth { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Size
Characteristic size of the tangent edge
Declaration
double Size { get; }
Property Value
| Type | Description |
|---|---|
| double |