brepjs API Reference
    Preparing search index...

    Interface AssemblyNodeOptions

    interface AssemblyNodeOptions {
        metadata?: Record<string, unknown>;
        rotate?: { angle: number; axis?: Vec3 };
        shape?: AnyShape;
        translate?: Vec3;
    }
    Index

    Properties

    metadata?: Record<string, unknown>
    rotate?: { angle: number; axis?: Vec3 }
    shape?: AnyShape
    translate?: Vec3