ThingOrigin.js
    Preparing search index...

    Interface LoftOptions

    interface LoftOptions {
        capEnd?: boolean;
        capStart?: boolean;
        color?: string;
        modelName?: string;
        position?: { x: number; y: number; z: number };
        sections: Vector3[][];
    }
    Index

    Properties

    capEnd?: boolean
    capStart?: boolean
    color?: string
    modelName?: string
    position?: { x: number; y: number; z: number }
    sections: Vector3[][]