Table of Contents

Method IsSegmentValid

Namespace
Pinwheel.Griffin.SplineTool
Assembly
Pinwheel.Polaris.Runtime.dll

IsSegmentValid(int)

Check if a segment is valid, which mean it doesn't connect to non-existent anchors.

public bool IsSegmentValid(int segmentIndex)

Parameters

segmentIndex int

Index of the segment in the Segments collection.

Returns

bool

True if it is valid.