Math3D Full Project API
    Preparing search index...
    type RotationalProfileSettings = {
        axisDirection?: Vec3;
        axisOrigin?: Vec3;
        mode?: RotationalProfileMode;
        points?: RotationalProfilePoint[];
        pointsText?: string;
        rExpr?: string;
        zExpr?: string;
    }
    Index

    Properties

    axisDirection?: Vec3
    axisOrigin?: Vec3
    pointsText?: string
    rExpr?: string
    zExpr?: string