ProtoTwin API
    Preparing search index...

    Interface IFramedCurve

    Interface for framed curve.

    interface IFramedCurve {
        distances: readonly number[];
        frames: readonly IFrame[];
    }

    Implemented by

    Index

    Properties

    Properties

    distances: readonly number[]
    frames: readonly IFrame[]