Function sketchProfileLoop
- sketchProfileLoop(sketchId, profileName, loop, entities, opts?): SketchProfileBundle
Parameters
- sketchId: string
- profileName: string
- loop: string[]
- entities: SketchEntity[]
Optional opts: {
deps?: string[];
holes?: string[][];
open?: boolean;
origin?: [number, number, number];
plane?: Selector;
}Optional deps?: string[]
Optional holes?: string[][]
Optional open?: boolean
Optional origin?: [number, number, number]
Optional plane?: Selector